2006-06-22 15:07:04 +02:00
|
|
|
- split functionality that needs prj/pac as commandline arguments into a seperate tool (oscremote)
|
|
|
|
|
2006-04-28 17:37:25 +02:00
|
|
|
- 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-07-17 14:10:11 +02:00
|
|
|
- clean up the way how a .oscrc template is being added: at the moment, there
|
|
|
|
are two places doing this
|
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
|
|
|
|
|
|
|
|
|
2006-05-19 22:13:29 +02:00
|
|
|
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
|
2006-05-19 22:13:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement a package search / indexing
|
|
|
|
|
2006-05-10 16:44:49 +02:00
|
|
|
|
2006-05-31 14:13:26 +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
|
|
|
|
2006-08-10 18:53:59 +02:00
|
|
|
|
|
|
|
15:47 < kesselborn> DuDE: beim osc local build: müssen die config vars gesetzt sein, wenn man env vars gesetzt hat?
|
|
|
|
15:48 < DuDE> kesselborn: hm, weiss ich gerade gar nicht
|
|
|
|
15:48 < kesselborn> ja, scheint so
|
|
|
|
15:48 < kesselborn> ok
|
|
|
|
15:48 < kesselborn> aber er nimmt dann die env vas
|
|
|
|
15:48 < kesselborn> vars
|
|
|
|
15:50 < DuDE> kesselborn: hm, das sollte ich aendern
|
|
|
|
|
|
|
|
|
|
|
|
17:30 < DuDE> jbl_: at the moment there is only exclude_stuff = [store, '.svn', 'CVS'], it should be extended to use globs
|
|
|
|
|
2006-06-30 01:34:06 +02:00
|
|
|
01:20 < darix> DuDE: http://rafb.net/paste/results/hUjH7v14.html
|
|
|
|
01:21 < darix> that happens if the log is not accessible atm
|
|
|
|
|
|
|
|
02:26 <darix> Transmitting file data ..Traceback (most recent call last):
|
|
|
|
02:26 <darix> File "/usr/bin/osc", line 10, in ?
|
|
|
|
02:26 <darix> commandline.main()
|
|
|
|
02:26 <darix> File "/usr/lib/python2.4/site-packages/osc/commandline.py", line 667, in main
|
|
|
|
02:26 <darix> cmd_dict[cmd](args)
|
|
|
|
02:26 <darix> File "/usr/lib/python2.4/site-packages/osc/commandline.py", line 340, in checkin
|
|
|
|
02:26 <darix> p.to_be_deleted.remove(filename)
|
|
|
|
02:26 <darix> ValueError: list.remove(x): x not in list
|
|
|
|
|
|
|
|
|
|
|
|
osc repos server:search:ui :
|
|
|
|
<repository name="SUSE_Linux_10.1">
|
|
|
|
<path project="server:search" repository="SUSE_Linux_10.1" />
|
|
|
|
<path project="KDE:KDE4" repository="SUSE_Linux_10.1" />
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
<arch>i586</arch>
|
|
|
|
</repository>
|
|
|
|
<repository name="SUSE_Factory">
|
|
|
|
<path project="server:search" repository="SUSE_Factory" />
|
|
|
|
<path project="KDE:KDE4" repository="SUSE_Factory" />
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
<arch>i586</arch>
|
|
|
|
</repository>
|
|
|
|
|
2006-08-10 18:55:25 +02:00
|
|
|
|
|
|
|
16:59 < kesselborn> for var in ['OSC_SU_WRAPPER', 'OSC_BUILD_ROOT', 'OSC_PACKAGECACHEDIR', 'BUILD_ROOT']
|
|
|
|
16:59 < kesselborn> Du hast OSC_SU_WRAPPER', 'OSC_BUILD_ROOT', vergessen
|
|
|
|
|