summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 11:02:38 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 11:02:38 +0100
commitfd3c2803e76ed7f588823b27942255987c3d4c18 (patch)
tree1e579bc66eff205dd6e9f9656b88bc31d43e09f3 /bin/reproducible_common.sh
parent6ca26f3df7a54213e20035d923ce3dac69540ec9 (diff)
downloadjenkins.debian.net-fd3c2803e76ed7f588823b27942255987c3d4c18.tar.xz
fix synxtax error
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index e9a5041a..0bb7cd66 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -239,7 +239,7 @@ gen_packages_html() {
fi
done
string+=']'
- python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\" no_clean=True)"
+ python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\", no_clean=True)"
done
python3 -c "from reproducible_html_packages import purge_old_pages; purge_old_pages()"
cd "$CWD"