Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ef5cc04700ff32c43d938bae6444e557280cb85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ef5cc04700ff32c43d938bae6444e557280cb85)
  • Date: Mon, 10 Jul 2006 10:29:46 -0500

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

utils/bottlerocket/CONFIGURE | 10 ++--------
utils/bottlerocket/HISTORY | 3 +++
2 files changed, 5 insertions(+), 8 deletions(-)

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

bottlerocket: fix #11169

diff --git a/utils/bottlerocket/CONFIGURE b/utils/bottlerocket/CONFIGURE
index cc54810..17c8ed9 100755
--- a/utils/bottlerocket/CONFIGURE
+++ b/utils/bottlerocket/CONFIGURE
@@ -1,8 +1,2 @@
-if ! grep -q "SERIAL=" $SPELL_CONFIG; then
-
- message "Your firecracker is on which serial port? (ttyS0, ttyS1, etc.)"
- read SERIAL
- message "/dev/$SERIAL will be symlinked to /dev/firecracker"
- echo "SERIAL=$SERIAL" >> $SPELL_CONFIG
-
-fi
+config_query_string SERIAL "Your firecracker is on which serial port?
(ttyS0, ttyS1, etc.)" ttyS0
+message "/dev/$SERIAL will be symlinked to /dev/firecracker"
diff --git a/utils/bottlerocket/HISTORY b/utils/bottlerocket/HISTORY
index 6e2b67e..da0bb94 100644
--- a/utils/bottlerocket/HISTORY
+++ b/utils/bottlerocket/HISTORY
@@ -1,3 +1,6 @@
+2006-07-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: removed the mess in favour of config_query_string #11169
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ef5cc04700ff32c43d938bae6444e557280cb85), Jaka Kranjc, 07/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page