Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Flavien Bridault (ae1360e12e3b30a1fdb1276dc9444b0f44c0a7ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Flavien Bridault (ae1360e12e3b30a1fdb1276dc9444b0f44c0a7ce)
  • Date: Tue, 15 Aug 2006 12:38:47 -0500

GIT changes to stable-0.4 grimoire by Flavien Bridault
<vlaaad AT sourcemage.org>:

utils/bochs-snapshot/DETAILS | 3 +--
utils/bochs-snapshot/HISTORY | 5 +++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit ae1360e12e3b30a1fdb1276dc9444b0f44c0a7ce
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

bochs-snapshot: use wget to get the version, bug#11386

diff --git a/utils/bochs-snapshot/DETAILS b/utils/bochs-snapshot/DETAILS
index 0d1d136..468a50f 100755
--- a/utils/bochs-snapshot/DETAILS
+++ b/utils/bochs-snapshot/DETAILS
@@ -1,12 +1,11 @@
SPELL=bochs-snapshot
- VERSION=`lynx -dump http://bochs.sourceforge.net/cvs-snapshot/ |
grep .tar.gz | head -n 1 | sed 's/.tar.gz.*//' | sed 's/.*bochs-//'`
+ VERSION=$(wget -qO - http://bochs.sourceforge.net/cvs-snapshot/ |
sed -n 's/^.*bochs-\([[:digit:]]*\).tar.gz[^<].*$/\1/p')
SOURCE=bochs-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bochs-$VERSION
SOURCE_URL[0]=http://bochs.sourceforge.net/cvs-snapshot/$SOURCE
SOURCE_IGNORE=volatile
WEB_SITE=http://bochs.sourceforge.net
ENTERED=20020531
- UPDATED=20020731
LICENSE[0]=GPL
BUILD_API=2
SHORT="[snapshot/devel branch] i386 hardware emulator"
diff --git a/utils/bochs-snapshot/HISTORY b/utils/bochs-snapshot/HISTORY
index a101f4b..f933174 100644
--- a/utils/bochs-snapshot/HISTORY
+++ b/utils/bochs-snapshot/HISTORY
@@ -1,3 +1,8 @@
+2006-07-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: use wget to get the version, lynx isn't part of
basesystem, nor
+ was it depended upon. Made the check a bit faster, with a
+ penalty on readability. Fixes #11386
+
2005-11-30 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 IGNORE to SOURCE_HASH volatile




  • [SM-Commit] GIT changes to stable-0.4 grimoire by Flavien Bridault (ae1360e12e3b30a1fdb1276dc9444b0f44c0a7ce), Flavien Bridault, 08/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page