summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-10 00:41:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-10 00:41:06 +0100
commit80f9a49db71525fbf7a44b7f4b1c71f71583bf7a (patch)
tree76b95536f2033bbb5939225a1e6a8d5806af356f /bin/reproducible_common.sh
parentf359c966c3bf56d9ded35b565e35b0c9f4be8246 (diff)
downloadjenkins.debian.net-80f9a49db71525fbf7a44b7f4b1c71f71583bf7a.tar.xz
reproducible Debian: fixup f359c966, also refactor _common.py accordingly to .csv file change
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index cb01bfe0..ea883546 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -110,12 +110,12 @@ TABLE[8]=stats_bugs_sin_ftbfs
TABLE[9]=stats_bugs_sin_ftbfs_state
# package sets defined in meta_pkgsets.csv
-# csv file columns: (pkgset_id, pkgset_group, pkgset_name)
+# csv file columns: (pkgset_group, pkgset_name)
colindex=0
-while IFS=, read col1 col2 col3
+while IFS=, read col1 col2
do
let colindex+=1
- META_PKGSET[$colindex]=$col3
+ META_PKGSET[$colindex]=$col2
done < $BIN_PATH/reproducible_pkgsets.csv
# mustache templates