1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

update NEWS and TODO

This commit is contained in:
Dr. Peter Poeml 2006-09-29 10:37:53 +00:00
parent c758321df2
commit 03413a9e32
3 changed files with 15 additions and 3 deletions

9
NEWS
View File

@ -1,9 +1,16 @@
since 0.8:
- 'rebuildpac' now accepts additional repo and arch argument. Note:
the syntax has changed.
- add 'prjresults' command to display aggregated build status over
an entire project
- add 'deleteprj' command (the API server doesn't seem to support
it yet, though)
- change 'buildhistory' to display human-readable text
- 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)

8
TODO
View File

@ -1,4 +1,4 @@
- split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote)
- split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote? osc -r?)
- implement 'info' command
- implement 'mv' command
@ -7,7 +7,8 @@
<project name="ASCIIParadize"/>
<project name="crashtest"/>
</watchlist>
- editmeta: validate input
- editmeta: the API will return a 500 if the xml is broken... the document
could be presented for editing again in that case
- updatepacmetafromspec -- is that useful?
In which form would this be integrated best?
- clean up the way how a .oscrc template is being added: at the moment, there
@ -92,6 +93,9 @@ osc repos server:search:ui :
#http://api.opensuse.org/result/KDE:KDE3/packstatus?summary
#http://api.opensuse.org/result/KDE:KDE3/packstatus?summaryonly
results seems very slow, it presumably does more network accesses than necessary
it shouldn't take more time than prjresults
# osc build SUSE_Factory i586 xorg-x11-libX11.spec
> ['/usr/bin/osc', 'build', 'i38', 'i386', 'SUSE_Factory', 'i586', 'xorg-x11-libX11.spec']

View File

@ -877,6 +877,7 @@ usage: osc buildhistory <platform> <arch>
arch = args[1]
print '\n'.join(get_buildhistory(project, package, platform, arch))
def rebuildpac(args):
"""rebuildpac: Triggers a package rebuild for all repositories/architectures of the package