Sha256: cf78304099101ae8a8f97b59bce2e21061fa72519099d364502e1549c255d9a8

Contents?: true

Size: 1.36 KB

Versions: 13

Compression:

Stored size: 1.36 KB

Contents

# See the documentation for more information:
# https://packit.dev/docs/configuration/

specfile_path: rubygem-foreman_remote_execution.spec

# add or remove files that should be synced
files_to_sync:
    - rubygem-foreman_remote_execution.spec
    - .packit.yaml

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: foreman_remote_execution
# downstream (Fedora) RPM package name
downstream_package_name: rubygem-foreman_remote_execution

upstream_tag_template: v{version}

actions:
  post-upstream-clone:
    - "wget https://raw.githubusercontent.com/theforeman/foreman-packaging/rpm/develop/packages/plugins/rubygem-foreman_remote_execution/rubygem-foreman_remote_execution.spec -O rubygem-foreman_remote_execution.spec"
  get-current-version:
    - ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("*.gemspec").first).version'
  create-archive:
    - gem build foreman_remote_execution.gemspec
    - bash -c "ls -1t ./foreman_remote_execution-*.gem | head -n 1"

jobs:
  - job: copr_build
    trigger: pull_request
    targets:
      centos-stream-8:
        additional_modules: "foreman:el8,nodejs:12"
        additional_repos:
          - http://koji.katello.org/releases/yum/foreman-nightly/el8/x86_64/
          - http://yum.theforeman.org/plugins/nightly/el8/x86_64/
    module_hotfixes: true

srpm_build_deps:
  - wget
  - rubygems

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
foreman_remote_execution-10.1.3 .packit.yaml
foreman_remote_execution-10.1.2 .packit.yaml
foreman_remote_execution-10.1.1 .packit.yaml
foreman_remote_execution-11.1.0 .packit.yaml
foreman_remote_execution-10.1.0 .packit.yaml
foreman_remote_execution-11.0.0 .packit.yaml
foreman_remote_execution-10.0.7 .packit.yaml
foreman_remote_execution-10.0.6 .packit.yaml
foreman_remote_execution-10.0.5 .packit.yaml
foreman_remote_execution-10.0.4 .packit.yaml
foreman_remote_execution-10.0.3 .packit.yaml
foreman_remote_execution-10.0.2 .packit.yaml
foreman_remote_execution-10.0.1 .packit.yaml