Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | comment out decorator for doChroot() to prevent logging build exceptions ↵ | Michael E Brown | 2007-12-18 | 1 | -1/+3 | |
| | | | | multiple times. | |||||
* | make rootdir private (_rootdir). Use accessor in mock.py as well. | Michael E Brown | 2007-12-16 | 1 | -3/+3 | |
| | ||||||
* | fixed syntax error | Clark Williams | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -11/+11 | |
| | ||||||
* | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵ | Clark Williams | 2007-12-13 | 1 | -3/+6 | |
| | | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin | |||||
* | added copyin/out options; added makeChrootPath() method to Root | Clark Williams | 2007-12-13 | 1 | -25/+30 | |
| | ||||||
* | remove trailing whitespace. | Michael E Brown | 2007-12-12 | 1 | -2/+2 | |
| | ||||||
* | Add --update call, to update existing buildroot. | Jesse Keating | 2007-12-12 | 1 | -0/+9 | |
| | | | | Useful for things like pungi which continuously reuse a buildroot | |||||
* | let yum resolvedep run w/privs because it has to download additional ↵ | Michael E Brown | 2007-12-11 | 1 | -11/+6 | |
| | | | | metadata sometimes. | |||||
* | create log files as unpriv user. fixup chrootuid calc to take into account ↵ | Michael E Brown | 2007-12-06 | 1 | -13/+19 | |
| | | | | sudo and consolehelper | |||||
* | separate out function tracing from verbosity | Michael E Brown | 2007-12-06 | 1 | -27/+24 | |
| | ||||||
* | mount inside try block so problem mounting unmounts everything. | Michael E Brown | 2007-12-05 | 1 | -4/+4 | |
| | ||||||
* | consolidate imports. | Michael E Brown | 2007-12-03 | 1 | -2/+1 | |
| | ||||||
* | mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵ | Michael E Brown | 2007-12-02 | 1 | -14/+12 | |
| | | | | happier. No significant code changes. | |||||
* | convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵ | Michael E Brown | 2007-12-01 | 1 | -20/+21 | |
| | | | | syntax. | |||||
* | fix builds of multiple srpms on same cmdline. | Michael E Brown | 2007-12-01 | 1 | -2/+7 | |
| | ||||||
* | move things around so that we can run mock.py from the build tree instead of ↵ | Michael E Brown | 2007-11-30 | 1 | -0/+555 | |
having to install it. |