Compare commits

...

10 Commits

Author SHA1 Message Date
Troy Dawson 3879cc93e7 dotnet-build-reference-packages package is retired on c9s for CS-1037 2023-05-18 10:54:17 +00:00
Mohan Boddu 7453a45511 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 19:51:31 +00:00
Radka Gustavsson 9fbd0249f0 Resolves: RHBZ#1977525 2021-07-19 16:01:43 +02:00
Mohan Boddu 14f94da946 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 23:08:17 +00:00
DistroBaker 7f78f322c8 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/dotnet-build-reference-packages.git#5305aceee23420e97260d03b4b61198ac9fc9a6e
2021-02-03 13:07:00 +01:00
DistroBaker 5d2c1f9388 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/dotnet-build-reference-packages.git#e7b448e64a2c6a997dad61c7a46792f0b8508104
2020-12-15 16:31:10 +01:00
DistroBaker 8f34e9720e Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/dotnet-build-reference-packages.git#e7b448e64a2c6a997dad61c7a46792f0b8508104
2020-12-09 18:13:13 +01:00
DistroBaker d774e3d3e5 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/dotnet-build-reference-packages.git#e7b448e64a2c6a997dad61c7a46792f0b8508104
2020-12-04 18:54:31 +01:00
Troy Dawson 01963f07ef RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/dotnet-build-reference-packages#e7b448e64a2c6a997dad61c7a46792f0b8508104
2020-11-16 14:53:45 -08:00
DistroBaker c67e6800d8 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/dotnet-build-reference-packages.git#e7b448e64a2c6a997dad61c7a46792f0b8508104
2020-11-04 22:42:38 +01:00
5 changed files with 47 additions and 1 deletions

View File

@ -0,0 +1 @@
ac507494aff6a0415e0799e086f89d2faf7c8ea2 dotnet-build-reference-packages-cd5a8c6.tar.gz

1
dead.package Normal file
View File

@ -0,0 +1 @@
dotnet-build-reference-packages package is retired on c9s for CS-1037

View File

@ -5,7 +5,7 @@
Name: dotnet-build-reference-packages
Version: 0
Release: 7.20200608git%{shortcommit}%{?dist}
Release: 10.20200608git%{shortcommit}%{?dist}
Summary: Reference packages needed by the .NET Core SDK build
License: MIT
@ -62,6 +62,16 @@ cp -a Private.SourceBuild.ReferencePackages.%{version}.tar.gz %{buildroot}/%{_li
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0-10.20200608gitcd5a8c6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0-9.20200608gitcd5a8c6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-8.20200608gitcd5a8c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20200608gitcd5a8c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

21
gating.yaml Normal file
View File

@ -0,0 +1,21 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

13
tests/tests.yml Normal file
View File

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
- atomic
tests:
- files_exist:
run: test -d /usr/lib64/dotnet/reference-packages/
required_packages:
- bash