From 80f9a49db71525fbf7a44b7f4b1c71f71583bf7a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Nov 2016 00:41:06 +0100 Subject: reproducible Debian: fixup f359c966, also refactor _common.py accordingly to .csv file change Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_common.sh') 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 -- cgit v1.2.3-70-g09d2