Re: Import git repo from alioth to salsa

2018-02-01 Thread Sebastiaan Couwenberg
On 02/02/2018 12:31 AM, gregor herrmann wrote: > On Thu, 01 Feb 2018 17:13:53 +0100, Bas Couwenberg wrote: > >>> Mehdi Dogguy wrote some scripts performing most of these operations [1], >>> I'd like to assemble them into a unique script tailored for the Java >>> team. >> For the Debian GIS team I

Re: Import git repo from alioth to salsa

2018-02-01 Thread gregor herrmann
On Thu, 01 Feb 2018 17:13:53 +0100, Bas Couwenberg wrote: > > Mehdi Dogguy wrote some scripts performing most of these operations [1], > > I'd like to assemble them into a unique script tailored for the Java > > team. > For the Debian GIS team I wrote similar scripts, see: > https://lists.debian.

Re: Import git repo from alioth to salsa

2018-02-01 Thread Emmanuel Bourg
Le 01/02/2018 à 17:13, Bas Couwenberg a écrit : > For the Debian GIS team I wrote similar scripts, see: > >  https://lists.debian.org/debian-gis/2018/01/msg00023.html Thank you for sharing! This will help. Emmanuel Bourg

Re: Summary: the state of the karaf debian package

2018-02-01 Thread Thorsten Glaser
Hi Steinar, congratulations on getting this far, that’s a nontrivial amount of work! On Thu, 1 Feb 2018, Steinar Bang wrote: > 4. lintian no longer gives any warnings on the package (I have only run > lintian with "lintian karaf_xxx.deb", I haven't tried with any > arguments) You want

Re: Summary: the state of the karaf debian package

2018-02-01 Thread Emmanuel Bourg
Le 01/02/2018 à 20:00, Steinar Bang a écrit : > Thanks in advance to anyone who will create an official debian package, > whether it is based on my package or not! :-) Hi Steinar, Congratulations for going thus far. Would you be willing to maintain the karaf package in Debian if someone packages

Summary: the state of the karaf debian package

2018-02-01 Thread Steinar Bang
My karaf debian package[1] is now in a state where it does what I need for my own use. I'm serving it from my own unofficial APT repository (which I will discontinue if the RFP[2] results in an official karaf package). I don't plan to do any more work on this packaging, except what is needed to m

Re: Import git repo from alioth to salsa

2018-02-01 Thread Bas Couwenberg
On 2018-02-01 15:22, Emmanuel Bourg wrote: Ideally I'd like to come up with a migration script that : 1. imports the repository to Salsa 2. configures the hook notifying pkg-java-maintainers on pushes 3. configures the hook notifying the #debian-java channel on IRC 4. configures the hook adding t

Re: Import git repo from alioth to salsa

2018-02-01 Thread Emmanuel Bourg
Le 01/02/2018 à 12:44, Hideki Yamane a écrit : > Can someone import git repos in alioth to salsa under java-team? > Use script with java-team ID (2588) like below with certain privilege > would be fine. Hi Hideki, I started working on the migration to Salsa. This topic hasn't been discussed

Import git repo from alioth to salsa

2018-02-01 Thread Hideki Yamane
Hi, Can someone import git repos in alioth to salsa under java-team? Use script with java-team ID (2588) like below with certain privilege would be fine. #!/bin/sh set -eux PROJECT="${1%.git}" DESCRIPTION="$PROJECT packaging" ALIOTH_URL="https://anonscm.debian.org/g