diff options
l--------- | data/debian-cd/hardy | 1 | ||||
l--------- | data/debian-cd/oneiric | 1 | ||||
-rwxr-xr-x | functions/releases.sh | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/data/debian-cd/hardy b/data/debian-cd/hardy deleted file mode 120000 index 5cb6e6000..000000000 --- a/data/debian-cd/hardy +++ /dev/null @@ -1 +0,0 @@ -maverick
\ No newline at end of file diff --git a/data/debian-cd/oneiric b/data/debian-cd/oneiric deleted file mode 120000 index 5cb6e6000..000000000 --- a/data/debian-cd/oneiric +++ /dev/null @@ -1 +0,0 @@ -maverick
\ No newline at end of file diff --git a/functions/releases.sh b/functions/releases.sh index b3699efa6..0ac8c611c 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -18,9 +18,7 @@ RELEASE_baureo="2" RELEASE_charon="3" # Ubuntu releases -RELEASE_hardy="8.04" # LTS: 2013-04-01 RELEASE_lucid="10.04" # LTS: 2015-04-01 -RELEASE_oneiric="11.10" # 2013-04-01 RELEASE_precise="12.04" # LTS: 2017-04-01 RELEASE_quantal="12.10" # 2014-04-01 RELEASE_raring="13.04" # 2014-10-01 |