1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/TODO

149 lines
5.2 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-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
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
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
2006-09-15 16:37:30 +02:00
This can actually be done by
osc createpac server:mail foo123
followed by
cd foo123; osc init server:mail foo123
2006-06-22 15:07:04 +02:00
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-09-15 16:37:30 +02:00
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
# osc build SUSE_Factory i586 xorg-x11-libX11.spec
> ['/usr/bin/osc', 'build', 'i38', 'i386', 'SUSE_Factory', 'i586', 'xorg-x11-libX11.spec']
> Error: specfile 'SUSE_Factory' does not exist.
BUILD_DIST must *not* be set! Could you add this information to the
'osc help build' text?
2006-09-15 11:47:44 +02:00
curl -d " " -n "http://api.opensuse.org/source/server:php/php5_hardened?cmd=rebuild&arch=i586&repo=SUSE_Linux_10.0"
2006-09-21 16:45:56 +02:00
you can retrigger per repo/arch already:
curl -d " " -n \
"http://api.opensuse.org/source/{project}/{pkg}?cmd=rebuild&repo={repo}&arch={arch}"
-n == netrc or use:
-u/--user <user[:password]> Set server user and password
repo and arch are optional.
so those 3 are valid:
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&repo=SUSE_Factory"
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&arch=i586"
"http://api.opensuse.org/source/ruby/ruby?cmd=rebuild&repo=SUSE_Factory&arch=i586"
2006-09-15 11:47:44 +02:00
2006-09-15 16:37:30 +02:00
http://api.opensuse.org/result/Apache/SUSE_Linux_10.0/apache2/result
2006-09-15 11:47:44 +02:00
15:06 <darix> kurz zeit ueber 1-2 osc feature request zu reden die ich grade bekommen habe?
15:06 <DuDE_> ja
15:06 <darix> ok
15:06 <darix> das 1. ist
15:06 <darix> osc listpackages [<project>]
15:06 <DuDE_> als Alias?
15:07 <darix> osc listpackages [<project>] [<package>]
15:07 <darix> es soll die gebauten sachen listen
15:07 <DuDE_> ach so, rpms
15:07 <darix> quasi alle rpms/debs die da sind
15:07 <darix> und dann
15:07 <DuDE_> mit Pfad/URL?
15:07 <DuDE_> also praktisch den Link auf software.opesuse.org?
15:07 <darix> osc getpackage [<project>] [<package>] [<rpm>]+
15:07 <darix> nein
15:07 <darix> im zweifel ueber API saugen
15:08 <DuDE_> hm, waere noetig, falls ein Projekt noch nicht durchgebaut hat
15:08 <darix> jau
15:08 <darix> richi wuerde sich wirklich drueber freuen
15:08 <darix> ich weiss dass es ueber die api vom backend geht
15:09 <darix> ich weiss nur nicht ob api alles durchreicht
15:09 <darix> und leider hab ich schon ein paar sachen im api code gefunden
15:09 <darix> der falsch mit dem backend spricht :/
15:09 <DuDE_> ja, macht osc build auch so, eigentlich, allerdings weiss es dann die noetigen Datein aus dem buildinfo (version, release)
15:09 <darix> man kann auf dem backend alle rpms listen lassen