[Blends-commit] [SCM] website branch, master, updated. 37af0793def2c46dcc351ab4a58386ccfc858169
Andreas Tille
tille at debian.org
Sun Sep 13 12:29:16 UTC 2015
The following commit has been merged in the master branch:
commit 86459e1bbf83076b3e2037a34f30c0920bde4043
Author: Andreas Tille <tille at debian.org>
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
More information about the Blends-commit
mailing list