Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T6507: remove references to vyos-world package #667

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading