First issue without these commands running:
Could not execute build: Branch rawhide does not track remote branch. Use the following command to fix that: git branch -u origin/REMOTE_BRANCH_NAME
Second issue when we enable these on scratch builds:
Could not execute build: There are unpushed changes in your repo
But when you do it locally via fedpkg commands it works, e.g.:
fedpkg
$ git clone https://src.fedoraproject.org/forks/music/rpms/python-Rtree.git $ cd python-Rtree $ git checkout v1.4.1 $ fedpkg --release rawhide build --scratch --background --skip-nvr-check --target rawhide
Hopefully only setting the remote to a https://src.fedoraproject.org is sufficient
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/f286a3a9ae09419e98790c3ae5599cb0
Metadata Update from @mvadkert: - Pull-request tagged with: gateit
Build succeeded (gate pipeline). https://fedora.softwarefactory-project.io/zuul/buildset/b009815adc404d69ac6c1240457f0377
Pull-Request has been merged by zuul
First issue without these commands running:
Second issue when we enable these on scratch builds:
But when you do it locally via
fedpkgcommands it works, e.g.:Hopefully only setting the remote to a https://src.fedoraproject.org is sufficient