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