From 1542df26bd0d4ac34df04528bb6cb4eda8388002 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 28 Jun 2017 00:20:14 +0200 Subject: reproducible LEDE: move `git log -1 > .html` to node_document_environment Removes also the garbage in the git commit section Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 95a2ae05..16254bdf 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -31,7 +31,6 @@ case $1 in openwrt_build |\ openwrt_download |\ openwrt_get_banner |\ - openwrt_get_commit |\ node_create_tmpdirs |\ node_debug |\ node_save_logs |\ @@ -64,7 +63,6 @@ START=$(date +'%s') TMPBUILDDIR=$(mktemp --tmpdir=/srv/workspace/chroots/ -d -t rbuild-lede-build-${DATE}-XXXXXXXX) # used to build on tmpfs TMPDIR=$(mktemp --tmpdir=/srv/reproducible-results -d -t rbuild-lede-results-XXXXXXXX) # accessable in schroots, used to compare results BANNER_HTML=$(mktemp --tmpdir=$TMPDIR) -GIT_COMMIT=$(mktemp --tmpdir=$TMPDIR) trap master_cleanup_tmpdirs INT TERM EXIT cd $TMPBUILDDIR @@ -238,14 +236,11 @@ write_page "

$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES bu write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DIFFOSCOPE}.

" write_variation_table LEDE cat $DBD_HTML >> $PAGE -write_page "
git commit built
" -cat $GIT_COMMIT >> $PAGE -write_page "
" cat $TOOLCHAIN_HTML >> $PAGE write_page " " write_page_footer LEDE publish_page -rm -f $DBD_HTML $DBD_GOOD_PKGS_HTML $DBD_BAD_PKGS_HTML $TOOLCHAIN_HTML $BANNER_HTML $GIT_COMMIT +rm -f $DBD_HTML $DBD_GOOD_PKGS_HTML $DBD_BAD_PKGS_HTML $TOOLCHAIN_HTML $BANNER_HTML # the end calculate_build_duration -- cgit v1.2.3-54-g00ecf