From efe9117dec71c5978eb1bc888a81fdeb4423bba3312bc49ff00ef680e769b48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 28 Mar 2014 12:03:52 +0000 Subject: [PATCH] Accepting request 228074 from home:a_faerber:branches:Virtualization Replace hardcoded Git path with a more generic one OBS-URL: https://build.opensuse.org/request/show/228074 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=198 --- qemu-linux-user.changes | 5 +++++ qemu.changes | 7 ++++++- update_git.sh | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/qemu-linux-user.changes b/qemu-linux-user.changes index bada8a74..7efeaf6a 100644 --- a/qemu-linux-user.changes +++ b/qemu-linux-user.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 28 11:54:19 UTC 2014 - afaerber@suse.de + +- Improve update_git.sh script to use a user-agnostic git symlink + ------------------------------------------------------------------- Mon Mar 24 15:45:00 UTC 2014 - brogers@suse.com diff --git a/qemu.changes b/qemu.changes index df5dfc63..f0bea1d7 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 28 11:53:31 UTC 2014 - afaerber@suse.de + +- Improve update_git.sh script to use a user-agnostic git symlink + ------------------------------------------------------------------- Wed Mar 26 21:09:34 UTC 2014 - brogers@suse.com -- Tiddy up qemu.spec a bit: white space, line length, use macros +- Tidy up qemu.spec a bit: white space, line length, use macros as appropriate - Improve update_git.sh to not change files in OBS if the file remains unchanged diff --git a/update_git.sh b/update_git.sh index e84f3fa1..bb1b3acd 100644 --- a/update_git.sh +++ b/update_git.sh @@ -11,7 +11,7 @@ # when it comes. GIT_TREE=git://github.com/openSUSE/qemu.git -GIT_LOCAL_TREE=/home/andreas/QEMU/qemu-opensuse +GIT_LOCAL_TREE=~/git/qemu-opensuse GIT_BRANCH=opensuse-2.0 GIT_UPSTREAM_TAG=v2.0.0-rc0 QEMU_TMP=/dev/shm/qemu-tmp