| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitely use tuples for except:HEADmaster | Nirbheek Chauhan | 2009-02-24 | 2 | -2/+2 |
* | Minor changes to follow Pythonesque idioms | Nirbheek Chauhan | 2009-02-24 | 2 | -21/+30 |
* | [bugfix] Don't check gpghome while init_gpghome() | Nirbheek Chauhan | 2008-10-14 | 1 | -0/+6 |
* | Basic slave-master stateful encrypted interaction | Nirbheek Chauhan | 2008-10-10 | 3 | -12/+206 |
* | Slave is licensed under GPL-3 | Nirbheek Chauhan | 2008-09-18 | 10 | -10/+10 |
* | Notify the user if autotua_master is unset | Nirbheek Chauhan | 2008-09-17 | 1 | -1/+3 |
* | Bugfixes to master server. | Nirbheek Chauhan | 2008-09-03 | 1 | -17/+21 |
* | Use + not __add__ for adding tuples. | Nirbheek Chauhan | 2008-08-31 | 1 | -1/+1 |
* | Allow unprivileged users to parse jobuilds | Nirbheek Chauhan | 2008-08-30 | 1 | -3/+5 |
* | Numerous small bugfixes for commit 5dc25d | Nirbheek Chauhan | 2008-08-30 | 4 | -18/+19 |
* | Make the slave system-installable and configurable | Nirbheek Chauhan | 2008-08-30 | 8 | -68/+137 |
* | Mount PORTAGE_DIR and DISTFILES_DIR only if they are directories. Also, | Nirbheek Chauhan | 2008-08-30 | 1 | -3/+5 |
* | Use "atexit" for cleaning up instead of the test_modules.sh kludge. | Nirbheek Chauhan | 2008-08-30 | 1 | -1/+2 |
* | Implement basic dependency resolution: | Nirbheek Chauhan | 2008-08-17 | 7 | -34/+96 |
* | Link the master and the slave in a simplistic (for now) way: | Nirbheek Chauhan | 2008-08-16 | 2 | -67/+9 |
* | Reorder slave/autotua/const.py | Nirbheek Chauhan | 2008-08-15 | 1 | -29/+28 |
* | Typos in jobuild-functions.sh | Nirbheek Chauhan | 2008-08-09 | 1 | -3/+3 |
* | Add http proxy support for git and git+ssh | Nirbheek Chauhan | 2008-08-09 | 1 | -0/+9 |
* | - Implement post() and emerge() | Nirbheek Chauhan | 2008-08-07 | 1 | -0/+42 |
* | Initialise some basic variables: ATOMS, P, PN, PV | Nirbheek Chauhan | 2008-08-06 | 1 | -1/+21 |
* | Just spent the better part of an hour tracing a regression that turned out to... | Nirbheek Chauhan | 2008-08-06 | 1 | -4/+5 |
* | Move old autotua tmpdirs inside the chroot to /tmp/autotua-old instead of /tmp | Nirbheek Chauhan | 2008-08-06 | 1 | -1/+3 |
* | Fix syncing of the jobtage tree (master:master not HEAD:HEAD) | Nirbheek Chauhan | 2008-08-05 | 1 | -1/+1 |
* | * Fix unmounting when we die prematurely | Nirbheek Chauhan | 2008-08-05 | 1 | -1/+1 |
* | Whoops, jobtagedir should be relative to TMPDIR | Nirbheek Chauhan | 2008-07-11 | 1 | -1/+1 |
* | - Message to indicate status (Preparing WorkChroot) | Nirbheek Chauhan | 2008-07-09 | 2 | -1/+3 |
* | Fix major logic problems in autotua.sync which led to *no* syncing happening ... | Nirbheek Chauhan | 2008-07-08 | 1 | -22/+44 |
* | And it works! =) | Nirbheek Chauhan | 2008-07-07 | 6 | -21/+154 |
* | A revolution in how jobuilds are parsed. All parsing is now done inside the c... | Nirbheek Chauhan | 2008-07-06 | 6 | -17/+47 |
* | autotua.chroot.WorkChroot(): | Nirbheek Chauhan | 2008-07-05 | 1 | -3/+7 |
* | autotua.chroot.WorkChroot(): | Nirbheek Chauhan | 2008-07-05 | 2 | -24/+37 |
* | WorkChroot rsync is now 'rsync-nc' (no-clobber) | Nirbheek Chauhan | 2008-07-04 | 2 | -6/+6 |
* | Move jobuild.sh 'ping-pong' code to autotua.daemon | Nirbheek Chauhan | 2008-07-04 | 2 | -6/+10 |
* | - Move running of commands to autotua.daemon | Nirbheek Chauhan | 2008-07-04 | 3 | -11/+36 |
* | - Make PORTDIR and DISTDIR chroot bind mounting optional | Nirbheek Chauhan | 2008-07-03 | 2 | -3/+11 |
* | - Implement a jobuild processor: autotua.jobuild.Processor() | Nirbheek Chauhan | 2008-07-03 | 2 | -6/+45 |
* | No matter how hard I try, I can't seem to be able to make atomic commits :( | Nirbheek Chauhan | 2008-07-02 | 4 | -35/+75 |
* | Cleanup workdir+jobdir after work is done | Nirbheek Chauhan | 2008-07-01 | 1 | -1/+3 |
* | Implement support for {>,<}= in autotua.jobuild.Jobuild()._best_jobuild() | Nirbheek Chauhan | 2008-07-01 | 2 | -6/+41 |
* | - Remove unneeded stuff from autotua.const | Nirbheek Chauhan | 2008-07-01 | 2 | -28/+1 |
* | * Job metadata: | Nirbheek Chauhan | 2008-06-29 | 7 | -26/+40 |
* | - Implement jobuild atom parsing and autotua.jobuild.Jobuild()._best_jobuild(... | Nirbheek Chauhan | 2008-06-28 | 4 | -35/+61 |
* | - Implement basic jobuild parsing (jobuild.sh, jobuild-functions.sh, jobuild/... | Nirbheek Chauhan | 2008-06-26 | 6 | -44/+139 |
* | - Implement a check for whether the chroot is pristine | Nirbheek Chauhan | 2008-06-25 | 3 | -8/+39 |
* | Typos. | Nirbheek Chauhan | 2008-06-22 | 1 | -1/+1 |
* | - Use subprocess.check_call() instead of os.system() => no more brain-dead re... | Nirbheek Chauhan | 2008-06-21 | 2 | -33/+41 |
* | Misc small fixes:- | Nirbheek Chauhan | 2008-06-20 | 1 | -3/+4 |
* | - Change header in skeleton jobuild.sh | Nirbheek Chauhan | 2008-06-20 | 5 | -32/+55 |
* | - Whoops, forgot to save this and commit in the previous commit | Nirbheek Chauhan | 2008-06-20 | 1 | -1/+1 |
* | - Rename self.maintainer to self.maint | Nirbheek Chauhan | 2008-06-20 | 4 | -14/+29 |