From 67796884b3c65abbde6dc2a27bd4de0ee87073b4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 22 Jan 2020 18:57:56 +0100 Subject: list-build-dependencies: remove temporary vyos-world control file --- scripts/list-build-dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/list-build-dependencies b/scripts/list-build-dependencies index 21cc56ff..a61c3ad3 100755 --- a/scripts/list-build-dependencies +++ b/scripts/list-build-dependencies @@ -82,6 +82,7 @@ curl -L https://github.com/vyos/vyos-world/raw/$GIT_BRANCH/debian/control \ --output /tmp/vyos-world.control --retry 100 --retry-delay 1 --silent VYOS_PACKAGES=$(get_runtime_depends /tmp/vyos-world.control) +rm -f /tmp/vyos-world.control for pkg in $VYOS_PACKAGES do # Check if repo exists -- cgit v1.2.3