Another request for comment, dist-git branch proposal
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
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
|