Shibboleth2 packaging
Russ Allbery
rra at debian.org
Fri May 16 18:53:16 UTC 2008
Ferenc Wagner <wferi at niif.hu> writes:
> Russ Allbery <rra at debian.org> writes:
>> I've added a section on backporting to:
>>
>> http://www.eyrie.org/~eagle/notes/debian/git.html
>>
>> It's fairly straightforward. We'll need a backport at Stanford sooner or
>> later, but you're probably going to want to get to it before I will.
> That's great! I started by splitting off the etch branch from debian
> instead of master, though. I'll check if there's an easy way out.
This is what git rebase is for:
git checkout etch
git rebase master
should do it. When you do the git push of the etch branch to Alioth
again, you'll need to use the -f option, since this will invalidate the
old branch (which is okay; we haven't used it for anything yet).
--
Russ Allbery (rra at debian.org) <http://www.eyrie.org/~eagle/>
More information about the Pkg-shibboleth-devel
mailing list