summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-11 20:32:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-11 20:32:23 +0200
commita385a48fe8981c2d3196c313544bdd474cc74d54 (patch)
tree964453e6460122093228a7de6cad3beb60dcf04e /bin/reproducible_coreboot.sh
parent76635e72a9695e0a1e380060fc4b45f47fd03fee (diff)
downloadjenkins.debian.net-a385a48fe8981c2d3196c313544bdd474cc74d54.tar.xz
reproducible coreboot: fix pathes
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index c39771cf..a0a7f463 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -271,8 +271,6 @@ echo -n "$COREBOOT" >> $PAGE
write_page " </pre></p>"
write_page " </div></div>"
write_page_footer coreboot
-cd ..
-PAGE=coreboot/coreboot.html
publish_page
# the end
@@ -282,6 +280,7 @@ irc_message "$REPRODUCIBLE_URL/coreboot/ has been updated."
echo "============================================================================="
# remove coreboot tree, we don't need it anymore...
+cd
rm coreboot -r
cleanup_tmpdir
trap - INT TERM EXIT