Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Ben Finney Newsgroups: linux.debian.maint.python Subject: Re: Git migration schedule Date: Sat, 10 Oct 2015 03:20:02 +0200 Message-ID: References: X-Original-To: debian-python@lists.debian.org X-Mailbox-Line: From debian-python-request@lists.debian.org Sat Oct 10 01:18:43 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.698 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -6.1 X-Injected-Via-Gmane: http://gmane.org/ Lines: 28 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:LToyEgnGSzVY8ScwuWDl3oQ1FRQ= X-Mailing-List: archive/latest/12902 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/85io6fwmg3.fsf@benfinney.id.au Approved: robomod@news.nic.it Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sat, 10 Oct 2015 12:18:20 +1100 X-Original-Message-ID: <85io6fwmg3.fsf@benfinney.id.au> X-Original-References: <20151002102428.37362c96@limelight.wooz.org> <20151003094748.GB3567@bach.rivera.co.za> <20151003185221.GC3567@bach.rivera.co.za> <20151005113605.5da85bb1@limelight.wooz.org> <20151009082554.GH3644@bach.rivera.co.za> X-Original-X-Complaints-To: usenet@ger.gmane.org Xref: csiph.com linux.debian.maint.python:7591 Brian May writes: > On Fri, 9 Oct 2015 at 19:26 Stefano Rivera wrote: > > > > > Here: > > https://wiki.debian.org/Python/GitPackaging#Where_do_the_team.27s_git_branches_live.3F > > I seem to have problems with this because my username on my local box is > "brian" however my username on git.debian.org is "bam". There doesn't > appear to be an easy way of overriding it. You need to specify which username to connect to over SSH. I have updated the Wiki page above to clarify this. Now that you already have the remote configured, you can re-configure it with: $ git remote set-url origin git+ssh://USERNAME@git.debian.org/git/python-modules/tools/python-modules.git where “origin” is the name of the remote, and “USERNAME” is your Alioth username. -- \ “When we pray to God we must be seeking nothing — nothing.” | `\ —Francis of Assisi | _o__) | Ben Finney