638bf8964d
Fixes invalid packit config (since the unquoted template looked like a dictionary to the YAML parser).
18 lines
470 B
YAML
18 lines
470 B
YAML
---
|
|
downstream_package_name: jboss-logging
|
|
specfile_path: jboss-logging.spec
|
|
upstream_package_name: jboss-logging
|
|
upstream_project_url: https://github.com/jboss-logging/jboss-logging
|
|
upstream_tag_template: "{version}.Final"
|
|
|
|
actions:
|
|
post-upstream-clone:
|
|
- "wget https://src.fedoraproject.org/rpms/jboss-logging/raw/main/f/jboss-logging.spec -O jboss-logging.spec"
|
|
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-development
|
|
|