summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-08-03 19:54:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-03 19:55:33 +0200
commitd57ec0028118b6f4436b4d10530ce1957e4b293e (patch)
tree72d2deb930c4c687f7bf6ad603156e59b2e2f816 /bin/reproducible_create_meta_pkg_sets.sh
parente41a862c7f97ac5749d4797fc227124ea3f743a1 (diff)
downloadjenkins.debian.net-d57ec0028118b6f4436b4d10530ce1957e4b293e.tar.xz
reproducible: clone repositories shallowly to speed it up
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 2219827b..da3c555e 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -195,7 +195,7 @@ update_pkg_sets() {
# packages from the cii-census
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[9]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[9]}.pkgset ] ; then
CII=$(mktemp --tmpdir=$TEMPDIR pkg-sets-XXXXXXXXX -u)
- git clone https://github.com/linuxfoundation/cii-census.git $CII
+ git clone --depth 1 https://github.com/linuxfoundation/cii-census.git $CII
csvtool -t ',' col 1 $CII/results.csv | grep -v "project_name" > $TMPFILE
MISSES=""
# convert binary packages into source packages