Charm: sbuild
Summary
sbuild environment
Charm Store
juju deploy cs:~kees/oneiric/sbuild-0
Owner
kees
Series
oneiric
Description
Installs an sbuild and schroot environment for package building.
Links
Repository   Bugs
lp:~kees/charms/oneiric/sbuild/trunk
Config
username string
salt string
releases string
distro string
Details
Readme
This charm is designed to set up sbuild for a bug-squashing party.

It _enables_ SSH passwords (after locking the ubuntu user's password), so
beware.

Hacks to run remotely:
    "hooks/wipe" for destroying all chroots.
    "hooks/report $EXTERNAL_HOSTNAME" for reporting the state of a machine.


For example, to throw a bug-squashing party:

...configure juju and local.yaml for the password salt, distros, etc...

juju boostrap
...time passes...

juju deploy --config local.yaml --repository /scratch/ubuntu/vcs/juju/examples local:sbuild builder-debian
juju add-unit builder-debian
juju add-unit builder-debian
juju add-unit builder-debian
...

...time passes...

# Dump reports printable on little slips of paper to hand out at the party:
./slips | mpage -1 | lp
Changes  
2011/12/07 Kees Cook add helper scripts; add missed init stuff discovered during party (revno 2)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>
  • warn: all charms should provide at least one thing

In other archives
oneiric/sbuild