adding repo to group from repo config
Bug #966972 reported by
Elan Ruusamäe
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
poldek |
Fix Committed
|
Undecided
|
Cactus |
Bug Description
currently poldek supports defining groups:
[source]
name = _crs-fe-dcarousel
type = pndir
path = %{_prefix}
auto = no
autoup = no
# group for whole project
[source]
type = group
name = crs
sources = %{_dist_repos} _crs _crs-fe-dcarousel
but i'd like to "add" repo to group via repo definition, this would make it more flexible to add sources to existing sourcename (just add new file contaning new [source] definition, no need to modify original "group")
[source]
name = _crs-fe-dcarousel
type = pndir
path = %{_prefix}
auto = no
autoup = no
group = crs
Changed in poldek: | |
assignee: | nobody → Cactus (uzi18) |
status: | New → Confirmed |
Changed in poldek: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Please test this patch :)
add line to some repos or just one:
group=test
poldek -n test
Do You think to upgrade it to sth like : groups=a,b,c is necessery or we can live it like that?