[25368] in Source-Commits
/svn/athena r24929 - in trunk/debathena/scripts: . build-server/sources.list.d/ubuntu
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri Jan 28 12:55:16 2011
Date: Fri, 28 Jan 2011 12:55:08 -0500
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201101281755.p0SHt8cb006351@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-01-28 12:55:08 -0500 (Fri, 28 Jan 2011)
New Revision: 24929
Added:
trunk/debathena/scripts/build-server/sources.list.d/ubuntu/natty.list
Modified:
trunk/debathena/scripts/debian-versions.sh
Log:
scripts: Add Natty to debian-versions.sh and sources.list.d
Added: trunk/debathena/scripts/build-server/sources.list.d/ubuntu/natty.list
===================================================================
--- trunk/debathena/scripts/build-server/sources.list.d/ubuntu/natty.list (rev 0)
+++ trunk/debathena/scripts/build-server/sources.list.d/ubuntu/natty.list 2011-01-28 17:55:08 UTC (rev 24929)
@@ -0,0 +1,6 @@
+deb http://localhost:9999/ubuntu natty main restricted universe
+deb-src http://localhost:9999/ubuntu natty main restricted universe
+deb http://localhost:9999/ubuntu natty-updates main restricted universe
+deb-src http://localhost:9999/ubuntu natty-updates main restricted universe
+deb http://localhost:9999/ubuntu-security natty-security main restricted universe
+deb-src http://localhost:9999/ubuntu-security natty-security main restricted universe
Modified: trunk/debathena/scripts/debian-versions.sh
===================================================================
--- trunk/debathena/scripts/debian-versions.sh 2011-01-28 17:11:17 UTC (rev 24928)
+++ trunk/debathena/scripts/debian-versions.sh 2011-01-28 17:55:08 UTC (rev 24929)
@@ -20,6 +20,9 @@
maverick)
echo "~ubuntu10.10"
;;
+ natty)
+ echo "~ubuntu11.04"
+ ;;
versions)
echo "$DEBIAN_CODES"
;;