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
This commit is contained in:
Andreas Färber 2014-03-28 12:03:52 +00:00 committed by Git OBS Bridge
parent cdb35f3960
commit efe9117dec
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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