The following commit has been merged in the master branch:
commit 555406b73f7d0299b81db7495b8e8e553ff96689
Author: Andreas Tille <[email protected]>
Date:   Tue Jul 15 14:29:12 2014 +0200

    Ignore packaging template (used by Debian GIS)

diff --git a/misc/machine_readable/fetch-machine-readable 
b/misc/machine_readable/fetch-machine-readable
index 945ab4a..cfc2555 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -183,7 +183,7 @@ for gitdir in $GITDIRS ; do
   echo $gitdir >> $ERRLOG
   for gitrepo in `find /git/$gitdir -mindepth 1 -maxdepth 1 -type d -name 
"*.git"` ; do
     # echo $gitrepo
-    if [ "$gitrepo" != ".git" ] ; then
+    if [ "$gitrepo" != ".git" -a "$gitrepo" != "package_template.git" ] ; then
       git_checkout_machine_readable $gitrepo $gitdir
     fi
   done

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to