1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 02:16:12 +01:00
github.com_openSUSE_osc/TODO
Dr. Peter Poeml b9f53cbfb7 - add a tentative 'updatepacmetafromspec' subcommand, which takes package
metadata from a specfile
- handle HTTP error codes != 404 when reading metadata in edit_meta()
2006-05-31 12:13:26 +00:00

39 lines
949 B
Plaintext

- implement 'info' command
- implement 'mv' command
- implement 'trigger-rebuild'
- implement a live build log
- creation of new project
- creation of new package
- editing of user data
<watchlist>
<project name="ASCIIParadize"/>
<project name="crashtest"/>
</watchlist>
- editmeta: validate input
diff: don't diff binary files
update: don't try to merge binary files
checkin:
- handle error if PUT fails, so the change is not committed to
localmeta
results: aggregate results of all packages in a project
split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote)
implement a package search / indexing
> BTW: Can I upload a src.rpm instead of a tarball also?
no, because not all tools will be able to handle a src.rpm. And you will not
be able to build non rpm packages from it.
But someone could patch the commandline tool osc to import a src.rpm by
extracting it (hint hint ;)