Skip to content

Instantly share code, notes, and snippets.

@smoser
Created May 2, 2011 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smoser/951854 to your computer and use it in GitHub Desktop.
Save smoser/951854 to your computer and use it in GitHub Desktop.
Add oneiric to cdimage
------------------------------------------------------------
revno: 1037
committer: Stephen Scott Moser <smoser@nectarine>
branch nick: cdimage
timestamp: Mon 2011-05-02 15:46:25 +0000
message:
add knowledge of 'oneiric', the 'Oneiric Ocelot'
diff:
=== modified file 'bin/make-web-indices'
--- bin/make-web-indices 2011-04-27 20:50:21 +0000
+++ bin/make-web-indices 2011-05-02 15:46:25 +0000
@@ -659,6 +659,10 @@
distversion=11.04
distfullname='Natty Narwhal'
;;
+ oneiric)
+ distversion=11.10
+ distfullname='Oneiric Ocelot'
+ ;;
esac
important=false
=== modified file 'bin/publish-release'
--- bin/publish-release 2011-03-03 18:38:33 +0000
+++ bin/publish-release 2011-05-02 15:46:25 +0000
@@ -120,6 +120,9 @@
natty)
VERSION=11.04
;;
+ oneiric)
+ VERSION=11.10
+ ;;
*)
echo "Unknown distribution: $DIST" >&2
exit 1
=== modified file 'bin/site-manifest'
--- bin/site-manifest 2010-12-02 17:55:02 +0000
+++ bin/site-manifest 2011-05-02 15:46:25 +0000
@@ -46,6 +46,7 @@
10.04*) dist=lucid ;;
10.10*) dist=maverick ;;
11.04*) dist=natty;;
+ 11.10*) dist=oneiric;;
*)
echo "Unknown version: $version" >&2
return
=== modified file 'etc/config'
--- etc/config 2010-12-02 18:02:34 +0000
+++ etc/config 2011-05-02 15:46:25 +0000
@@ -33,7 +33,7 @@
warty|hoary|breezy|dapper|edgy)
ARCHES="${ARCHES:-amd64 i386 powerpc}"
;;
- feisty|gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty)
+ feisty|gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty|oneiric)
ARCHES="${ARCHES:-amd64 i386}"
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment