mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
update NEWS and TODO
This commit is contained in:
parent
c6d1d3917e
commit
a79f38bb54
6
NEWS
6
NEWS
@ -1,5 +1,9 @@
|
||||
since 0.8:
|
||||
...
|
||||
- add 'copypac' subcommand, to copy a complete package to a new package, possibly cross-project
|
||||
- don't die if user tries to 'add' a file which is already versioned
|
||||
- don't die if 'addremove' encounters directories
|
||||
- urlopen(): for server return code 500, print out the reply body
|
||||
- be fair, and also mention dsc files
|
||||
|
||||
0.8:
|
||||
- build: use configuration from *local* specfile (e.g. BuildRequires)
|
||||
|
24
TODO
24
TODO
@ -12,7 +12,6 @@
|
||||
In which form would this be integrated best?
|
||||
- clean up the way how a .oscrc template is being added: at the moment, there
|
||||
are two places doing this
|
||||
- implement a 'copypac' command, which copies a package into another project
|
||||
|
||||
|
||||
checkin:
|
||||
@ -78,15 +77,6 @@ Transmitting file data ..
|
||||
|
||||
|
||||
|
||||
02:26 <darix> Transmitting file data ..Traceback (most recent call last):
|
||||
02:26 <darix> File "/usr/bin/osc", line 10, in ?
|
||||
02:26 <darix> commandline.main()
|
||||
02:26 <darix> File "/usr/lib/python2.4/site-packages/osc/commandline.py", line 667, in main
|
||||
02:26 <darix> cmd_dict[cmd](args)
|
||||
02:26 <darix> File "/usr/lib/python2.4/site-packages/osc/commandline.py", line 340, in checkin
|
||||
02:26 <darix> p.to_be_deleted.remove(filename)
|
||||
02:26 <darix> ValueError: list.remove(x): x not in list
|
||||
|
||||
|
||||
osc repos server:search:ui :
|
||||
<repository name="SUSE_Linux_10.1">
|
||||
@ -113,6 +103,20 @@ BUILD_DIST must *not* be set! Could you add this information to the
|
||||
|
||||
|
||||
curl -d " " -n "http://api.opensuse.org/source/server:php/php5_hardened?cmd=rebuild&arch=i586&repo=SUSE_Linux_10.0"
|
||||
you can retrigger per repo/arch already:
|
||||
|
||||
curl -d " " -n \
|
||||
"http://api.opensuse.org/source/{project}/{pkg}?cmd=rebuild&repo={repo}&arch={arch}"
|
||||
-n == netrc or use:
|
||||
-u/--user <user[:password]> Set server user and password
|
||||
repo and arch are optional.
|
||||
|
||||
so those 3 are valid:
|
||||
|
||||
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&repo=SUSE_Factory"
|
||||
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&arch=i586"
|
||||
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&repo=SUSE_Factory&arch=i586"
|
||||
|
||||
|
||||
|
||||
http://api.opensuse.org/result/Apache/SUSE_Linux_10.0/apache2/result
|
||||
|
Loading…
Reference in New Issue
Block a user