Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (09ea3537017ed0a7cd7d2c0405d42e60c4954790)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (09ea3537017ed0a7cd7d2c0405d42e60c4954790)
  • Date: Fri, 17 Dec 2010 13:38:21 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

utils/qemu/DETAILS | 5 ++++-
utils/qemu/HISTORY | 3 +++
utils/qemu/PREPARE | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 09ea3537017ed0a7cd7d2c0405d42e60c4954790
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

qemu: added 0.13 branch

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index c3b0e7b..92606c3 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -14,12 +14,15 @@ case ${QEMU_VER:0:4} in
0.12)
VERSION=0.12.5
;;
+ 0.13)
+ VERSION=0.13.0
+ ;;
esac
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://mirror.its.uidaho.edu/pub/savannah/$SPELL/$SOURCE

-if [[ $QEMU_VER == "0.10" ]]; then
+if [[ $QEMU_VER == "0.10" ]] || [[ $QEMU_VER == "0.13" ]]; then
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 467f69f..6564462 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2010-12-17 Bor Kraljič <pyrobor AT ver.si>
+ * PREPARE,CONFIGURE,DETAILS: added 0.13 branch
+
2010-08-03 Eric Sandall <sandalle AT sourcemage.org>
* PROVIDES: qemu and kvm now provide QEMU functionality

diff --git a/utils/qemu/PREPARE b/utils/qemu/PREPARE
index af231fe..cab7c52 100755
--- a/utils/qemu/PREPARE
+++ b/utils/qemu/PREPARE
@@ -3,4 +3,4 @@ if [[ ${#QEMU_VER} -eq 6 ]]; then
fi

config_query_list QEMU_VER "Which branch to build?" \
- 0.12 0.11 0.10
+ 0.13 0.12 0.11 0.10



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (09ea3537017ed0a7cd7d2c0405d42e60c4954790), Bor Kraljič, 12/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page