Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7592
| From | Mattia Rizzolo <mattia@mapreri.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Git migration schedule |
| Date | 2015-10-10 03:50 +0200 |
| Message-ID | <qhRsm-309-3@gated-at.bofh.it> (permalink) |
| References | (4 earlier) <qfAci-1UC-9@gated-at.bofh.it> <qgg1R-30J-37@gated-at.bofh.it> <qhBdV-54V-33@gated-at.bofh.it> <qhOXv-81U-1@gated-at.bofh.it> <qhQZk-2sY-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sat, Oct 10, 2015 at 12:18:20PM +1100, Ben Finney wrote:
> Brian May <brian@microcomaustralia.com.au> writes:
>
> > On Fri, 9 Oct 2015 at 19:26 Stefano Rivera <stefanor@debian.org> 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.
You can also add a snipped like mine to ~/.ssh/config:
Host alioth svn.debian.org git.debian.org bzr.debian.org hg.debian.org darcs.debian.org arch.debian.org anonscm.debian.org
HostName alioth.debian.org
User mapreri-guest
so you avoid fiddling with every git remote.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: http://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-02 16:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-02 22:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-02 23:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 11:50 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-03 12:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-03 16:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-03 17:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-03 20:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 21:00 +0200
Re: Git migration schedule Daniele Tricoli <eriol@mornie.org> - 2015-10-03 21:50 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 22:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-04 21:10 +0200
Re: Git migration schedule Julien Puydt <julien.puydt@laposte.net> - 2015-10-04 21:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-04 21:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-04 23:10 +0200
Re: Git migration schedule IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> - 2015-10-05 12:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 23:30 +0200
Re: Git migration schedule IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> - 2015-10-06 09:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 18:00 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-04 23:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:50 +0200
Re: Git migration schedule Scott Kitterman <debian@kitterman.com> - 2015-10-05 18:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-06 02:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-08 17:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 18:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 01:10 +0200
Re: Git migration schedule Ben Finney <ben+debian@benfinney.id.au> - 2015-10-10 03:20 +0200
Re: Git migration schedule Mattia Rizzolo <mattia@mapreri.org> - 2015-10-10 03:50 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 04:40 +0200
Re: Git migration schedule Barry Warsaw <barry@python.org> - 2015-10-10 21:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-11 10:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-18 03:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:50 +0200
Re: Git migration schedule Daniel Stender <debian@danielstender.com> - 2015-10-05 21:00 +0200
Re: Git migration schedule Barry Warsaw <barry@python.org> - 2015-10-06 01:20 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-06 01:30 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-08 17:10 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-09 02:00 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:00 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-10 01:00 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-11 02:30 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-12 09:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-12 21:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-09 16:50 +0200
Re: Git migration schedule Arthur de Jong <adejong@debian.org> - 2015-10-09 18:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-09 19:40 +0200
Re: Git migration schedule Arthur de Jong <adejong@debian.org> - 2015-10-09 21:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:30 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-11 10:30 +0200
Re: Git migration schedule pushback permissions/DEP-3 workflow Daniel Stender <debian@danielstender.com> - 2015-10-12 20:20 +0200
Re: Git migration schedule pushback permissions/DEP-3 workflow Daniele Tricoli <eriol@mornie.org> - 2015-10-12 20:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:20 +0200
Re: Git migration schedule IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> - 2015-10-10 21:40 +0200
Re: Git migration schedule Jean-Michel Vourgère <nirgal@debian.org> - 2015-10-18 22:10 +0200
Re: Git migration schedule Piotr Ożarowski <piotr@debian.org> - 2015-10-18 23:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-19 19:20 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-19 23:40 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-21 10:00 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-19 23:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-20 16:10 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-21 09:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-21 16:50 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-21 23:40 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-22 00:10 +0200
Re: Git migration schedule Sandro Tosi <sandro.tosi@gmail.com> - 2015-10-22 00:30 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-22 09:20 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-23 01:50 +0200
Re: Git migration schedule Julien Puydt <julien.puydt@laposte.net> - 2015-10-22 10:00 +0200
Re: Git migration schedule Piotr Ożarowski <piotr@debian.org> - 2015-10-22 10:10 +0200
pristine-tar (was: Git migration schedule) "W. Martin Borgert" <debacle@debian.org> - 2015-10-22 13:10 +0200
Re: pristine-tar (was: Git migration schedule) Barry Warsaw <barry@debian.org> - 2015-10-23 01:50 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-22 10:30 +0200
csiph-web