diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 08:38:42 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 08:38:42 +0100 |
commit | b5e99b5b1410680823d2e4f3c2d38d995e222ab3 (patch) | |
tree | 2b5f27e2ee961bd33eb94fa2814e8a93dc0db3e0 /functions/releases.sh | |
parent | a767601f25c43986250746b3e14b9cc24e35c230 (diff) | |
download | vyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.tar.gz vyos-live-build-b5e99b5b1410680823d2e4f3c2d38d995e222ab3.zip |
Dropping support for wheezy.
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 4c679cd3a..3f1cc4b11 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -9,8 +9,8 @@ # Debian releases -RELEASE_wheezy="7" RELEASE_jessie="8" +RELEASE_stretch="9" RELEASE_sid="unstable" # Progress Linux releases |