diff options
author | Daniel Baumann <daniel@debian.org> | 2011-10-28 14:29:58 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-10-28 14:29:58 +0200 |
commit | ae5cef81b23fd83bae6cc0808eee3645f1d37e52 (patch) | |
tree | 3f30bd3da452a42a372b3628b394a5580dd723ab | |
parent | 2c1c76edcf7ad40a0e7e97b196bbf45b0da74575 (diff) | |
download | vyos-live-build-ae5cef81b23fd83bae6cc0808eee3645f1d37e52.tar.gz vyos-live-build-ae5cef81b23fd83bae6cc0808eee3645f1d37e52.zip |
Adding expire date for oneiric in releases list.
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index d8849e041..b421a226e 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -22,4 +22,4 @@ RELEASE_hardy="8.04" # LTS: 2013-04-01 RELEASE_lucid="10.04" # LTS: 2015-04-01 RELEASE_maverick="10.10" # 2012-04-01 RELEASE_natty="11.04" # 2012-10-01 -RELEASE_oneiric="11.10" +RELEASE_oneiric="11.10" # 2013-04-01 |