mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #680 from c-po/no-legacy
T6527: remove legacy packages
This commit is contained in:
commit
9d79c0c609
9
Makefile
9
Makefile
@ -21,17 +21,12 @@ checkiso:
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
test: checkiso
|
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
|
.PHONY: test-no-interfaces
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
test-no-interfaces: checkiso
|
test-no-interfaces: checkiso
|
||||||
scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso
|
scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --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
|
|
||||||
|
|
||||||
.PHONY: testc
|
.PHONY: testc
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
|
|||||||
@ -1,11 +1,6 @@
|
|||||||
debconf
|
debconf
|
||||||
gpgv
|
gpgv
|
||||||
gnupg
|
gnupg
|
||||||
vyatta-cfg-system
|
|
||||||
vyatta-bash
|
|
||||||
vyatta-op
|
|
||||||
vyatta-cfg
|
|
||||||
vyatta-wanloadbalance
|
|
||||||
vyos-1x
|
vyos-1x
|
||||||
vyos-user-utils
|
vyos-user-utils
|
||||||
zstd
|
zstd
|
||||||
|
|||||||
@ -24,11 +24,6 @@ prepare_apt
|
|||||||
|
|
||||||
# Get list of VyOS packages
|
# Get list of VyOS packages
|
||||||
vyos_packages=(
|
vyos_packages=(
|
||||||
"vyatta-cfg-system"
|
|
||||||
"vyatta-bash"
|
|
||||||
"vyatta-op"
|
|
||||||
"vyatta-cfg"
|
|
||||||
"vyatta-wanloadbalance"
|
|
||||||
"vyos-1x"
|
"vyos-1x"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -24,11 +24,6 @@ prepare_apt
|
|||||||
|
|
||||||
# Get list of VyOS packages
|
# Get list of VyOS packages
|
||||||
vyos_packages=(
|
vyos_packages=(
|
||||||
"vyatta-cfg-system"
|
|
||||||
"vyatta-bash"
|
|
||||||
"vyatta-op"
|
|
||||||
"vyatta-cfg"
|
|
||||||
"vyatta-wanloadbalance"
|
|
||||||
"vyos-1x"
|
"vyos-1x"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
def call() {
|
def call() {
|
||||||
// Returns true if this is a custom build launched on any project fork.
|
// Returns true if this is a custom build launched on any project fork.
|
||||||
// Returns false if this is build from git@github.com:vyos/<reponame>.
|
// Returns false if this is build from git@github.com: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
|
// GitHub organisation base URL
|
||||||
def gitURI = 'git@github.com:vyos/' + getGitRepoName()
|
def gitURI = 'git@github.com:vyos/' + getGitRepoName()
|
||||||
def httpURI = 'https://github.com/vyos/' + getGitRepoName()
|
def httpURI = 'https://github.com/vyos/' + getGitRepoName()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user