diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-03 14:57:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:20 +0100 |
commit | f21aa58cb7677806d4271898f200bcd5d42167f2 (patch) | |
tree | 3529cafb4306432d820562fe92e07a9378dd87e2 /functions | |
parent | e6920317753f0fa6564c035dc11195619654011c (diff) | |
download | vyos-live-build-f21aa58cb7677806d4271898f200bcd5d42167f2.tar.gz vyos-live-build-f21aa58cb7677806d4271898f200bcd5d42167f2.zip |
Adding support for wheezy.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 23637f57f..dce46a007 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -10,7 +10,8 @@ # Debian releases RELEASE_lenny="5.0.5" -RELEASE_squeeze="6" +RELEASE_squeeze="6.0.0" +RELEASE_wheezy="7" RELEASE_sid="unstable" # Ubuntu releases |