Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (aceb79c141c6eca564b7f1389b9b3ba37ce6ca4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (aceb79c141c6eca564b7f1389b9b3ba37ce6ca4f)
  • Date: Thu, 31 Jan 2008 07:33:17 -0600

GIT changes to master z-rejected grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

z-devel/perforce-proxy/CONFIGURE | 2 +-
z-devel/perforce-proxy/HISTORY | 3 +++
z-net/ipw2200_firmware/HISTORY | 3 +++
z-net/ipw2200_firmware/PREPARE | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit aceb79c141c6eca564b7f1389b9b3ba37ce6ca4f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

perforce-proxy: don't use relative paths #7918

commit d83283ca8d4199fa067abbee2776ecee6cd36cd0
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ipw*: don't use relative paths #7918

diff --git a/z-devel/perforce-proxy/CONFIGURE
b/z-devel/perforce-proxy/CONFIGURE
index f15193c..49b9e31 100755
--- a/z-devel/perforce-proxy/CONFIGURE
+++ b/z-devel/perforce-proxy/CONFIGURE
@@ -1,3 +1,3 @@
# Standard rejected warnings.
#
-source $SCRIPT_DIRECTORY/../../REJECTED_MSG
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-devel/perforce-proxy/HISTORY b/z-devel/perforce-proxy/HISTORY
index 6ca8eb9..9141cea 100644
--- a/z-devel/perforce-proxy/HISTORY
+++ b/z-devel/perforce-proxy/HISTORY
@@ -1,3 +1,6 @@
+2008-01-31 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: don't use relative paths #7918
+
2005-04-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated UPDATED (to make sure people have the latest
tarball)
Added FORCE_DOWNLOAD="on" (non-versioned SOURCEs)
diff --git a/z-net/ipw2200_firmware/HISTORY b/z-net/ipw2200_firmware/HISTORY
index 7bee317..e1f3643 100644
--- a/z-net/ipw2200_firmware/HISTORY
+++ b/z-net/ipw2200_firmware/HISTORY
@@ -1,3 +1,6 @@
+2008-01-31 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: don't use relative paths #7918
+
2007-02-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: This is the firmware package, not kernel driver

diff --git a/z-net/ipw2200_firmware/PREPARE b/z-net/ipw2200_firmware/PREPARE
index e0516e0..115c4c9 100755
--- a/z-net/ipw2200_firmware/PREPARE
+++ b/z-net/ipw2200_firmware/PREPARE
@@ -1,5 +1,5 @@
# Source grimoire FUNCTIONS to have get_kernel_version
-. $SCRIPT_DIRECTORY/../../FUNCTIONS
+. $GRIMOIRE/FUNCTIONS

KERNEL_VERSION=$(get_kernel_version) &&
PATCHLEVEL=`echo $KERNEL_VERSION | cut -d. -f2` &&



  • [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (aceb79c141c6eca564b7f1389b9b3ba37ce6ca4f), Jaka Kranjc, 01/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page