diff options
-rw-r--r-- | Jenkinsfile | 6 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 563ead2..11b1b0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { docker { label 'jessie-amd64' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' - image 'higebu/vyos-build:current' + image 'higebu/vyos-build:equuleus' } } @@ -27,7 +27,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' agent { docker { label 'jessie-amd64' - image 'vyos-build-armhf:current' + image 'vyos-build-armhf:equuleus' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' } @@ -48,7 +48,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' docker { label 'jessie-amd64' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' - image 'vyos-build-arm64:current' + image 'vyos-build-arm64:equuleus' } } diff --git a/debian/changelog b/debian/changelog index 7ffbafc..5229974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyos-world (1.3.0+vyos3+equuleus1) unstable; urgency=medium + + * New branch. + * Remove outdated packages. + + -- Daniil Baturin <daniil@baturin.org> Tue, 23 Jul 2019 12:04:07 -0400 + vyos-world (1.2.1) unstable; urgency=medium * Remove dependency on vyos-firmware, it's a part of the image build now. diff --git a/debian/control b/debian/control index 860b974..eaa48d1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Architecture: all Depends: vyatta-cfg-system, vyatta-op, vyatta-config-mgmt, - vyatta-config-migrate, vyatta-cfg-firewall, vyatta-op-firewall, vyatta-cfg-op-pppoe, @@ -23,7 +22,6 @@ Depends: vyatta-cfg-system, vyatta-cluster, vyatta-conntrack, vyatta-conntrack-sync, - vyatta-eventwatch, vyatta-ipv6-rtradv, vyatta-lldp, vyatta-nat, @@ -42,7 +40,6 @@ Depends: vyatta-cfg-system, vyos-intel-ixgbevf, vyos-nhrp, vyos-1x, - vyos-salt-minion, vyos-vmwaretools-scripts Description: VyOS metapackage Installs everything required for VyOS to work |