|
@@ -2,17 +2,17 @@
|
2
|
2
|
build_options = notest
|
3
|
3
|
email = Alois Mahdal <netvor@vornet.cz>
|
4
|
4
|
branch = last
|
5
|
|
- url_pattern = https://pagure.io/%s.git
|
6
|
|
- target_root = ~/pals/vornet-scratch/deb
|
7
|
|
- scrap_target = true
|
|
5
|
+ uri_pattern = https://pagure.io/%s.git
|
|
6
|
+ storage_root = ~/pals/vornet-scratch/deb
|
|
7
|
+ scrap_storage = true
|
8
|
8
|
|
9
|
9
|
[debstuff.def.group.jats]
|
10
|
10
|
branch = devel
|
11
|
|
- url_pattern = ~/vcs.jats/%s
|
|
11
|
+ uri_pattern = ~/vcs.jats/%s
|
12
|
12
|
|
13
|
13
|
[debstuff.def.group.vpriv]
|
14
|
|
- url_pattern = ~/st/vcs.private/%s
|
|
14
|
+ uri_pattern = ~/st/vcs.private/%s
|
15
|
15
|
|
16
|
16
|
[debstuff.def.group.vscratch]
|
17
|
17
|
branch = devel
|
18
|
|
- url_pattern = ~/vcs.mystream/%s
|
|
18
|
+ uri_pattern = ~/vcs.mystream/%s
|