Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
58e0d6bc70 | |||
9a5eb63de2 |
1
.cockpit-files.metadata
Normal file
1
.cockpit-files.metadata
Normal file
@ -0,0 +1 @@
|
||||
6eeab040ee8fb01e89cf5a55cd45eed2d369583e SOURCES/cockpit-files-16.tar.xz
|
@ -1 +0,0 @@
|
||||
1
|
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,17 +1 @@
|
||||
/cockpit-files-1.tar.xz
|
||||
/cockpit-files-2.tar.xz
|
||||
/cockpit-files-3.tar.xz
|
||||
/cockpit-files-3.1.tar.xz
|
||||
/cockpit-files-4.tar.xz
|
||||
/cockpit-files-5.tar.xz
|
||||
/cockpit-files-6.tar.xz
|
||||
/cockpit-files-7.tar.xz
|
||||
/cockpit-files-8.tar.xz
|
||||
/cockpit-files-9.tar.xz
|
||||
/cockpit-files-10.tar.xz
|
||||
/cockpit-files-11.tar.xz
|
||||
/cockpit-files-12.tar.xz
|
||||
/cockpit-files-13.tar.xz
|
||||
/cockpit-files-14.tar.xz
|
||||
/cockpit-files-15.tar.xz
|
||||
/cockpit-files-16.tar.xz
|
||||
SOURCES/cockpit-files-16.tar.xz
|
||||
|
@ -1,3 +0,0 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.1.0.post1.dev2+gf7b527d0.
|
14
gating.yaml
14
gating.yaml
@ -1,14 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
85
packit.yaml
85
packit.yaml
@ -1,85 +0,0 @@
|
||||
# Enable RPM builds and running integration tests in PRs through https://packit.dev/
|
||||
# To use this, enable Packit-as-a-service in GitHub: https://packit.dev/docs/packit-as-a-service/
|
||||
# See https://packit.dev/docs/configuration/ for the format of this file
|
||||
|
||||
specfile_path: cockpit-files.spec
|
||||
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
||||
copy_upstream_release_description: true
|
||||
|
||||
srpm_build_deps:
|
||||
- make
|
||||
- nodejs-npm
|
||||
|
||||
actions:
|
||||
post-upstream-clone:
|
||||
- make cockpit-files.spec
|
||||
# replace Source1 manually, as create-archive: can't handle multiple tarballs
|
||||
- make node-cache
|
||||
- sh -c 'sed -i "/^Source1:/ s/https:.*/$(ls *-node*.tar.xz)/" cockpit-*.spec'
|
||||
create-archive: make dist
|
||||
# files.git has no release tags; your project can drop this once you have a release
|
||||
get-current-version: make print-version
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
# implicitly defined by "tests" job, no extra build-only targets
|
||||
targets: []
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-rawhide
|
||||
- fedora-latest-stable-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: "^main$"
|
||||
owner: "@cockpit"
|
||||
project: "main-builds"
|
||||
preserve_project: True
|
||||
|
||||
- job: copr_build
|
||||
trigger: release
|
||||
owner: "@cockpit"
|
||||
project: "cockpit-preview"
|
||||
preserve_project: True
|
||||
actions:
|
||||
post-upstream-clone: make cockpit-files.spec
|
||||
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
|
||||
# really should be the default, see https://github.com/packit/packit-service/issues/1505
|
||||
create-archive:
|
||||
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-files/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: "^main$"
|
||||
owner: "@cockpit"
|
||||
project: "main-builds"
|
||||
preserve_project: True
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-development
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-41
|
||||
- fedora-42
|
@ -1,9 +0,0 @@
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
|
||||
environment:
|
||||
TEST_AUDIT_NO_SELINUX: 1
|
Loading…
Reference in New Issue
Block a user