summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-16 09:03:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-16 09:03:29 +0200
commit4f2d2d67223d862ffce4d09be3ad1c2a02269453 (patch)
tree7cf78a218848a705aabb019f7e9e9e8128f017a6 /bin/reproducible_create_meta_pkg_sets.sh
parent8cc42f82e9beba7525d71c1d6db340eb9c8796a0 (diff)
downloadjenkins.debian.net-4f2d2d67223d862ffce4d09be3ad1c2a02269453.tar.xz
reproducible: git doesnt like existing directories
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 bd6f562d..9e23087a 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -193,7 +193,7 @@ update_pkg_sets() {
# packages from the cii-census
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[30]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[30]}.pkgset ] ; then
- CII=$(mktemp)
+ 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
update_if_similar ${META_PKGSET[30]}.pkgset