Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -11/+11 | |
| | | | ||||||
| * | | updated changelog info | Clark Williams | 2007-12-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | added help target | Clark Williams | 2007-12-14 | 1 | -1/+12 | |
| | | | ||||||
* | | | document --trace. | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Mock documentation patch | Ville Skyttä | 2007-12-16 | 2 | -12/+21 | |
| |/ |/| | | | | | | | | | | | | | | | 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> | |||||
* | | remove uses of chroot rootdir attribute and use accessor. | Michael E Brown | 2007-12-14 | 2 | -4/+2 | |
|/ | ||||||
* | removed private sublevel lablel | Clark Williams | 2007-12-14 | 1 | -1/+1 | |
| | ||||||
* | resolved merge with master | Clark Williams | 2007-12-13 | 4 | -162/+178 | |
|\ | ||||||
| * | add 'make check' function to call what used to be releasetests.sh | Michael E Brown | 2007-12-13 | 1 | -0/+3 | |
| | | ||||||
| * | make releasetests.sh call runtests.sh using automake 'make check' target, as ↵ | Michael E Brown | 2007-12-13 | 1 | -148/+2 | |
| | | | | | | | | well as run std automake distcheck stuff. | |||||
| * | make runtests.sh runnable from automake. | Michael E Brown | 2007-12-13 | 1 | -6/+1 | |
| | | ||||||
| * | fix compile warning for -Wall in daemontest.c | Michael E Brown | 2007-12-13 | 1 | -0/+1 | |
| | | ||||||
| * | rename releasetests.sh to runtests.sh to prepare for adding 'make check' ↵ | Michael E Brown | 2007-12-13 | 1 | -0/+177 | |
| | | | | | | | | function | |||||
* | | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵ | Clark Williams | 2007-12-13 | 7 | -36/+63 | |
| | | | | | | | | --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 | 4 | -2/+26 | |
|\| | ||||||
| * | update changelog in spec file. | Michael E Brown | 2007-12-13 | 1 | -0/+4 | |
| | | ||||||
| * | version bumpmock-0.9.2 | Michael E Brown | 2007-12-13 | 1 | -2/+2 | |
| | | ||||||
| * | if --chroot only has one argument, pass it to doChroot() as a string instead ↵ | Mike Bonnet | 2007-12-12 | 2 | -0/+20 | |
| | | | | | | | | | | | | 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 | 4 | -27/+91 | |
|/ | ||||||
* | enable releasetests to run from clean checked out source tree. | Michael E Brown | 2007-12-12 | 1 | -0/+1 | |
| | ||||||
* | remove trailing whitespace. | Michael E Brown | 2007-12-12 | 1 | -2/+2 | |
| | ||||||
* | remove buildsys-build.spec from tarball. | Michael E Brown | 2007-12-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | 23 | -17860/+39 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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. | |||||
| * | merge conflicts | Michael E Brown | 2007-12-12 | 0 | -0/+0 | |
| |\ | ||||||
| | * | remove generated autotools files from source repository. use autogen.sh to ↵ | Michael E Brown | 2007-12-12 | 16 | -16908/+10 | |
| | | | | | | | | | | | | create them when compiling from git. | |||||
| * | | fixup trailing whitespace. | Michael E Brown | 2007-12-12 | 1 | -3/+2 | |
| | | | ||||||
| * | | dont place specs into release tarball. This allows us to rev the RPM without ↵ | Michael E Brown | 2007-12-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | having to have different tarball bits. | |||||
| * | | remove redundant daemontest in src | Michael E Brown | 2007-12-12 | 1 | -101/+0 | |
| | | | ||||||
| * | | auto generate AUTHORS file from git. | Michael E Brown | 2007-12-12 | 2 | -1/+5 | |
| | | | ||||||
| * | | remove another dead libtool reference. | Michael E Brown | 2007-12-12 | 1 | -1/+0 | |
| | | | ||||||
| * | | remove generated autotools files from source repository. use autogen.sh to ↵ | Michael E Brown | 2007-12-12 | 17 | -17684/+14 | |
| |/ | | | | | | | create them when compiling from git. | |||||
| * | remove dead code from autoconf files since we no longer compile anything. | Michael E Brown | 2007-12-12 | 4 | -72/+1 | |
| | | ||||||
| * | 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 | 3 | -1/+20 | |
| | | | | | | | | Useful for things like pungi which continuously reuse a buildroot | |||||
* | | fix --shell | Michael E Brown | 2007-12-12 | 2 | -2/+11 | |
|/ | ||||||
* | fixup changelog to be in chronological order like rpmbuild likes.mock-0.9.1 | Michael E Brown | 2007-12-11 | 1 | -4/+4 | |
| | ||||||
* | update changelog. | Michael E Brown | 2007-12-11 | 1 | -0/+14 | |
| | ||||||
* | cleanup daemontest executable. | Michael E Brown | 2007-12-11 | 2 | -3/+3 | |
| | ||||||
* | demote setarch log msg back to debug() since we now have a warning for when ↵ | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | | | | it doesnt run. | |||||
* | version bump | Michael E Brown | 2007-12-11 | 2 | -13/+13 | |
| | ||||||
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mock | Michael E Brown | 2007-12-11 | 5 | -7/+23 | |
|\ | | | | | | | | | * 'master' of /var/ftp/pub/Applications/git/mock: - make "mock --chroot" non-interactive - set the exit code of "mock --chroot" to the exit code of the process run in the chroot - log the output of the process to root.log | |||||
| * | - make "mock --chroot" non-interactive - set the exit code of "mock ↵ | Mike Bonnet | 2007-12-11 | 5 | -7/+23 | |
| | | | | | | | | | | | | --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> | |||||
* | | add warning for when personality has no constant mapping. | Michael E Brown | 2007-12-11 | 1 | -1/+6 | |
|/ | ||||||
* | add i586/i686 setarch defs. add info message when setarch is ran. | Michael E Brown | 2007-12-11 | 1 | -2/+3 | |
| | ||||||
* | add sparcv9 for setarch. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| | ||||||
* | add setarch defs for sparc 32/64 | Michael E Brown | 2007-12-11 | 1 | -5/+6 | |
| | ||||||
* | personality() returns -1 on error. | Michael E Brown | 2007-12-11 | 1 | -1/+1 | |
| |