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

simple wanna-build and simple buildd setup, use them



Hi,

I have setup a simple wanna-build on alioth. Run

/org/alioth.debian.org/chroot/ftproot/pub/debian-amd64/tools/wanna-build

for a overview of the syntax. Its easy to use. Try "wanna-build
status" to see how we are doing:

===========================================================================
% ./wanna-build status
                           wanna-build status
---------------------------------------------------------------------------
      known packages:    8101
  installed packages:      68
  uploading packages:     247
needs-build packages:    7705
   building packages:       7
     failed packages:      74
---------------------------------------------------------------------------
Building packages:
      7 goswin-guest
---------------------------------------------------------------------------
Uploading packages:
    247 goswin-guest
---------------------------------------------------------------------------
Failed packages:
     74 goswin-guest
---------------------------------------------------------------------------
===========================================================================

I also updated my build.sh script (also in tools) so it will
coordinate building packages with wanna-build on alioth. If you want
to participate you should setup a chroot for the build.sh script and
run it inside as ~/build.sh.

You will still have to sign and upload the packages the normal way,
e.g. with dupload:

$cfg{amd64} = {
        fqdn => "debian-amd64.alioth.debian.org",
        login => "goswin-guest",
        method => "scpb",
        incoming => "/org/alioth.debian.org/chroot/ftproot/pub/debian-amd64/pure64/incoming/",
        # dont sends emails
        dinstall_runs => 1,
};


Questions or feature requests are welcome but keep in mind that its a
simple wanna-build till the full featured new one is ready.

MfG
        Goswin



Reply to: