summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-01-22 18:57:56 +0100
committerChristian Poessinger <christian@poessinger.com>2020-01-22 18:57:56 +0100
commit67796884b3c65abbde6dc2a27bd4de0ee87073b4 (patch)
tree0f36cbeae2733ecfec7f972bef83e570fe61f6cf /scripts
parenta2580d735bfb180e4e8d986e65bfb655e1c551f9 (diff)
downloadvyos-build-67796884b3c65abbde6dc2a27bd4de0ee87073b4.tar.gz
vyos-build-67796884b3c65abbde6dc2a27bd4de0ee87073b4.zip
list-build-dependencies: remove temporary vyos-world control file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/list-build-dependencies1
1 files changed, 1 insertions, 0 deletions
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