[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-grass-general] DebianGIS archive on alioth



On Thu, 2004-12-16 at 07:19, Silke Reimer wrote:
> Hi Francesco,
> 
> On Thu, Dec 16, 2004 at 10:07:13AM +0100, Francesco P. Lovergine wrote:
> > On Wed, Dec 15, 2004 at 12:53:13PM +0100, Francesco P. Lovergine wrote:
> > > The archive is up and running. Interested people need to have an account on alioth 
> > 
> > To be more specific, you need to create an account yourself pointing to
> > https://alioth.debian.org/account/register.php
> > After registration you could be added to pkg-grass group as said. 
> 
> As you know I did this already. Now I tried to upload libgdal-grass
> to the debian-gis archive. But I get the following error message:
> 
> # dupload --to debian-gis libgdal-grass_1.2.3-0.dgis.unstable.1_i386.changes
> dupload fatal error: Nothing known about host debian-gis
>  at /usr/bin/dupload line 147
> 
> as well as
> # dupload --to 'debian-gis' libgdal-grass_1.2.3-0.dgis.unstable.1_i386.changes
> dupload fatal error: Nothing known about host debian-gis
>  at /usr/bin/dupload line 147
> 
> Before I did add
>  $cfg{'debian-gis'} = {
>         fqdn => "alioth.debian.org",
>         method => "scpb",
>         login => "silke-guest",            # use your username
>         visibleuser => "silke.reimer",     # use your email user
>         visiblename  => "intevation.de",   # use your email domain
>         fullname => "Silke Reimer",        # use your full name
>         incoming =>
> "/var/lib/gforge/chroot/home/groups/pkg-grass/incoming",
>         dinstall_runs => 0,
>  };
> 
> to ~/.dupload.conf
> 
> Du you have any ideas?

My .dupload.conf begins with:
package config;

and ends with:
1;

Steve

> BTW: line 145 to 147 of /usr/bin/upload are:
>   my $nick = $config::cfg{$host};
>   $method = $nick->{method} || $method;
>   $fqdn = $nick->{fqdn} or fatal("Nothing known about host $host\n");
> 
> 
> 	Silke




Reply to: