blob: 366ac76ae5e7f5ad08b8e46f406b810c72664c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Support package submit groups
=============================
It has been complained that repsys didn't have any way to submit more than
one package at once. Now repsys allows it and another interesting may be
useful: submitting package groups.
Fedora has something like "package groups", when a given package group is
requested to be rebuilt. It should ease a little the process of submitting
packages.
Brainstorm usage:
repsys submit -t 2008.0 kde-packages
repsys submit all-dkms
Notes
=====
- No support for using the <distro>/<package> format. The -d command line
option should be used.
(actually it turned out to be really needed, as we can't use -d [I plan
to use -d for --define])
TODO
====
- change submit to expand the list
- add a configuration groups called "submit-groups" and each line defines
a groups with package names separated by space:
[submit-groups]
kde-games = kfoo kbar kbaz
gnome-craplets = gfoo gbar gbaz
python-twisted = foo bar baz
|