Skip to content

Commit

Permalink
ci(packit): explicitly clone c9s branch
Browse files Browse the repository at this point in the history
Once default branch is changed to `c10s` the current configuration could stop working.

rhel-only

Related: RHEL-30372
  • Loading branch information
jamacku authored and github-actions[bot] committed May 17, 2024
1 parent 4ab2df5 commit 16eace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ srpm_build_deps: []
actions:
post-upstream-clone:
# Use the CentOS Stream specfile
- "git clone https://gitlab.com/redhat/centos-stream/rpms/systemd.git .packit_rpm --depth=1"
- "git clone -b c9s https://gitlab.com/redhat/centos-stream/rpms/systemd.git .packit_rpm --depth=1"
# Drop the "sources" file so rebase-helper doesn't think we're a dist-git
- "rm -fv .packit_rpm/sources"
# Drop all patches, since they're already included in the tarball
Expand Down

0 comments on commit 16eace4

Please sign in to comment.