-
Notifications
You must be signed in to change notification settings - Fork 1
/
copr-builder.conf
55 lines (49 loc) · 1.43 KB
/
copr-builder.conf
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[blivet]
copr_user = @storage
copr_repo = blivet-daily
package = python-blivet
git_url = https://github.com/storaged-project/blivet
archive_cmd = make local
git_branch = main
[blivet-gui]
copr_user = @storage
copr_repo = blivet-daily
package = blivet-gui
git_url = https://github.com/storaged-project/blivet-gui
archive_cmd = make local
git_branch = main
[libblockdev-blivet]
copr_user = @storage
copr_repo = blivet-daily
package = libblockdev
git_url = https://github.com/storaged-project/libblockdev
archive_cmd = ./autogen.sh && ./configure && make dist
git_branch = master
[libbytesize-blivet]
copr_user = @storage
copr_repo = blivet-daily
package = libbytesize
git_url = https://github.com/storaged-project/libbytesize
archive_cmd = ./autogen.sh && ./configure && make dist
git_branch = main
[udisks]
copr_user = @storage
copr_repo = udisks-daily
package = udisks2
git_url = https://github.com/storaged-project/udisks
archive_cmd = ./autogen.sh --enable-modules && make -j6 && make dist
git_branch = master
[libblockdev-udisks]
copr_user = @storage
copr_repo = udisks-daily
package = libblockdev
git_url = https://github.com/storaged-project/libblockdev
archive_cmd = ./autogen.sh && ./configure && make dist
git_branch = master
[libbytesize-udisks]
copr_user = @storage
copr_repo = udisks-daily
package = libbytesize
git_url = https://github.com/storaged-project/libbytesize
archive_cmd = ./autogen.sh && ./configure && make dist
git_branch = main