Blob Blame History Raw
upstream_project_url: https://github.com/cockpit-project/cockpit
# HACK: spec must be next to the generated tarball; https://github.com/packit/packit/issues/1621
specfile_path: cockpit.spec
actions:
  post-upstream-clone:
    # HACK: spec must be next to the generated tarball; https://github.com/packit/packit/issues/1621
    - cp tools/cockpit.spec .

  create-archive:
    # The sandcastle doesn't have enough ram to run webpack, so wait
    # until the webpack-jumpstart workflow has run and grab the result.
    - tools/webpack-jumpstart --wait --rebase
    - tools/make-dist

srpm_build_deps:
  - automake
  - gcc
  - glib2-devel
  - make
  - systemd-devel
# use the nicely formatted release NEWS from our upstream release, instead of git shortlog
copy_upstream_release_description: true
jobs:
  - job: tests
    trigger: pull_request
    targets:
      - fedora-35
      - fedora-36
      - fedora-development
      - centos-stream-8-x86_64
      - centos-stream-9-x86_64

  # run build/unit tests on some interesting architectures
  - job: copr_build
    trigger: pull_request
    targets:
      # 32 bit
      - fedora-development-i386
      # big-endian
      - fedora-development-s390x

  - job: propose_downstream
    trigger: release
    dist_git_branches:
      - fedora-35

  - job: koji_build
    trigger: commit
    dist_git_branches:
      - fedora-35

  - job: bodhi_update
    trigger: commit
    dist_git_branches:
      # rawhide updates are created automatically
      - fedora-35