[Debian-live-changes] r1927 - in dists/trunk/live-helper: examples/cron helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jun 2 20:35:03 UTC 2007


Author: daniel
Date: 2007-06-02 20:35:03 +0000 (Sat, 02 Jun 2007)
New Revision: 1927

Modified:
   dists/trunk/live-helper/examples/cron/snapshots.sh
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
Log:


Modified: dists/trunk/live-helper/examples/cron/snapshots.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/snapshots.sh	2007-06-02 20:18:20 UTC (rev 1926)
+++ dists/trunk/live-helper/examples/cron/snapshots.sh	2007-06-02 20:35:03 UTC (rev 1927)
@@ -87,6 +87,7 @@
 
 		# Removing old packages
 		rm -f "${SERVER}"/"${PACKAGE}"*
+		# FIXME: parse ${SERVER}/${PACKAGE}*.changes
 
 		# Moving packages
 		mv "${TEMPDIR}"/${PACKAGE}* "${SERVER}"

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-06-02 20:18:20 UTC (rev 1926)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-06-02 20:35:03 UTC (rev 1927)
@@ -171,7 +171,7 @@
 				rm -rf cache/stages_bootstrap
 			fi
 
-			mkdir cache
+			mkdir -p cache
 
 			${LH_ROOT_COMMAND} cp -a chroot cache/stages_bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-06-02 20:18:20 UTC (rev 1926)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-06-02 20:35:03 UTC (rev 1927)
@@ -138,7 +138,7 @@
 				rm -rf cache/stages_bootstrap
 			fi
 
-			mkdir cache
+			mkdir -p cache
 
 			${LH_ROOT_COMMAND} cp -a chroot cache/stages_bootstrap
 




More information about the Debian-live-changes mailing list