diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 07:02:33 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 74ef06a44e5a25e84768444ded41352e90d130fe (patch) | |
tree | a7cf76404cadb2122d394f7b9c49067cc462dc2b /helpers/lh_binary_debian-installer | |
parent | 28121b66620d0d4ef599e325e18cdcdb01a2947f (diff) | |
download | vyos-live-build-74ef06a44e5a25e84768444ded41352e90d130fe.tar.gz vyos-live-build-74ef06a44e5a25e84768444ded41352e90d130fe.zip |
Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.
Was causing build failures as it was trying to download files from a
"daily" component of a mirror.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 38195979d..1e44f0a1a 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -250,6 +250,8 @@ fi if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ] then + LH_DEBIAN_INSTALLER_DISTRIBUTION="sid" + # Debian Installer daily builds case "${LH_ARCHITECTURE}" in alpha) |