On 05/10/10 07:27, Jon Ciesla wrote:
> In my experience, git add the patch, fedpkg commit -p, fedpkg build.
> The tag is based on the git revision hash, so it's unique, no need to
> bump the EVR.
Cool, thanks, will do.
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproj
David Timms wrote:
> Hi, new to git, and while following the "conversion" guide [1], I missed
> the fact that I had added a new patch, but not added it to git.
>
> So the build failed. I have now: git add x.patch
>
> I'm not sure what is correct procedure to attempt rebuild with the
> included patc
Hi, new to git, and while following the "conversion" guide [1], I missed
the fact that I had added a new patch, but not added it to git.
So the build failed. I have now: git add x.patch
I'm not sure what is correct procedure to attempt rebuild with the
included patch:
1. fedpkg commit -p
2. fedpk