Compare commits

...

No commits in common. "c9-beta" and "c9s" have entirely different histories.
c9-beta ... c9s

8 changed files with 51 additions and 4 deletions

31
.gitignore vendored
View File

@ -1,2 +1,29 @@
SOURCES/bootupd-0.2.18-vendor.tar.zstd
SOURCES/bootupd-0.2.18.crate
/bootupd-0.1.1.crate
/bootupd-0.1.2.crate
/bootupd-0.1.3.crate
/bootupd-0.2.0.crate
/bootupd-0.2.0-vendor.tar.gz
/bootupd-0.2.2.crate
/bootupd-0.2.2-vendor.tar.gz
/bootupd-0.2.3.crate
/bootupd-0.2.3-vendor.tar.gz
/bootupd-0.2.4.crate
/bootupd-0.2.4-vendor.tar.gz
/bootupd-0.2.5.crate
/bootupd-0.2.5-vendor.tar.gz
/bootupd-0.2.6-vendor.tar.gz
/bootupd-0.2.6.crate
/bootupd-0.2.7.crate
/bootupd-0.2.7-vendor.tar.gz
/bootupd-0.2.11.crate
/bootupd-0.2.11-vendor.tar.gz
/bootupd-0.2.12.crate
/bootupd-0.2.12-vendor.tar.zstd
/bootupd-0.2.15.crate
/bootupd-0.2.15-vendor.tar.zstd
/bootupd-0.2.16.crate
/bootupd-0.2.16-vendor.tar.zstd
/bootupd-0.2.17.crate
/bootupd-0.2.17-vendor.tar.zstd
/bootupd-0.2.18.crate
/bootupd-0.2.18-vendor.tar.zstd

View File

@ -1,2 +1,2 @@
cca30f4f8451b627534258f7c23fa360cec45b4a SOURCES/bootupd-0.2.18-vendor.tar.zstd
3746d3d9ce696228515b3bc400811c55ec8ae515 SOURCES/bootupd-0.2.18.crate
3746d3d9ce696228515b3bc400811c55ec8ae515 bootupd-0.2.18.crate
cca30f4f8451b627534258f7c23fa360cec45b4a bootupd-0.2.18-vendor.tar.zstd

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# rust-bootupd
The rust-bootupd package

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses

2
sources Normal file
View File

@ -0,0 +1,2 @@
SHA512 (bootupd-0.2.18.crate) = 867579ca1978453c14761023abb3ab5fd6d5fffc721e1544d55d5b4e14d5ba374fcf5ed7a53b45d176c3853fb1c0dd715fbd6e7d3652e6ad24ee0de6376a634b
SHA512 (bootupd-0.2.18-vendor.tar.zstd) = c194054b14d8038dc06d4cfa7f4138a0b1a1b5f45aab09df402e55d3fe912fd91f43306dae44878edcfab03196acf3b4d656c66cb8aaa4638a6269b922d3dca7

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "/usr/libexec/bootupd --help"