[Debian-NP-Commits] r231 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Mon, 22 Nov 2004 19:08:10 -0700


Author: vagrant-guest
Date: Mon Nov 22 19:07:23 2004
New Revision: 231

Modified:
   people/vagrant/simple-cdd/CONF.sh
Log:
modify to use sid installer in debpartial-mirror


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Mon Nov 22 19:07:23 2004
@@ -321,9 +321,16 @@
 # use the sid installer
 use_sid_installer="false"
 
+# FIXME put into build-simple-cdd script instead
+if [ "true" = "$use_sid_installer" ]; then
+  debpartial_di_codename="sid"
+else
+  debpartial_di_codename="$CODENAME"
+fi
+
 # debpartial-mirror.conf files variable
 # TODO if use_sid_installer is true, use sid instead
-debpartial_files="README doc/ tools/ indices/ dists/$CODENAME/main/installer-i386/current/"
+debpartial_files="README doc/ tools/ indices/ dists/$debpartial_di_codename/main/installer-i386/current/"
 
 # debpartial-mirror server variable
 debpartial_debian_mirror="http://ftp.us.debian.org/debian/"