[kde-services-devel] r523 - trunk/hotstuff/scripts

josef at new.kstuff.org josef at new.kstuff.org
Fri Aug 14 22:33:03 CEST 2009


Author: josef
Date: 2009-08-14 22:33:02 +0200 (Fri, 14 Aug 2009)
New Revision: 523

Modified:
   trunk/hotstuff/scripts/maintenance.sh
Log:
- automate scanning process for non-SVN-backed repos as well



Modified: trunk/hotstuff/scripts/maintenance.sh
===================================================================
--- trunk/hotstuff/scripts/maintenance.sh	2009-08-14 20:20:47 UTC (rev 522)
+++ trunk/hotstuff/scripts/maintenance.sh	2009-08-14 20:33:02 UTC (rev 523)
@@ -21,6 +21,9 @@
 			grep -v "signature" |\
 			grep -v "At revision" |\
 			grep -v "dismiss" >> $LOG.$repo
+	else
+		hotstuff-scan -c $repofile >> $LOG.$repo
+		#hotstuff-versioning -c $repofile [--setup]
 	fi
 done
 



More information about the kde-services-devel mailing list