public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 744a04ea798ca3718adb45206444c8a51e2a9680
@ 2015-09-16  9:19 git
  0 siblings, 0 replies; only message in thread
From: git @ 2015-09-16  9:19 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

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(a)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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-16  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-16  9:19 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 744a04ea798ca3718adb45206444c8a51e2a9680 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox