Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added --print-root-path option | Clark Williams | 2008-01-04 | 1 | -0/+11 | |
| | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-21 | 1 | -8/+0 | |
|\ | ||||||
| * | remove unused debugging code. | Michael E Brown | 2007-12-20 | 1 | -8/+0 | |
| | | ||||||
* | | set personality in mainline code so all options run under correct personality. | Michael E Brown | 2007-12-19 | 1 | -0/+3 | |
|/ | ||||||
* | better ordering constraints for plugin initialization. | Michael E Brown | 2007-12-18 | 1 | -2/+6 | |
| | ||||||
* | add initial tmpfs plugin and default options. | Michael E Brown | 2007-12-18 | 1 | -0/+2 | |
| | ||||||
* | make rootdir private (_rootdir). Use accessor in mock.py as well. | Michael E Brown | 2007-12-16 | 1 | -3/+3 | |
| | ||||||
* | document --trace in cmdline help. | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | Mock documentation patch | Ville Skyttä | 2007-12-16 | 1 | -4/+4 | |
| | | | | | | | | | The attached patch adds the following option aliases: --root for -r, -D for --define (like in rpmbuild), --target for --arch (like in rpmbuild). It also adds --verbose and --quiet and -h to the man page, and fixes a couple of other minor man page issues. Signed-off-by: Michael E Brown <mebrown@michaels-house.net> | |||||
* | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵ | Clark Williams | 2007-12-13 | 1 | -5/+15 | |
| | | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin | |||||
* | merged with latest master | Clark Williams | 2007-12-13 | 1 | -0/+2 | |
|\ | ||||||
| * | if --chroot only has one argument, pass it to doChroot() as a string instead ↵ | Mike Bonnet | 2007-12-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | of a list to support legacy quoting rules Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | | added copyin/out options; added makeChrootPath() method to Root | Clark Williams | 2007-12-13 | 1 | -1/+42 | |
|/ | ||||||
* | remove trailing whitespace. | Michael E Brown | 2007-12-12 | 1 | -2/+2 | |
| | ||||||
* | separate out shell and chroot cmdline args. | Michael E Brown | 2007-12-12 | 1 | -4/+6 | |
| | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-12 | 1 | -0/+6 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedorahosted.org/git/mock: fixup trailing whitespace. dont place specs into release tarball. This allows us to rev the RPM without having to have different tarball bits. remove redundant daemontest in src auto generate AUTHORS file from git. remove another dead libtool reference. remove generated autotools files from source repository. use autogen.sh to create them when compiling from git. remove generated autotools files from source repository. use autogen.sh to create them when compiling from git. remove dead code from autoconf files since we no longer compile anything. Don't provide backwards compat option for update. Add --update call, to update existing buildroot. | |||||
| * | Don't provide backwards compat option for update. | Jesse Keating | 2007-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add --update call, to update existing buildroot. | Jesse Keating | 2007-12-12 | 1 | -1/+7 | |
| | | | | | | | | Useful for things like pungi which continuously reuse a buildroot | |||||
* | | fix --shell | Michael E Brown | 2007-12-12 | 1 | -1/+1 | |
|/ | ||||||
* | - make "mock --chroot" non-interactive - set the exit code of "mock ↵ | Mike Bonnet | 2007-12-11 | 1 | -1/+12 | |
| | | | | | | --chroot" to the exit code of the process run in the chroot - log the output of the process to root.log Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | fix rebuild multiple srpms test. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-12-10 | 1 | -1/+1 | |
|\ | ||||||
| * | fix --without to follow proper rpmbuild conventions. Courtesy Paulo ↵ | Michael E Brown | 2007-12-09 | 1 | -1/+1 | |
| | | | | | | | | Cavalcanti <promac@gmail.com>. | |||||
* | | add --orphanskill mode. requested by mbonnet for koji. | Michael E Brown | 2007-12-10 | 1 | -4/+9 | |
|/ | ||||||
* | add a few uid debugging calls, commented out by default, in case other ↵ | Michael E Brown | 2007-12-07 | 1 | -0/+8 | |
| | | | | people want to inspect UID status and environment. | |||||
* | become root a bit earlier to that cache dir stuff works (run during chroot ↵ | Michael E Brown | 2007-12-06 | 1 | -3/+3 | |
| | | | | __init__). | |||||
* | create log files as unpriv user. fixup chrootuid calc to take into account ↵ | Michael E Brown | 2007-12-06 | 1 | -5/+6 | |
| | | | | sudo and consolehelper | |||||
* | convert to use consolehelper rather than setuid wrapper. | Michael E Brown | 2007-12-06 | 1 | -3/+15 | |
| | ||||||
* | add unshare | Michael E Brown | 2007-12-06 | 1 | -0/+6 | |
| | ||||||
* | separate out function tracing from verbosity | Michael E Brown | 2007-12-06 | 1 | -9/+18 | |
| | ||||||
* | mount inside try block so problem mounting unmounts everything. | Michael E Brown | 2007-12-05 | 1 | -2/+2 | |
| | ||||||
* | fix python logging module exception problem earlier so there isnt any path ↵ | Michael E Brown | 2007-12-05 | 1 | -2/+4 | |
| | | | | through that hits that bug. | |||||
* | add --with and --without options to enable/disable options in a srpm | Todd Zullinger | 2007-12-04 | 1 | -0/+12 | |
| | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | use 'MACRO EXPR' in --define docs to match the rpmbuild docs | Todd Zullinger | 2007-12-04 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | add --define option to pass rpm macros on the command line | Todd Zullinger | 2007-12-04 | 1 | -0/+14 | |
| | | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com> | |||||
* | error when trying to build multiple srpms without --resultdir. | Michael E Brown | 2007-12-04 | 1 | -2/+6 | |
| | ||||||
* | consolidate imports.mock-0.8.12 | Michael E Brown | 2007-12-03 | 1 | -2/+1 | |
| | ||||||
* | small code consolidation. | Michael E Brown | 2007-12-03 | 1 | -4/+1 | |
| | ||||||
* | pass through exit status of chroot/shell commands. | Michael E Brown | 2007-12-03 | 1 | -1/+4 | |
| | ||||||
* | initialize groups if used by SUDO, as we lose all group membership when ↵ | Michael E Brown | 2007-12-03 | 1 | -0/+2 | |
| | | | | called by sudo. | |||||
* | change --help to reflect new preferred option style. | Michael E Brown | 2007-12-03 | 1 | -5/+5 | |
| | ||||||
* | mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵ | Michael E Brown | 2007-12-02 | 1 | -104/+116 | |
| | | | | happier. No significant code changes. | |||||
* | convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵ | Michael E Brown | 2007-12-01 | 1 | -4/+5 | |
| | | | | syntax. | |||||
* | add back in comment line that was accidentally dropped in merge. | Michael E Brown | 2007-12-01 | 1 | -0/+1 | |
| | ||||||
* | first steps for updating to 0.8.11 | Clark Williams | 2007-11-30 | 1 | -1/+0 | |
| | ||||||
* | remove debugging statement. | Michael E Brown | 2007-11-30 | 1 | -2/+0 | |
| | ||||||
* | move things around so that we can run mock.py from the build tree instead of ↵ | Michael E Brown | 2007-11-30 | 1 | -0/+473 | |
having to install it. |