diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-30 02:47:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-30 18:19:29 +0200 |
commit | e53c79c8d0e37412b37735f02f95094be813bd97 (patch) | |
tree | e7a5f6b06d748f2b6759e84ed338d0b5f22f5952 /functions | |
parent | 1eabc7268207d336a1e1597e9a1b3cdb9f367392 (diff) | |
download | vyos-live-build-e53c79c8d0e37412b37735f02f95094be813bd97.tar.gz vyos-live-build-e53c79c8d0e37412b37735f02f95094be813bd97.zip |
Disabling volatile for wheezy for the time being.
Why oh why can people not just create empty indices for the
auxiliary repositories once they populate a new suite in the
main archive, this is so obvious and I say it after every
release.. Keeping these things constantly in sync with reality
is tedious, just stupid and sucks big time.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 329f78bb8..08da78223 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -883,7 +883,7 @@ Set_defaults () # Setting volatile updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + wheezy|jessie|sid) LB_VOLATILE="${LB_VOLATILE:-false}" ;; |