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:
parent
d2c799504b
commit
972d120079
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user