#28 after cherry picking commit from master to F-13 scratch-build fails
Closed: Fixed Opened by mcepl.

In order to fix [https://bugzilla.redhat.com/show_bug.cgi?id=608265 a silly bug] I tried to use fedpkg. I have cloned xorg-x11-xinit with
{{{
fedpkg clone xorg-x11-xinit
}}}
Then in the master branch I have applied the tiny change, git commit -a and git push.
{{{
fedpkg scratch-build
}}}
generated [http://koji.stg.fedoraproject.org/koji/taskinfo?taskID=2239061 Rawhide build] and it worked beautifully.

Then I checked out F-13 branch with
{{{
git checkout F-13
}}}
and cherry-picked the fix with
{{{
git cherry-pick master
}}}
and pushed it with git push. Then I run fedpkg scratch-build and got [http://koji.stg.fedoraproject.org/koji/taskinfo?taskID=2239066 a failed build]. Any ideas?


Hmm, [http://koji.fedoraproject.org/koji/taskinfo?taskID=2316551 this] might be a problem with Koji.

Note that you can not push these builds though bodhi as official updates.

there is actually no current F-13 build repo. im creating that now.

when http://koji.stg.fedoraproject.org/koji/taskinfo?taskID=2239069 is complete you should be able to re-submit your build.

Metadata