Skip to content

Commit

Permalink
Merge pull request #667 from c-po/T6507-drop-vyos-world
Browse files Browse the repository at this point in the history
T6507: remove references to vyos-world package
  • Loading branch information
c-po authored Jun 27, 2024
2 parents b90a73b + 6e0f62a commit 057db80
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 123 deletions.
7 changes: 6 additions & 1 deletion data/live-build-config/package-lists/vyos-base.list.chroot
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
debconf
gpgv
gnupg
vyos-world
vyatta-cfg-system
vyatta-bash
vyatta-op
vyatta-cfg
vyatta-wanloadbalance
vyos-1x
vyos-user-utils
zstd
9 changes: 8 additions & 1 deletion docker-vyos/vyos_install_stage_01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ echo "Configuring APT repositories"
prepare_apt

# Get list of VyOS packages
vyos_packages=(`apt-cache -i depends vyos-world | awk '/Depends:/ { printf("%s ", $2) }'`)
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

# Do not analyze packages, which we do not need in Docker
vyos_packages_filter=(
Expand Down
9 changes: 8 additions & 1 deletion docker-vyos/vyos_install_stage_02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ echo "Configuring APT repositories"
prepare_apt

# Get list of VyOS packages
vyos_packages=(`apt-cache -i depends vyos-world | awk '/Depends:/ { printf("%s ", $2) }'`)
vyos_packages=(
"vyatta-cfg-system"
"vyatta-bash"
"vyatta-op"
"vyatta-cfg"
"vyatta-wanloadbalance"
"vyos-1x"
)

# Do not analyze packages, which we do not need in Docker
vyos_packages_filter=(
Expand Down
120 changes: 0 additions & 120 deletions scripts/list-build-dependencies

This file was deleted.

0 comments on commit 057db80

Please sign in to comment.