diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-03 13:49:25 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-03 13:49:25 +0200 |
commit | 36d3b1a510d02a6f1ffdecba06dab3d6f426e105 (patch) | |
tree | 16de64fcf675f6b75257548e0cfafc4d2801ea3e /functions | |
parent | 80f3c6229066f45193369c5cd2b1cd636bdeeec8 (diff) | |
download | vyos-live-build-36d3b1a510d02a6f1ffdecba06dab3d6f426e105.tar.gz vyos-live-build-36d3b1a510d02a6f1ffdecba06dab3d6f426e105.zip |
Removing ubuntu natty support, EOL.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 079723f10..635a2c757 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -22,7 +22,6 @@ RELEASE_charon="unstable" # Ubuntu releases RELEASE_hardy="8.04" # LTS: 2013-04-01 RELEASE_lucid="10.04" # LTS: 2015-04-01 -RELEASE_natty="11.04" # 2012-10-01 RELEASE_oneiric="11.10" # 2013-04-01 RELEASE_precise="12.04" # LTS: 2017-04-01 RELEASE_quantal="12.10" # 2014-04-01 |