File tree 1 file changed +50
-0
lines changed
1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ upstream_project_url : https://github.com/stratis-storage/libcryptsetup-rs
2
+
3
+ packages :
4
+ libcryptsetup-rs-sys :
5
+ specfile_path : ../distro/rust-libcryptsetup-rs-sys.spec
6
+ downstream_package_name : rust-libcryptsetup-rs-sys
7
+ actions :
8
+ post-upstream-clone :
9
+ - " mkdir ../distro"
10
+ - " bash -c '(cd ../distro; wget https://src.fedoraproject.org/rpms/rust-libcryptsetup-rs-sys/raw/rawhide/f/rust-libcryptsetup-rs-sys.spec https://src.fedoraproject.org/rpms/rust-libcryptsetup-rs-sys/raw/rawhide/f/rust2rpm.toml)'"
11
+ - " cargo install cargo-get"
12
+ create-archive :
13
+ - " bash -c '(cd libcryptsetup-rs-sys; cargo package --no-verify)'"
14
+ - " echo 'libcryptsetup-rs-sys/target/package/libcryptsetup-rs-sys-0.5.0.crate'"
15
+ fix-spec-file :
16
+ - " bash -c '(cd ../distro; rust2rpm libcryptsetup-rs-sys)'"
17
+ get-current-version :
18
+ - " cargo get package.version"
19
+
20
+ libcryptsetup-rs :
21
+ specfile_path : ../distro/rust-libcryptsetup-rs.spec
22
+ downstream_package_name : rust-libcryptsetup-rs
23
+ actions :
24
+ post-upstream-clone :
25
+ - " bash -c '(cd ../distro; wget https://src.fedoraproject.org/rpms/rust-libcryptsetup-rs/raw/rawhide/f/rust-libcryptsetup-rs.spec)'"
26
+ - " cargo install cargo-get"
27
+ create-archive :
28
+ - " cargo package --no-verify"
29
+ - " echo 'target/package/libcryptsetup-rs-0.13.0.crate'"
30
+ fix-spec-file :
31
+ - " bash -c '(cd ../distro; rust2rpm libcryptsetup-rs)'"
32
+ get-current-version :
33
+ - " cargo get package.version"
34
+
35
+ srpm_build_deps :
36
+ - cargo
37
+ - rust2rpm
38
+ - rust2rpm-helper
39
+ - wget2
40
+ - wget2-wget
41
+
42
+ jobs :
43
+ - job : copr_build
44
+ trigger : pull_request
45
+ targets :
46
+ - fedora-all
47
+
48
+ notifications :
49
+ pull_request :
50
+ successful_build : true
You can’t perform that action at this time.
0 commit comments