mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01:00
Merge branch 'master' of git://gitorious.org/opensuse/osc
This commit is contained in:
commit
0e671743bd
4
README
4
README
@ -4,8 +4,8 @@ osc -- opensuse-commander with svn like handling
|
||||
Patches can be submitted via
|
||||
* mail to opensuse-buildservice@opensuse.org
|
||||
* Bugzilla: https://bugzilla.novell.com/enter_bug.cgi?product=openSUSE.org&component=BuildService
|
||||
* or work directly on svn, if you got write acces
|
||||
https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
|
||||
* or the official Git repository on Gitorious:
|
||||
http://gitorious.org/opensuse/osc
|
||||
|
||||
|
||||
INSTALLATION:
|
||||
|
2
setup.py
2
setup.py
@ -59,7 +59,7 @@ setup(name='osc',
|
||||
platforms = ['Linux','Mac OSX','Windows XP/2000/NT','Windows 95/98/ME'],
|
||||
keywords = ['openSUSE', 'SUSE', 'RPM', 'build', 'buildservice'],
|
||||
url = 'http://en.opensuse.org/Build_Service/CLI',
|
||||
download_url = 'https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/',
|
||||
download_url = 'http://gitorious.org/opensuse/osc',
|
||||
|
||||
packages = ['osc', 'osc.util'],
|
||||
scripts = ['osc_hotshot.py', 'osc-wrapper.py'],
|
||||
|
Loading…
Reference in New Issue
Block a user