The following commit has been merged in the master branch:
commit 86459e1bbf83076b3e2037a34f30c0920bde4043
Author: Andreas Tille <[email protected]>
Date: Tue Sep 8 21:08:47 2015 +0200
Really ignore package_template
diff --git a/misc/machine_readable/fetch-machine-readable
b/misc/machine_readable/fetch-machine-readable
index c9dd65a..636db14 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -222,8 +222,12 @@ 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" -a "$gitrepo" != "package_template.git" ] ; then
- git_checkout_machine_readable $gitrepo $gitdir
+ if [ "$gitrepo" != ".git" ] ; then
+ if ! echo "$gitrepo" | grep -q "package_template" ; then
+ git_checkout_machine_readable $gitrepo $gitdir
+ else
+ echo "Ignore template $gitrepo in $gitdir" >> $ERRLOG
+ fi
fi
done
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