This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 744a04ea798ca3718adb45206444c8a51e2a9680 (commit) from 0d77b70188a5b0423ae70d9093d8daee864fb8e4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 744a04ea798ca3718adb45206444c8a51e2a9680 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Sep 16 11:18:21 2015 +0200
make.sh: remove only temporary needed iso on arm build.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 4 ++++ 1 file changed, 4 insertions(+)
Difference in files: diff --git a/make.sh b/make.sh index fb417d5..4a8c50b 100755 --- a/make.sh +++ b/make.sh @@ -906,6 +906,10 @@ buildpackages() { mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1
cd $BASEDIR + + # remove not useable iso on armv5tel (needed to build flash images) + [ "${TARGET_ARCH}" = "armv5tel" ] && rm -rf *.iso + for i in `ls *.bz2 *.img.gz *.iso`; do md5sum $i > $i.md5 done
hooks/post-receive -- IPFire 2.x development tree