Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
265641dddf | ||
| e9b926c5b0 | |||
| 58e0d6bc70 | |||
| 9a5eb63de2 |
2
.cockpit-files.metadata
Normal file
2
.cockpit-files.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
8dc4b160ef69e39d5176346ea3291f54ace836a6 SOURCES/cockpit-files-36.tar.xz
|
||||
6d4f06d21f7a2edc1c4ed47540413e4eb2007b8a SOURCES/cockpit-files-node-36.tar.xz
|
||||
@ -1 +0,0 @@
|
||||
1
|
||||
49
.gitignore
vendored
49
.gitignore
vendored
@ -1,47 +1,2 @@
|
||||
/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
|
||||
/cockpit-files-17.tar.xz
|
||||
/cockpit-files-18.tar.xz
|
||||
/cockpit-files-19.tar.xz
|
||||
/cockpit-files-20.tar.xz
|
||||
/cockpit-files-21.tar.xz
|
||||
/cockpit-files-22.tar.xz
|
||||
/cockpit-files-23.tar.xz
|
||||
/cockpit-files-24.tar.xz
|
||||
/cockpit-files-25.tar.xz
|
||||
/cockpit-files-26.tar.xz
|
||||
/cockpit-files-27.tar.xz
|
||||
/cockpit-files-28.tar.xz
|
||||
/cockpit-files-29.tar.xz
|
||||
/cockpit-files-30.tar.xz
|
||||
/cockpit-files-31.1.tar.xz
|
||||
/cockpit-files-32.tar.xz
|
||||
/cockpit-files-33.tar.xz
|
||||
/cockpit-files-node-33.tar.xz
|
||||
/cockpit-files-34.tar.xz
|
||||
/cockpit-files-node-34.tar.xz
|
||||
/cockpit-files-35.tar.xz
|
||||
/cockpit-files-node-35.tar.xz
|
||||
/cockpit-files-36.tar.xz
|
||||
/cockpit-files-node-36.tar.xz
|
||||
/cockpit-files-37.tar.xz
|
||||
/cockpit-files-node-37.tar.xz
|
||||
/cockpit-files-38.tar.xz
|
||||
/cockpit-files-node-38.tar.xz
|
||||
/cockpit-files-39.tar.xz
|
||||
/cockpit-files-node-39.tar.xz
|
||||
SOURCES/cockpit-files-36.tar.xz
|
||||
SOURCES/cockpit-files-node-36.tar.xz
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.15.1.post1.dev6+g1fe6a01ee.
|
||||
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 39
|
||||
Version: 36
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -86,19 +86,6 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 25 2026 Packit <hello@packit.dev> - 39-1
|
||||
- Bugfixes and translation updates
|
||||
|
||||
|
||||
* Wed Mar 18 2026 Packit <hello@packit.dev> - 38-1
|
||||
- Add discard changes dialog
|
||||
- Bugfixes and translation updates
|
||||
|
||||
|
||||
* Thu Feb 26 2026 Packit <hello@packit.dev> - 37-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
|
||||
* Wed Feb 11 2026 Packit <hello@packit.dev> - 36-1
|
||||
- Convert license headers to SPDX format
|
||||
|
||||
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}
|
||||
83
packit.yaml
83
packit.yaml
@ -1,83 +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:
|
||||
- jq
|
||||
- make
|
||||
- nodejs
|
||||
|
||||
actions:
|
||||
post-upstream-clone:
|
||||
- make node-cache dist
|
||||
|
||||
fix-spec-file:
|
||||
# our locally built tarballs are not on the upstream releases page, point to the local files
|
||||
sed -i 's|^\(Source[0-9]*:\s*\).*\/|\1|' cockpit-files.spec
|
||||
|
||||
jobs:
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets: &test_targets
|
||||
- fedora-43
|
||||
- fedora-44
|
||||
- fedora-rawhide
|
||||
- fedora-latest-stable-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10
|
||||
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: *test_targets
|
||||
|
||||
- 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
|
||||
fix-spec-file:
|
||||
- sh -exc "curl -L --fail -O https://github.com/cockpit-project/cockpit-files/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||
- sh -exc "curl -L --fail -O https://github.com/cockpit-project/cockpit-files/releases/download/${PACKIT_PROJECT_VERSION}/cockpit-files-node-${PACKIT_PROJECT_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-43
|
||||
- fedora-44
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-43
|
||||
- fedora-44
|
||||
- fedora-development
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-43
|
||||
- fedora-44
|
||||
@ -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
|
||||
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (cockpit-files-39.tar.xz) = ebc894fed20c295edec4576cb97b76c756113831286c9a8959c8bf0aa70888e79df56759c9ecee29e990b960c86f32cf7ad7a44e213257623d85bfcbe0aebab2
|
||||
SHA512 (cockpit-files-node-39.tar.xz) = 1db8dacfc1c406b0953ee687708e42d223c8f1c844bcad2246a2ef9e9b1f0e77611147affced2a9c442fdee679d853a8519fe6a262e5e4aff393d4735709fb63
|
||||
Loading…
Reference in New Issue
Block a user