1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +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)