diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 00:45:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | 72e0150203627c42db16a8d3a711e1da8a1d2d7b (patch) | |
tree | da12d7e58877f1fef740e663207fe06dc994aaf2 /functions/releases.sh | |
parent | 21815cb707e78ed1899c74c09503cc5b696383e6 (diff) | |
download | vyos-live-build-72e0150203627c42db16a8d3a711e1da8a1d2d7b.tar.gz vyos-live-build-72e0150203627c42db16a8d3a711e1da8a1d2d7b.zip |
Adding initial defaults for progress.
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 93b03744e..9cf2e7ec2 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -13,6 +13,10 @@ RELEASE_squeeze="6.0.0" RELEASE_wheezy="7" RELEASE_sid="unstable" +# Progress releases +RELEASE_artax="1.0" +RELEASE_baureo="unstable" + # Ubuntu releases RELEASE_dapper="6.06" # LTS RELEASE_hardy="8.04" # LTS |