Re: Git migration schedule

2015-10-09 Thread Stefano Rivera
Hi Brian (2015.10.09_01:52:20_+0200) > Will the migration do packages like python-django? It migrated everything that's in SVN. What happens to the result is up to us. We can replace migrated results with existing git packages. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

Re: Git migration schedule

2015-10-09 Thread Stefano Rivera
Hi debian-python (2015.10.08_17:06:29_+0200) > Done. And kicking off the migration now... And it's done. Things that need to be looked at: http://whiteboard.debian.net/dpmt-git-migration.wb Please mark them off if you've looked at them. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 41

Re: Git migration schedule

2015-10-09 Thread Stefano Rivera
Hi Barry (2015.10.05_17:36:05_+0200) > Is there some documentation on how to use these scripts, or set up mr? Or > would that be obvious for anybody who's used mr before? Fairly obvious. It's pretty simple. > Can you add something about mr to https://wiki.debian.org/Python/GitPackaging Here: h

Re: Git migration schedule

2015-10-09 Thread Barry Warsaw
On Oct 09, 2015, at 10:01 AM, Stefano Rivera wrote: >And it's done. \o/ Thank you for all your amazing work on this Stefano! >Things that need to be looked at: >http://whiteboard.debian.net/dpmt-git-migration.wb > >Please mark them off if you've looked at them. I've done an updating pass throu

Re: Git migration schedule

2015-10-09 Thread Arthur de Jong
On Fri, 2015-10-09 at 10:47 -0400, Barry Warsaw wrote: > I'd also like to send an email to debian-devel@ inviting people who > may have abandoned the DPMT because of our use of subversion, to come > back to the team. Perhaps an email to d-d-announce would be in order. I for one don't regularly rea

Re: Git migration schedule

2015-10-09 Thread Barry Warsaw
On Oct 09, 2015, at 06:46 PM, Arthur de Jong wrote: >Perhaps an email to d-d-announce would be in order. Good idea, thanks. -Barry pgpt4EKqpYkKX.pgp Description: OpenPGP digital signature

Re: Git migration schedule

2015-10-09 Thread Arthur de Jong
On Fri, 2015-10-09 at 13:34 -0400, Barry Warsaw wrote: > On Oct 09, 2015, at 06:46 PM, Arthur de Jong wrote: > > Perhaps an email to d-d-announce would be in order. > > Good idea, thanks. Thanks everyone for the hard work. Time for me to learn a new tool ;) -- -- arthur - adej...@debian.org - h

Re: Git migration schedule

2015-10-09 Thread Brian May
On Sat, 3 Oct 2015 at 00:24 Barry Warsaw wrote: > 5-Oct - Do one last test run with an updated svn dump. Put the results in > a > public place for folks to play with and comment on. > > 8-Oct - Assuming no objections or showstoppers, turn off write access to > all > of DPMT svn. > > 9-Oct - One

Re: Git migration schedule

2015-10-09 Thread Brian May
On Fri, 9 Oct 2015 at 19:01 Stefano Rivera wrote: > Things that need to be looked at: > http://whiteboard.debian.net/dpmt-git-migration.wb > Not sure what the headings mean. "Git packages moved out the way" seems obvious - and probably exactly what I mentioned before with Django, but what about

Re: Git migration schedule

2015-10-09 Thread Brian May
On Fri, 9 Oct 2015 at 18:58 Stefano Rivera wrote: > It migrated everything that's in SVN. What happens to the result is up > to us. We can replace migrated results with existing git packages. > Ok, I probably should create another thread to discuss this for Django then. Also, contrary to the ru

Re: Git migration schedule

2015-10-09 Thread Barry Warsaw
On Oct 09, 2015, at 10:30 PM, Brian May wrote: >Ok, I probably should create another thread to discuss this for Django then. > >Also, contrary to the rules we just agreed on, this sounds like one rare >time when all uploaders should be contacted before moving any repositories >around. Probably so

python-django

2015-10-09 Thread Brian May
Hello, Question is what do we do with Django now the git-migrations have taken place? We can move the migrated version out of the way, restore the old version, and update it to the required standards (e.g. git-dpm). Is everyone happy with this approach? Regards

Re: Git migration schedule

2015-10-09 Thread Brian May
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 a

Re: Git migration schedule

2015-10-09 Thread Ben Finney
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.debia

Re: Git migration schedule

2015-10-09 Thread Mattia Rizzolo
On Sat, Oct 10, 2015 at 12:18:20PM +1100, Ben Finney wrote: > 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 bec

Re: Git migration schedule

2015-10-09 Thread Brian May
On Sat, 10 Oct 2015 at 12:18 Ben Finney wrote: > Now that you already have the remote configured, you can re-configure it > with: > > $ git remote set-url origin git+ssh:// > usern...@git.debian.org/git/python-modules/tools/python-modules.git > > where “origin” is the name of the remote, and

tagging releases in git

2015-10-09 Thread Brian May
According to the wiki I do this with the following command: brian@prune:~/tree/debian/python-modules/django-ajax-selects$ git-dpm tag git-dpm: ERROR: tag 'upstream/1.3.6' already exists and differs! This wasn't the response I was expecting. I am not sure why it is trying to change the upstream ta

git.debian.org broken link

2015-10-09 Thread Brian May
When I fixed a bug in git: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801208 It put a link to a diff in the bug report: http://git.debian.org/?p=python-modules/packages/django-ajax-selects.git;a=commitdiff;h=9d026b4 Initially this was coming up with "Internal Server Error". Now it is com

Re: git.debian.org broken link

2015-10-09 Thread Scott Kitterman
On Saturday, October 10, 2015 05:08:05 AM Brian May wrote: > When I fixed a bug in git: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801208 > > It put a link to a diff in the bug report: > > http://git.debian.org/?p=python-modules/packages/django-ajax-selects.git;a=c > ommitdiff;h=9d026

Re: git.debian.org broken link

2015-10-09 Thread Brian May
On Sat, 10 Oct 2015 at 16:43 Scott Kitterman wrote: > http://git.debian.org/?p=python-modules/packages/ redirects to > http://anonscm.debian.org/cgit/python-modules/packages which doesn't show > a > repository for django-ajax-selects, so it looks like it's actually missing. > I noticed that too.