[Pkg-roundcube-maintainers] Renaming branches and repository restructuring (Was: roundcube_1.4.10+dfsg.2-1_source.changes ACCEPTED into unstable)

Guilhem Moulin guilhem at debian.org
Sat Jan 16 16:02:50 GMT 2021


On Sat, 16 Jan 2021 at 01:01:37 +0100, Guilhem Moulin wrote:
> Hopefully these local steps should cover the update:
> 
>    $ git branch -m master debian/latest
>    $ git branch -m upstream upstream/release-1.4
>    $ git branch -m upstream-1.3.x upstream/release-1.3

Forgot the commands to set the new remote-tracking branches (assuming
the ‘origin’ remote points to salsa here):

    $ git branch {--set-upstream-to=origin/,}debian/latest
    $ git branch {--set-upstream-to=origin/,}upstream/release-1.4
    $ git branch {--set-upstream-to=origin/,}upstream/release-1.3

and to set the salsa's HEAD to the new default branch:

    $ git remote set-head origin debian/latest

>    $ git remote add upstream https://github.com/roundcube/roundcubemail.git
>    $ git config remote.upstream.fetch "+refs/heads/release-*:refs/remotes/upstream/release-*"
>    $ git fetch upstream

-- 
Guilhem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-roundcube-maintainers/attachments/20210116/c76850fe/attachment.sig>


More information about the Pkg-roundcube-maintainers mailing list