Re: Help with watchfile to Gitlab clone needed (Was: Source code of altree vanished)

2017-10-06 Thread Andreas Tille
On Fri, Oct 06, 2017 at 06:59:30PM +0800, Paul Wise wrote: > On Fri, Oct 6, 2017 at 6:50 PM, Andreas Tille wrote: > > > Any hint how to fix this? > > If you run uscan with --debug Nice hint! > (or look at the HTML) you can see that > the URLs are domain absolute rather than relative, so you

Re: Help with watchfile to Gitlab clone needed (Was: Source code of altree vanished)

2017-10-06 Thread Paul Wise
On Fri, Oct 6, 2017 at 6:50 PM, Andreas Tille wrote: > Any hint how to fix this? If you run uscan with --debug (or look at the HTML) you can see that the URLs are domain absolute rather than relative, so you need to either add /NGS/ALTree/ or .*/ to the repository regex: version=4

Help with watchfile to Gitlab clone needed (Was: Source code of altree vanished)

2017-10-06 Thread Andreas Tille
Hi, I migrated the altree package from SVN to Git[1]. I tried to adapt the suggested template for watch files to Gitlab to the gitlab instance running at inria.fr: $ cat debian/watch version=4 opts=filenamemangle=s/.*\.tar\.gz\?ref=v?(\d\S*)/ALTree-$1\.tar\.gz/g \