Compare commits

..

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

7 changed files with 51 additions and 4 deletions

33
.gitignore vendored
View File

@ -1,2 +1,31 @@
SOURCES/bootupd-0.2.19-vendor.tar.zstd
SOURCES/bootupd-0.2.19.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
/bootupd-0.2.19-vendor.tar.zstd
/bootupd-0.2.19.crate

View File

@ -1,2 +0,0 @@
c9fc8b2e450c11c8e12fb63b7474cddd009f52e5 SOURCES/bootupd-0.2.19-vendor.tar.zstd
11db1d98620000dccf43a2d645b2020b696ae321 SOURCES/bootupd-0.2.19.crate

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.19-vendor.tar.zstd) = bd4df9a6e959212d3c48c90a5ef02904fc3d1db5ef50bbc98ce235f3f624316a01814d9c9605b64ca986aa65a984296fc0ffb83e683d6f220ba31ba05785b28c
SHA512 (bootupd-0.2.19.crate) = 286309334b935620a004743631c0bb040c8416ce83284b2f5ad1db04918736f40d7eb68a84bef2927cad7fe5efe13946b1e620e22aec9a428a13d10cbda0231e

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"