[Pkg-ocaml-maint-commits] r6207 - /trunk/projects/git-guide/d-o-m-mrconfig.sh

dogguy-guest at users.alioth.debian.org dogguy-guest at users.alioth.debian.org
Thu Feb 19 14:12:29 UTC 2009


Author: dogguy-guest
Date: Thu Feb 19 14:12:29 2009
New Revision: 6207

URL: http://svn.debian.org/wsvn/?sc=1&rev=6207
Log:
Uniform handling for projects and tools

Modified:
    trunk/projects/git-guide/d-o-m-mrconfig.sh

Modified: trunk/projects/git-guide/d-o-m-mrconfig.sh
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/d-o-m-mrconfig.sh?rev=6207&op=diff
==============================================================================
--- trunk/projects/git-guide/d-o-m-mrconfig.sh (original)
+++ trunk/projects/git-guide/d-o-m-mrconfig.sh Thu Feb 19 14:12:29 2009
@@ -85,13 +85,12 @@
 
 msg "Setting up sections for projects and tools"
 
-# Adding projects and tools
-output "[projects]
-checkout = svn_checkout projects
-
-[tools]
-checkout = svn_checkout tools
+# Adding other useful repositories
+for i in  projects tools; do
+  output "[$i]
+checkout = svn_checkout $i
 "
+done
 
 # Warn if changes have been made
 if [ -f ${OUTPUT}\~ ] && diff -u ${OUTPUT}\~ ${OUTPUT}; then




More information about the Pkg-ocaml-maint-commits mailing list