Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0c8185516bedc74801677f24c31b7859028149d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0c8185516bedc74801677f24c31b7859028149d4)
  • Date: Sat, 1 Oct 2016 13:40:50 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/run-parts/DETAILS | 8 ++++----
utils/run-parts/HISTORY | 10 ++++++++++
utils/run-parts/INSTALL | 2 +-
3 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 0c8185516bedc74801677f24c31b7859028149d4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

run-parts: => 4.8

(cherry picked from commit 7f3a7117f574247ae87a9859f5913949491180f6)

commit 3600f86d8f96838fc43be8418735b2bb341f3bf2
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

run-parts: version 4.7

(cherry picked from commit 26ca195b702a369f2b351ae6d02bf109220e88ba)

commit 23ab7863b930bf27f207d2ef1facb9d64e89e61d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

run-parts: update and install to /bin

(cherry picked from commit 0059b002894adb48543e99ba67511c9035361b13)

diff --git a/utils/run-parts/DETAILS b/utils/run-parts/DETAILS
index d038585..c94a701 100755
--- a/utils/run-parts/DETAILS
+++ b/utils/run-parts/DETAILS
@@ -1,9 +1,9 @@
SPELL=run-parts
- VERSION=4.4
-
SOURCE_HASH=sha512:78c51a7da586c6f23bf40810fd9bcaedc90648e6043c199f347cf5772f9c83ab646f22c2746ba6eddd7df8d6a31b01dc25f5bcb21a53a173aa5549138d14a9ca
- SOURCE=debianutils_$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/debianutils-$VERSION"
+ VERSION=4.8
+ SOURCE=debianutils_$VERSION.tar.xz
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/d/debianutils/$SOURCE
+
SOURCE_HASH=sha512:25119e4079892f80d0780ba167a58b789769472611d76e5974df7f5ccd22c95cbbb3ae60f6d23937b968b091eeb835c009071b7ec7ab892a6c7fa9cf119b9b23
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/debianutils-$VERSION"
WEB_SITE=http://packages.debian.org/testing/base/debianutils
GATHER_DOCS=off
ENTERED=20040925
diff --git a/utils/run-parts/HISTORY b/utils/run-parts/HISTORY
index 89e67f2..d4584b8 100644
--- a/utils/run-parts/HISTORY
+++ b/utils/run-parts/HISTORY
@@ -1,3 +1,13 @@
+2016-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8
+
+2016-02-19 Remko van der Vossen <wich AT sourcemage.org>
+ * DETAILS: version 4.7
+
+2016-01-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 4.6
+ * INSTALL: install to /bin, where new ifupdown expects run-parts
+
2014-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4
* BUILD: deleted
diff --git a/utils/run-parts/INSTALL b/utils/run-parts/INSTALL
index f5624b3..4de94fa 100755
--- a/utils/run-parts/INSTALL
+++ b/utils/run-parts/INSTALL
@@ -1,4 +1,4 @@
-install -vm 755 run-parts "$INSTALL_ROOT/usr/bin" &&
+install -vm 755 run-parts "$INSTALL_ROOT/bin" &&

install -vm 755 -d "$INSTALL_ROOT/usr/share/man/man8" &&
install -vm 644 run-parts.8 "$INSTALL_ROOT/usr/share/man/man8"



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0c8185516bedc74801677f24c31b7859028149d4), Vlad Glagolev, 10/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page