Another request for comment, dist-git branch proposal

Michael J Gruber mjg at fedoraproject.org
Thu Dec 16 09:00:25 UTC 2010


Jesse Keating venit, vidit, dixit 15.12.2010 23:10:
> https://fedoraproject.org/wiki/Dist_Git_Branch_Proposal
> 
> I think I'm ready to present this to FESCo for consideration, but I'd
> like another round of eyes and thoughts/questions.  Thanks!
> 
Maybe along with a micro migration guide:

git remote prune origin
git fetch origin
git config --get-regexp branch.*.merge |
sed -e 's#heads/\(.*\)/master#heads/\1#' |
xargs -L1 git config

fedpkg could learn to do this, of course. BTW: Is there any doc on what
git commands a fedpkg command translates into?

Cheers,
Michael


More information about the devel mailing list