1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-29 15:56:17 +01:00
github.com_openSUSE_osc/osc
Brandon Philips 6f99610590 osc: add -c flag to checkout PACKAGE dir in cwd instead of PROJECT/PACKAGE
A simple solution to the colons in project names messing up LD_LIBRARY_PATH:
http://lists.opensuse.org/archive/opensuse-buildservice/2008-12/msg00166.html

Example use:

$ osc co -c openSUSE:Factory osc
A    $PWD/osc/debian.changelog
A    $PWD/osc/debian.tar.gz
A    $PWD/osc/osc-0.113.tar.gz
A    $PWD/osc/osc.changes
A    $PWD/osc/osc.dsc
A    $PWD/osc/osc.spec
A    $PWD/osc/ready

Versus without -c

$ osc co openSUSE:Factory osc
A    $PWD/openSUSE:Factory/osc/debian.changelog
A    $PWD/openSUSE:Factory/osc/debian.tar.gz
A    $PWD/openSUSE:Factory/osc/osc-0.113.tar.gz
A    $PWD/openSUSE:Factory/osc/osc.changes
A    $PWD/openSUSE:Factory/osc/osc.dsc
A    $PWD/openSUSE:Factory/osc/osc.spec
A    $PWD/openSUSE:Factory/osc/ready


Signed-off-by: Brandon Philips <bphilips@suse.de>
2009-04-16 17:41:47 +00:00
..
util - minor fix 2009-03-19 18:25:59 +00:00
__init__.py Merged revisions 3774-3775,3779,3781-3782,3787,3789-3793,3798,3802,3805,3817-3822,3827,3829-3830,3837-3839,3841-3842,3848-3850 via svnmerge from 2008-04-28 16:37:44 +00:00
babysitter.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
build.py install gcc-c++ when using icecream (bnc#493550) 2009-04-14 11:33:50 +00:00
cmdln.py - fixed #426612 2008-09-21 14:44:20 +00:00
commandline.py osc: add -c flag to checkout PACKAGE dir in cwd instead of PROJECT/PACKAGE 2009-04-16 17:41:47 +00:00
conf.py - point the user to the README file 2009-04-07 11:13:57 +00:00
core.py commit message template 2009-04-16 13:48:37 +00:00
cpio.py add code for creating an in-memory cpio archive, that I wrote a long time ago when we were planning to send RPM requires and provides of local binary packages to the backend for processing, along with spec files 2009-02-21 16:06:50 +00:00
fetch.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
meter.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
OscConfigParser.py license blabla... 2009-03-04 22:57:28 +00:00
oscerr.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00