aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to do releasesNirbheek Chauhan2008-09-171-0/+67
|
* Make the slave system-installable and configurableNirbheek Chauhan2008-08-302-10/+0
| | | | | | | | | | | | | | | * Move configurable constants from const.py to config.py - These values are now overidden by /etc/autotua/slave.cfg * config.VERBOSE is overidden in slave.cfg - Fix all packages to import config.py instead - Change USE_PROXY to IGNORE_PROXY * bai bai test_modules.py. Testing is now done by executing modules * Install git-proxy-cmd.sh into /usr/bin Advantages: * python setup.py sdist * python setup.py install --root ~/autotua-slave * python setup.py help # ;-)
* Fix teeny weeny bug in git-proxy-cmd.sh related to anon proxiesNirbheek Chauhan2008-08-171-1/+1
|
* Add http proxy support for git and git+sshNirbheek Chauhan2008-08-091-0/+8
| | | | git-proxy-cmd.sh uses the http_proxy variable to tunnel the git connections
* - Implement jobuild atom parsing and ↵Nirbheek Chauhan2008-06-281-0/+2
| | | | | | | | | | | | | autotua.jobuild.Jobuild()._best_jobuild() (incomplete) - Always use a tuple in autotua.sync.Command()._get_args(); fixes a nasty runtime bug - Use subprocess module in autotua.chroot - Implement an (incomplete) autotua.chroot.WorkChroot().clean() - Implement an (incomplete) autotua.Job().clean() which calls autotua.chroot.WorkChroot().clean() - Pass around jobdir = '/var/tmp/autotua/work/<job_atom>/' instead of jobtagedir, chrootdir etc - Add testing for autotua.Job() in test_modules.py - scripts/init-autotua-tmpdirs.sh for initialising the tmpdir structure - Add README
* Script to create a minimal portage snapshot (using rsync+pbzip2)Nirbheek Chauhan2008-06-181-0/+20