"i486", "i686" => "i686", "pentium4" => "pentium4", "any" => "any" ); } } else { $archs = array("i686" => "i686", "pentium4" => "pentium4", "any" => "any"); } function encode_arch($a) { return "arch=" . urlencode($a); } $sarch_param = implode("&",array_map('encode_arch',$archs)); $march_param = ""; if ($sarch_param != "") { $march_param = "&" . $sarch_param; $sarch_param = "?" . $sarch_param; } ?> Buildmaster for Archlinux32 packages (<?php print implode(", ",$archs); ?>) build list as graph -- broken packages -- buildable packages
build-slaves -- gpg-keys -- status
build logs -- ssh-log -- email-log
sanity: of state files, of mysql database and broken dependencies in the database
todos as graph
database layout
blacklisted packages -- packages to be deleted and links between them
build master monitoring

"; switch ($a) { case "": print "all packages"; break; case "any": print "architecture independent packages"; break; default: print "packages for " . $a; } print "\n"; } ?>