aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Explicitely use tuples for except:HEADmasterNirbheek Chauhan2009-02-242-2/+2
* Minor changes to follow Pythonesque idiomsNirbheek Chauhan2009-02-242-21/+30
* [bugfix] Don't check gpghome while init_gpghome()Nirbheek Chauhan2008-10-141-0/+6
* Basic slave-master stateful encrypted interactionNirbheek Chauhan2008-10-103-12/+206
* Slave is licensed under GPL-3Nirbheek Chauhan2008-09-1810-10/+10
* Notify the user if autotua_master is unsetNirbheek Chauhan2008-09-171-1/+3
* Bugfixes to master server.Nirbheek Chauhan2008-09-031-17/+21
* Use + not __add__ for adding tuples.Nirbheek Chauhan2008-08-311-1/+1
* Allow unprivileged users to parse jobuildsNirbheek Chauhan2008-08-301-3/+5
* Numerous small bugfixes for commit 5dc25dNirbheek Chauhan2008-08-304-18/+19
* Make the slave system-installable and configurableNirbheek Chauhan2008-08-308-68/+137
* Mount PORTAGE_DIR and DISTFILES_DIR only if they are directories. Also,Nirbheek Chauhan2008-08-301-3/+5
* Use "atexit" for cleaning up instead of the test_modules.sh kludge.Nirbheek Chauhan2008-08-301-1/+2
* Implement basic dependency resolution:Nirbheek Chauhan2008-08-177-34/+96
* Link the master and the slave in a simplistic (for now) way:Nirbheek Chauhan2008-08-162-67/+9
* Reorder slave/autotua/const.pyNirbheek Chauhan2008-08-151-29/+28
* Typos in jobuild-functions.shNirbheek Chauhan2008-08-091-3/+3
* Add http proxy support for git and git+sshNirbheek Chauhan2008-08-091-0/+9
* - Implement post() and emerge()Nirbheek Chauhan2008-08-071-0/+42
* Initialise some basic variables: ATOMS, P, PN, PVNirbheek Chauhan2008-08-061-1/+21
* Just spent the better part of an hour tracing a regression that turned out to...Nirbheek Chauhan2008-08-061-4/+5
* Move old autotua tmpdirs inside the chroot to /tmp/autotua-old instead of /tmpNirbheek Chauhan2008-08-061-1/+3
* Fix syncing of the jobtage tree (master:master not HEAD:HEAD)Nirbheek Chauhan2008-08-051-1/+1
* * Fix unmounting when we die prematurelyNirbheek Chauhan2008-08-051-1/+1
* Whoops, jobtagedir should be relative to TMPDIRNirbheek Chauhan2008-07-111-1/+1
* - Message to indicate status (Preparing WorkChroot)Nirbheek Chauhan2008-07-092-1/+3
* Fix major logic problems in autotua.sync which led to *no* syncing happening ...Nirbheek Chauhan2008-07-081-22/+44
* And it works! =)Nirbheek Chauhan2008-07-076-21/+154
* A revolution in how jobuilds are parsed. All parsing is now done inside the c...Nirbheek Chauhan2008-07-066-17/+47
* autotua.chroot.WorkChroot():Nirbheek Chauhan2008-07-051-3/+7
* autotua.chroot.WorkChroot():Nirbheek Chauhan2008-07-052-24/+37
* WorkChroot rsync is now 'rsync-nc' (no-clobber)Nirbheek Chauhan2008-07-042-6/+6
* Move jobuild.sh 'ping-pong' code to autotua.daemonNirbheek Chauhan2008-07-042-6/+10
* - Move running of commands to autotua.daemonNirbheek Chauhan2008-07-043-11/+36
* - Make PORTDIR and DISTDIR chroot bind mounting optionalNirbheek Chauhan2008-07-032-3/+11
* - Implement a jobuild processor: autotua.jobuild.Processor()Nirbheek Chauhan2008-07-032-6/+45
* No matter how hard I try, I can't seem to be able to make atomic commits :(Nirbheek Chauhan2008-07-024-35/+75
* Cleanup workdir+jobdir after work is doneNirbheek Chauhan2008-07-011-1/+3
* Implement support for {>,<}= in autotua.jobuild.Jobuild()._best_jobuild()Nirbheek Chauhan2008-07-012-6/+41
* - Remove unneeded stuff from autotua.constNirbheek Chauhan2008-07-012-28/+1
* * Job metadata:Nirbheek Chauhan2008-06-297-26/+40
* - Implement jobuild atom parsing and autotua.jobuild.Jobuild()._best_jobuild(...Nirbheek Chauhan2008-06-284-35/+61
* - Implement basic jobuild parsing (jobuild.sh, jobuild-functions.sh, jobuild/...Nirbheek Chauhan2008-06-266-44/+139
* - Implement a check for whether the chroot is pristineNirbheek Chauhan2008-06-253-8/+39
* Typos.Nirbheek Chauhan2008-06-221-1/+1
* - Use subprocess.check_call() instead of os.system() => no more brain-dead re...Nirbheek Chauhan2008-06-212-33/+41
* Misc small fixes:-Nirbheek Chauhan2008-06-201-3/+4
* - Change header in skeleton jobuild.shNirbheek Chauhan2008-06-205-32/+55
* - Whoops, forgot to save this and commit in the previous commitNirbheek Chauhan2008-06-201-1/+1
* - Rename self.maintainer to self.maintNirbheek Chauhan2008-06-204-14/+29