0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update to ignore .pyc More... about 22 years ago
version bump for config uid generation fix More... about 22 years ago
let uid grab fail -- we need the name before we add the user -- chicken and egg problem More... about 22 years ago
add /etc/security/access.conf for root, so root can always get in More... about 22 years ago
changelog updates More... about 22 years ago
add clubmask-node-pam rpm to perform pam configuration on the node More... about 22 years ago
changelog updates More... about 22 years ago
do not compile things when running --help More... about 22 years ago
remove imagecfg -- no longer used More... about 22 years ago
do not use lock around pack -- ZODB does that for us More... about 22 years ago
have rebootMachine take node object instead of node name -- no need to lookup the object we already have use node.nodnumber not node.nodenum add some debug output around setting ip & nodenumber allow down nodes at startup More... about 22 years ago
use node.nodenumber everywhere, this fixes odd problems where nodenubmers where not found or used More... about 22 years ago
build list of available nodes to muck with. This solves problem where a down node for a job could prevent canceljob from working More... about 22 years ago
add sanity check for entirely bad node data -- this seems to happen when nodes are going up and down More... about 22 years ago
version bump for updated RPM reqs More... about 22 years ago
update RPM reqs -- we don't need the modules perse More... about 22 years ago
internal version bump More... about 22 years ago
use proper Shelf API for passing dbargs More... about 22 years ago
re-raise exception so client sees them More... about 22 years ago
use list comprehension instead of map and for loops More... about 22 years ago
add cache_size bump to database, it helps when we have tons of objects be a bit more of a pain around pack -- take the lock to avoid odd problems More... about 22 years ago
move non-indexed attributes to instance variables. There is no need for IC to touch them More... about 22 years ago
pack a bit more often -- makes each pack a bit cheaper More... about 22 years ago
replace use of error_quit with usage and an optional message remove footer add -z as a hidden option to enable profiling of the database submit part rework logic after option parsing -- use negative logic to find errors More... about 22 years ago
changelog updates More... about 22 years ago
remove job.updatetime from database More... about 22 years ago
have updatetime for jobs set in getJobs -- only place it is used do not commit the database in getJobs unless we have removed jobs More... about 22 years ago
decrease verbosity of @## sent back to Maui More... about 22 years ago
let shelf.close() mop up things More... about 22 years ago
remove obsolete file More... about 22 years ago