Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (841eaf9752db304c80e2a637cbda9898ba3b5fdd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: "Yonkov, Vasil" <spirtbrat AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (841eaf9752db304c80e2a637cbda9898ba3b5fdd)
  • Date: Tue, 09 Feb 2010 18:01:40 -0800

Quoting Ladislav Hagara <ladislav.hagara AT unob.cz>:


GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

utils/qemu/BUILD | 75 ++++++++++++++-----------
utils/qemu/CONFIGURE | 20 +++++-
utils/qemu/DEPENDS | 112 ++++++++++++++++++++++++++++++++++----
utils/qemu/DETAILS | 23 ++++++-
utils/qemu/HISTORY | 8 ++
utils/qemu/PREPARE | 2
utils/qemu/qemu-0.11.1.tar.gz.sig |binary
utils/qemu/qemu-0.12.2.tar.gz.sig |binary
8 files changed, 190 insertions(+), 50 deletions(-)

New commits:
commit 841eaf9752db304c80e2a637cbda9898ba3b5fdd
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

qemu: added versions 0.11.1 and 0.12.2
added queries for supported audio systems and emulated audio cards
added option for KVM support
added ncurses, gnutls, curl, LIBSASL, bridge-utils and iproute2 as
optional dependencies


--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,14 +1,31 @@
SPELL=qemu
+
+case $QEMU_VER in
+ 0.10.6)
VERSION=0.10.6
+ ;;
+ 0.11.1)
+ VERSION=0.11.1
+ ;;
+ 0.12.2)
+ VERSION=0.12.2
+ ;;
+esac


By default, when QEMU_VER is not defined so sorcery is confused. You
should add some default version or if QEMU_VER is not defined
QEMU_VER=0.10.6.

$ gaze version qemu
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test utils qemu - -



+++ b/utils/qemu/PREPARE
@@ -0,0 +1,2 @@
+config_query_list QEMU_VER "Which version would you like to build?" \
+ 0.10.6 0.11.1 0.12.2

You wanted to update PREPARE whenever you update some of VERSION?
Imho, "Which branch to build?" 0.10 0.11 0.12
Or add also DEFAULT, similar to gnutls spell.

This change causes qemu to not be downloadable:

$ gaze version qemu
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test utils qemu - 0.10.6

# cast --queue
...
Downloading source file qemu-.tar.gz
--2010-02-09 17:58:32-- http://savannah.inetbridge.net/qemu/qemu-.tar.gz
Resolving savannah.inetbridge.net (savannah.inetbridge.net)... 69.73.144.20
Connecting to savannah.inetbridge.net (savannah.inetbridge.net)|69.73.144.20|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2010-02-09 17:58:33 ERROR 500: Internal Server Error.

--2010-02-09 17:58:33-- http://download.savannah.gnu.org/releases/qemu/qemu-.tar.gz
Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 140.186.70.73
Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|140.186.70.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.its.uidaho.edu/pub/savannah/qemu/qemu-.tar.gz [following]
--2010-02-09 17:58:33-- http://mirror.its.uidaho.edu/pub/savannah/qemu/qemu-.tar.gz
Resolving mirror.its.uidaho.edu (mirror.its.uidaho.edu)... 129.101.198.59
Connecting to mirror.its.uidaho.edu (mirror.its.uidaho.edu)|129.101.198.59|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-02-09 17:58:33 ERROR 404: Not Found.

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285




Archive powered by MHonArc 2.6.24.

Top of Page