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

Re: Becoming a new developper



On Wednesday 23 June 1999, at 1 h 31, the keyboard of Julian Gilbey 
<J.D.Gilbey@qmw.ac.uk> wrote:

> > Can I upload my DEB to my homepage to allow you testing the package and
> > reporting errors to me ?
...
> Yes.  Just put it on the page and announce it here for testing.  Make
> sure to make the source available too!  And you should just be able to
> put the package in a given location and testers will be able to
> download it directly. 

Do not forget that dupload, with all its features, work fine for this job. Add your private info in your ~/.dupload.conf like:

$cfg{iafexp} = {
        fqdn => "ftp.internatif.org",
        incoming => "/home/ftp/pub/debian/EXPERIMENTAL",
        login => "bortz",
        method => "scp",
        mailto => "bortzmeyer\@debian.org",        # stable, unstable
        mailtx => "bortzmeyer\@debian.org",  # experimental
        visibleuser => "bortzmeyer",
        visiblename => "debian.org",
        fullname => "Stephane Bortzmeyer"
};

And then you can do:

dupload --to iafexp mypackage-1.2.changes

Just as you would upload to master.



Reply to: