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. 62bf80f851159af2176fc80b58f5c2bef246252a
Date: Thu, 06 Jul 2017 08:01:32 +0100	[thread overview]
Message-ID: <20170706070133.0B23E1081DE1@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3025 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  62bf80f851159af2176fc80b58f5c2bef246252a (commit)
       via  f3e86ec56bcdf2c7f8186dc11ce1cc14c2eb99b2 (commit)
      from  19404c954fd11b68e8a32d026a516f9678fd03d0 (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 62bf80f851159af2176fc80b58f5c2bef246252a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Jul 6 08:34:50 2017 +0200

    bump TOOLCHAIN version
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit f3e86ec56bcdf2c7f8186dc11ce1cc14c2eb99b2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Jul 6 08:32:13 2017 +0200

    flash-images: remove unsupported sfdisk switches
    
    New util-linux sfdisk does not have -D and -H / -S
    switches.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

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

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

Difference in files:
diff --git a/lfs/flash-images b/lfs/flash-images
index 3d586c0..121dc11 100644
--- a/lfs/flash-images
+++ b/lfs/flash-images
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2017  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -93,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	# Write Partition table
 	echo -e "$(S_OFFSET),$(S_BOOT),$(PART_TYPE),*\n,0,0\n$$(( $(S_BOOT) + $(S_OFFSET) )),$(S_ROOT),L\n" \
-		| sfdisk -D -uS -H 64 -S 32 $(DEVICE)
+		| sfdisk -uS $(DEVICE)
 
 	kpartx -v -a $(DEVICE)
 
diff --git a/make.sh b/make.sh
index d032cb2..5238f3a 100755
--- a/make.sh
+++ b/make.sh
@@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 GIT_TAG=$(git tag | tail -1)					# Git Tag
 GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8)	# Last commit
 
-TOOLCHAINVER=20170518
+TOOLCHAINVER=20170705
 
 # New architecture variables
 HOST_ARCH="$(uname -m)"


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

                 reply	other threads:[~2017-07-06  7:01 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=20170706070133.0B23E1081DE1@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