In most cases I try sync all branches if there no real reasons to make
differences.
After made some changes in origin/master and commit is I also must do
for each available branches something similar:
fedpkg switch-branch el5;
git pull
git merge origin/master
git push
fedpkg build
fedpkg update
Off course I can script it with shell, but may be there already
possibility to "commit in few branches"? Something like this:
fedpkg commit -F clog -B "f12,f13,f14,el5,el6"
And will be very cool to start build and push updates (by single
template interactively filled one time) also for several branches.
--
With best wishes, Pavel Alexeev aka Pahan-Hubbitus. For fast contact
with me you could use Jabber: Hubbitus@jabber.ru
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
10-08-2010, 03:21 PM
Paul Wouters
Git commit in all available branches
On Fri, 8 Oct 2010, Pavel Alexeev (aka Pahan-Hubbitus) wrote:
> After made some changes in origin/master and commit is I also must do
> for each available branches something similar:
> fedpkg switch-branch el5;
> git pull
> git merge origin/master
> git push
> fedpkg build
> fedpkg update
Does that not mangle the changelog of the different branches?
Paul
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel