About Debian News Getting Debian Support Developers' Corner Site map Search
 


Index
Install
History
People
Machines
tervola
wanna-build
todo


Public Relations
Our Goals
Misc
Archive
PowerPC
Tools

 
 

wanna-build on tervola

Every Debian maintainer who has an account on tervola can lock a package (or more) on tervola and build it at home. Simply ssh to tervola and execute wanna-build <package_version>. No arguments will give you the program usage, -o will override a buildd lock.

Check out all the buildd scripts in /usr/local/bin/ to gather all kinds of info and statistics.

Examples:

        $ wanna-build util-linux_2.9w-3
        $ list-building | grep util-linux
        base/util-linux_2.9w-3 by porter [optional:out-of-date]
        $

        $ wanna-build mkhybrid_1.12b5.3-2
        mkhybrid: NOT OK!
        already taken by buildd
        $ wanna-build -o mkhybrid_1.12b5.3-2
        User buildd had already taken the following package, but
        overriding this as you request:
        $ list-all | grep mkhybrid
        $ list-building | grep mkhybrid
        Database locked by buildd -- please wait
        otherosfs/mkhybrid_1.12b5.3-2 by porter [optional:out-of-date]
        $

© Joey, last modified: March 28, 2004, page source.