| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 # ;-)
|
| |
|
|
|
|
| |
git-proxy-cmd.sh uses the http_proxy variable to tunnel the git connections
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|