[Blends-commit] [SCM] website branch, master, updated. 042cc97b4a66900f555e511ae5d061a01458284c

Andreas Tille tille at debian.org
Tue Jul 15 13:52:46 UTC 2014


The following commit has been merged in the master branch:
commit 555406b73f7d0299b81db7495b8e8e553ff96689
Author: Andreas Tille <tille at debian.org>
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



More information about the Blends-commit mailing list