Learn more about these different git repos.
Other Git URLs
Quoting a discussion on fedora-devel:
rpmdev-bumpspec -c "Change here" fedpkg commit -c -p fedpkg build
One way to to do this with rpmautospec is:
git commit --allow-empty -m 'Change here' fedpkg push fedpkg build
But it'd be nice for fedpkg so support this natively so calling git is not necessary:
git
fedpkg commit -m 'Change here' -p fedpkg build
Right now this fails with Could not execute commit: Failed to execute command. The error message is also not very helpful.
Could not execute commit: Failed to execute command.
→ https://pagure.io/rpkg/pull-request/644
Commit a2773ddf fixes this issue
Metadata Update from @onosek: - Issue set to the milestone: 1.44
Log in to comment on this ticket.