diff options
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" |