aboutsummaryrefslogtreecommitdiff
path: root/slave
Commit message (Expand)AuthorAgeFilesLines
* Explicitely use tuples for except:HEADmasterNirbheek Chauhan2009-02-242-2/+2
* Fix Gentoo Foundation Copyright datesNirbheek Chauhan2009-02-241-1/+1
* Minor changes to follow Pythonesque idiomsNirbheek Chauhan2009-02-242-21/+30
* Fix versioning -- 0.0.1.95Nirbheek Chauhan2009-02-182-2/+3
* Add autotua.crypt to setup.pyNirbheek Chauhan2009-01-181-2/+2
* [bugfix] Don't check gpghome while init_gpghome()Nirbheek Chauhan2008-10-141-0/+6
* Update TODONirbheek Chauhan2008-10-131-1/+5
* Basic slave-master stateful encrypted interactionNirbheek Chauhan2008-10-104-12/+207
* Extra Whitespace.Nirbheek Chauhan2008-10-081-1/+0
* Errr. Use hard links for README-AUTOTUA.Nirbheek Chauhan2008-09-181-1/+51
* Slave is licensed under GPL-3Nirbheek Chauhan2008-09-1812-12/+686
* Symlink the root README into master/ and slave/Nirbheek Chauhan2008-09-172-0/+2
* Fix setup.py to include all required filesNirbheek Chauhan2008-09-173-0/+4
* Notify the user if autotua_master is unsetNirbheek Chauhan2008-09-171-1/+3
* Bugfixes to master server.Nirbheek Chauhan2008-09-033-19/+24
* setup-master.py now does db initializationNirbheek Chauhan2008-09-021-0/+1
* Update README and TODONirbheek Chauhan2008-09-012-5/+5
* Use + not __add__ for adding tuples.Nirbheek Chauhan2008-08-311-1/+1
* Allow unprivileged users to parse jobuildsNirbheek Chauhan2008-08-301-3/+5
* Update TODOs.Nirbheek Chauhan2008-08-301-3/+4
* Numerous small bugfixes for commit 5dc25dNirbheek Chauhan2008-08-304-18/+19
* Make the slave system-installable and configurableNirbheek Chauhan2008-08-3012-112/+202
* 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-304-35/+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
* Update READMENirbheek Chauhan2008-08-091-1/+2
* 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-062-6/+8
* 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-052-3/+4
* Define a default module ('job') for which_tests.py . Document it too.Nirbheek Chauhan2008-07-142-1/+7
* Whoops, jobtagedir should be relative to TMPDIRNirbheek Chauhan2008-07-111-1/+1
* - Message to indicate status (Preparing WorkChroot)Nirbheek Chauhan2008-07-092-1/+3
* Cleanup after premature dying. Temporary till we haz nice exception handling.Nirbheek Chauhan2008-07-093-0/+32
* 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-078-22/+157
* 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-044-12/+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