public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ca3c9e426fb3328d273cede3b84972c5b9449c2b
Date: Fri, 19 May 2017 10:02:44 +0100	[thread overview]
Message-ID: <20170519090244.E942010853C3@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2176 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  ca3c9e426fb3328d273cede3b84972c5b9449c2b (commit)
       via  c2e810dea82b8fff6b9cd3d92c2b9f81687aec02 (commit)
      from  9a9cb82c4f73b7ec11a6ebb4e2f50cd319f25aa3 (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 ca3c9e426fb3328d273cede3b84972c5b9449c2b
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Apr 25 11:26:43 2017 +0200

    mdadm: Update to version 4.0
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit c2e810dea82b8fff6b9cd3d92c2b9f81687aec02
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri May 19 09:58:42 2017 +0100

    make.sh: Fix wrong function call to setup build environment
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/mdadm | 4 ++--
 make.sh   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/lfs/mdadm b/lfs/mdadm
index de97034..881a4c5 100644
--- a/lfs/mdadm
+++ b/lfs/mdadm
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.3.4
+VER        = 4.0
 
 THISAPP    = mdadm-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7ca8b114710f98f53f20c5787b674a09
+$(DL_FILE)_MD5 = 2cb4feffea9167ba71b5f346a0c0a40d
 
 install : $(TARGET)
 
diff --git a/make.sh b/make.sh
index 9314ae9..34fd15f 100755
--- a/make.sh
+++ b/make.sh
@@ -992,7 +992,7 @@ ipfirepackages() {
 while [ $# -gt 0 ]; do
 	case "${1}" in
 		--target=*)
-			configure_target "${1#--target=}"
+			configure_build "${1#--target=}"
 			;;
 		-*)
 			exiterror "Unknown configuration option: ${1}"


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2017-05-19  9:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170519090244.E942010853C3@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox