[Piuparts-commits] rev 93 - trunk

John Wright jsw-guest at alioth.debian.org
Tue Sep 11 00:00:20 UTC 2007


Author: jsw-guest
Date: 2007-09-11 00:00:19 +0000 (Tue, 11 Sep 2007)
New Revision: 93

Modified:
   trunk/README
   trunk/piuparts-master.conf.sample
   trunk/piuparts-slave.conf.sample
Log:
Cosmetic change: use stable-proposed-updates instead of
testing-proposed-updates as an example, since it's probably a better use-case
for piuparts.  (Packages for t-p-u accidentally built on sid might install
anyway, and if not, there's a good chance they would in a couple weeks; this is
far less likely for s-p-u.)


Modified: trunk/README
===================================================================
--- trunk/README	2007-09-05 01:21:18 UTC (rev 92)
+++ trunk/README	2007-09-11 00:00:19 UTC (rev 93)
@@ -309,7 +309,7 @@
 		  option does not apply to upgrade tests.  The value should
 		  be "yes" or "no", with the default being "no".  Use this
 		  option for dists that you need a custom sources.list for,
-		  such as "testing-proposed-updates".
+		  such as "stable-proposed-updates".
 
                 * "debug" tells the slave whether to log debug level
                   messages. The value should be "yes" or "no", with the

Modified: trunk/piuparts-master.conf.sample
===================================================================
--- trunk/piuparts-master.conf.sample	2007-09-05 01:21:18 UTC (rev 92)
+++ trunk/piuparts-master.conf.sample	2007-09-11 00:00:19 UTC (rev 93)
@@ -21,6 +21,6 @@
 ## log-file = /dev/null
 ## packages-url = http://ftp.debian.org/debian/dists/sid/binary-ia64/Packages.bz2
 
-## [t-p-u-i386]
+## [s-p-u-i386]
 ## log-file = /dev/null
-## packages-url = http://ftp.debian.org/debian/dists/testing-proposed-updates/binary-i386/Packages.bz2
+## packages-url = http://ftp.debian.org/debian/dists/stable-proposed-updates/binary-i386/Packages.bz2

Modified: trunk/piuparts-slave.conf.sample
===================================================================
--- trunk/piuparts-slave.conf.sample	2007-09-05 01:21:18 UTC (rev 92)
+++ trunk/piuparts-slave.conf.sample	2007-09-11 00:00:19 UTC (rev 93)
@@ -26,19 +26,19 @@
 # As in piuparts-master.conf, you can have multiple sections, so that you can
 # run piuparts-slave.py for multiple dists
 
-# For testing-proposed-updates, you'll have to roll your own chroot, or modify
-# the sources.list in a generated chroot for testing, in order to include the
-# appropriate deb line for testing-proposed-updates
-## [t-p-u-i386]
+# For stable-proposed-updates, you'll have to roll your own chroot, or modify
+# the sources.list in a generated chroot for stable, in order to include the
+# appropriate deb line for stable-proposed-updates
+## [s-p-u-i386]
 ## idle-sleep = 300
 ## # master-host = localhost
 ## # master-user = piuparts
 ## # master-directory = .
-## master-command = python /usr/share/piuparts/piuparts-master.py t-p-u-i386
+## master-command = python /usr/share/piuparts/piuparts-master.py s-p-u-i386
 ## # mirror = http://your.mirror.here/debian
 ## piuparts-cmd = sudo piuparts
-## distro = testing-proposed-updates
-## chroot-tgz = t-p-u.tar.gz
+## distro = stable-proposed-updates
+## chroot-tgz = s-p-u.tar.gz
 ## keep-sources-list = yes
 ## upgrade-test-distros =
 ## upgrade-test-chroot-tgz =




More information about the Piuparts-commits mailing list