[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup sleepo
Holger Levsen
holger at moszumanska.debian.org
Thu Jul 16 09:28:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ca19f0f1276b955489215b613375f3528cacc3d6
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jul 16 11:28:09 2015 +0200
fixup sleepo
---
bin/reproducible_create_meta_pkg_sets.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 9e23087..7a7fc43 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -195,7 +195,7 @@ update_pkg_sets() {
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[30]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[30]}.pkgset ] ; then
CII=$(mktemp --tmpdir=$TEMPDIR pkg-sets-XXXXXXXXX -u)
git clone https://github.com/linuxfoundation/cii-census.git $CII
- csvtool -t ',' col 1 $CII|results.csv|grep -v "project name" > $TMPFILE
+ csvtool -t ',' col 1 $CII | grep -v "project name" > $TMPFILE
update_if_similar ${META_PKGSET[30]}.pkgset
rm $CII -r
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list