Skip to content

Commit

Permalink
Merge pull request #680 from c-po/no-legacy
Browse files Browse the repository at this point in the history
T6527: remove legacy packages
  • Loading branch information
c-po authored Jul 2, 2024
2 parents 057db80 + 9883b41 commit 9d79c0c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ checkiso:
.PHONY: test
.ONESHELL:
test: checkiso
scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso
scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso

.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso

.PHONY: testd
.ONESHELL:
testd: checkiso
scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso
scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --no-interfaces build/live-image-amd64.hybrid.iso

.PHONY: testc
.ONESHELL:
Expand Down
5 changes: 0 additions & 5 deletions data/live-build-config/package-lists/vyos-base.list.chroot
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
debconf
gpgv
gnupg
vyatta-cfg-system
vyatta-bash
vyatta-op
vyatta-cfg
vyatta-wanloadbalance
vyos-1x
vyos-user-utils
zstd
5 changes: 0 additions & 5 deletions docker-vyos/vyos_install_stage_01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ prepare_apt

# Get list of VyOS packages
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

Expand Down
5 changes: 0 additions & 5 deletions docker-vyos/vyos_install_stage_02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ prepare_apt

# Get list of VyOS packages
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

Expand Down
2 changes: 1 addition & 1 deletion vars/isCustomBuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def call() {
// Returns true if this is a custom build launched on any project fork.
// Returns false if this is build from [email protected]:vyos/<reponame>.
// <reponame> can be e.g. vyos-1x.git or vyatta-op.git
// <reponame> can be e.g. vyos-1x.git
// GitHub organisation base URL
def gitURI = '[email protected]:vyos/' + getGitRepoName()
def httpURI = 'https://github.com/vyos/' + getGitRepoName()
Expand Down

0 comments on commit 9d79c0c

Please sign in to comment.