diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-19 12:45:57 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 624fca8de55375fa425ef85b0cb6ac41721f4cc2 (patch) | |
tree | d7daee58758e59b30ae468c281610c3a00bcf469 /functions/releases.sh | |
parent | 255c11cde51bfa76211c7b269a40e24ad5f087fc (diff) | |
download | vyos-live-build-624fca8de55375fa425ef85b0cb6ac41721f4cc2.tar.gz vyos-live-build-624fca8de55375fa425ef85b0cb6ac41721f4cc2.zip |
Removing ubuntu support.
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-x | functions/releases.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 0efe67797..1c0928b1f 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -13,11 +13,3 @@ set -e VERSION_etch="4.0 r1" VERSION_lenny="testing" VERSION_sid="unstable" - -# Ubuntu releases -VERSION_hoary="5.04" -VERSION_breezy="5.10" -VERSION_dapper="6.06 LTS" -VERSION_edgy="6.10" -VERSION_feisty="7.04" -VERSION_gutsy="7.10" |