1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-06 16:04:49 +01:00

43 lines
1.2 KiB
Plaintext
Raw Normal View History

- implement 'info' command
2006-05-10 14:44:49 +00:00
- implement 'mv' command
2006-05-23 09:30:42 +00:00
- 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>
2006-05-29 20:43:35 +00:00
- editmeta: validate input
2006-05-31 15:11:33 +00:00
- updatepacmetafromspec -- is that useful?
In which form would this be integrated best?
2006-05-10 14:44:49 +00:00
2006-05-23 09:59:40 +00:00
diff: don't diff binary files
2006-05-29 20:43:35 +00:00
update: don't try to merge binary files
2006-05-23 09:59:40 +00:00
2006-05-10 14:44:49 +00:00
checkin:
- handle error if PUT fails, so the change is not committed to
localmeta
results: aggregate results of all packages in a project
2006-05-31 15:11:33 +00:00
-> packstatus: http://api.opensuse.org/result/KDE:KDE3/packstatus
http://api.opensuse.org/result/KDE:KDE3/packstatus?summary
http://api.opensuse.org/result/KDE:KDE3/packstatus?summaryonly
split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote)
implement a package search / indexing
2006-05-10 14:44:49 +00:00
> 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 ;)