1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 22:56:15 +01:00
github.com_openSUSE_osc/TODO

69 lines
2.0 KiB
Plaintext
Raw Normal View History

2006-06-22 15:07:04 +02:00
- split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote)
- implement 'info' command
2006-05-10 16:44:49 +02:00
- implement 'mv' command
2006-06-22 15:07:04 +02:00
- creation of new project (workaround: editmeta <newprj>)
- creation of new package (workaround: editmeta prj <newpac>)
2006-05-23 11:30:42 +02:00
- editing of user data
<watchlist>
<project name="ASCIIParadize"/>
<project name="crashtest"/>
</watchlist>
2006-05-29 22:43:35 +02:00
- editmeta: validate input
2006-05-31 17:11:33 +02:00
- updatepacmetafromspec -- is that useful?
In which form would this be integrated best?
2006-06-22 15:07:04 +02:00
-> it doesn't cope with subpackages as well as I initially thought
2006-05-23 11:59:40 +02:00
2006-05-10 16:44:49 +02: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 17:11:33 +02: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
implement a package search / indexing
2006-05-10 16:44:49 +02: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 ;)
2006-06-08 12:35:15 +02:00
17:24 <darix> und wie waere ein osc link src_project src_package
[local_package] ?:p
or: "linkpac"?
just create a _link file with the content
<link project='exim' package='exim'/>
2006-06-22 15:07:04 +02:00
<darix> ich hab nen vorschlag fuer osc
<darix> sagen wir ich leg ein server:mail/foo123 an
<darix> dann waere es cool sowas zu koennen wie
<darix> osc importfromspec server:mail foo123
bug:
% osc rm subversion.de.po.bz2 subversion.nb.po.bz2
D subversion.de.po.bz2
D subversion.nb.po.bz2
poeml@aust ~/pac/opensuse/Subversion/subversion
% osc ci subversion.de.po.bz2 subversion.nb.po.bz2
Sending subversion.changes
Deleting subversion.de.po.bz2
Deleting subversion.nb.po.bz2
Sending subversion.viewcvs.conf
Transmitting file data ..
2006-06-08 12:35:15 +02:00