[Debian-live-changes] r1403 - dists/trunk/live-helper/examples

Daniel Baumann daniel at alioth.debian.org
Tue May 8 20:35:33 UTC 2007


Author: daniel
Date: 2007-05-08 20:35:33 +0000 (Tue, 08 May 2007)
New Revision: 1403

Modified:
   dists/trunk/live-helper/examples/snapshot-build.sh
Log:


Modified: dists/trunk/live-helper/examples/snapshot-build.sh
===================================================================
--- dists/trunk/live-helper/examples/snapshot-build.sh	2007-05-08 20:25:36 UTC (rev 1402)
+++ dists/trunk/live-helper/examples/snapshot-build.sh	2007-05-08 20:35:33 UTC (rev 1403)
@@ -58,7 +58,7 @@
 	cd "${OLDPWD}"
 
 	# Check for existing package
-	if [ ! -f "${SERVER}"/${PACKAGE}_${VERSION}~${REVISION}.dsc ]
+	if [ ! -f "${SERVER}"/${PACKAGE}_${VERSION}~${REVISION}.dsc ] || [ "${1}" = "--force" ]
 	then
 		UPDATE_INDICES="true"
 




More information about the Debian-live-changes mailing list