summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-1/+0
| | |
| * | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-11/+11
| | |
| * | updated changelog infoClark Williams2007-12-141-0/+7
| | |
| * | added help targetClark Williams2007-12-141-1/+12
| | |
* | | document --trace.Michael E Brown2007-12-161-1/+1
| | |
* | | Mock documentation patchVille Skyttä2007-12-162-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 Brown2007-12-142-4/+2
|/
* removed private sublevel lablelClark Williams2007-12-141-1/+1
|
* resolved merge with masterClark Williams2007-12-134-162/+178
|\
| * add 'make check' function to call what used to be releasetests.shMichael E Brown2007-12-131-0/+3
| |
| * make releasetests.sh call runtests.sh using automake 'make check' target, as ↵Michael E Brown2007-12-131-148/+2
| | | | | | | | well as run std automake distcheck stuff.
| * make runtests.sh runnable from automake.Michael E Brown2007-12-131-6/+1
| |
| * fix compile warning for -Wall in daemontest.cMichael E Brown2007-12-131-0/+1
| |
| * rename releasetests.sh to runtests.sh to prepare for adding 'make check' ↵Michael E Brown2007-12-131-0/+177
| | | | | | | | function
* | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵Clark Williams2007-12-137-36/+63
| | | | | | | | --copyin and --copyout; updated plugins to use makeChrootPath(); updated releasetests.sh so that daemon tests uses --copyin
* | merged with latest masterClark Williams2007-12-134-2/+26
|\|
| * update changelog in spec file.Michael E Brown2007-12-131-0/+4
| |
| * version bumpmock-0.9.2Michael E Brown2007-12-131-2/+2
| |
| * if --chroot only has one argument, pass it to doChroot() as a string instead ↵Mike Bonnet2007-12-122-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 RootClark Williams2007-12-134-27/+91
|/
* enable releasetests to run from clean checked out source tree.Michael E Brown2007-12-121-0/+1
|
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
|
* remove buildsys-build.spec from tarball.Michael E Brown2007-12-121-1/+1
|
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
|
* separate out shell and chroot cmdline args.Michael E Brown2007-12-121-4/+6
|
* Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-1223-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 conflictsMichael E Brown2007-12-120-0/+0
| |\
| | * remove generated autotools files from source repository. use autogen.sh to ↵Michael E Brown2007-12-1216-16908/+10
| | | | | | | | | | | | create them when compiling from git.
| * | fixup trailing whitespace.Michael E Brown2007-12-121-3/+2
| | |
| * | dont place specs into release tarball. This allows us to rev the RPM without ↵Michael E Brown2007-12-121-1/+1
| | | | | | | | | | | | having to have different tarball bits.
| * | remove redundant daemontest in srcMichael E Brown2007-12-121-101/+0
| | |
| * | auto generate AUTHORS file from git.Michael E Brown2007-12-122-1/+5
| | |
| * | remove another dead libtool reference.Michael E Brown2007-12-121-1/+0
| | |
| * | remove generated autotools files from source repository. use autogen.sh to ↵Michael E Brown2007-12-1217-17684/+14
| |/ | | | | | | create them when compiling from git.
| * remove dead code from autoconf files since we no longer compile anything.Michael E Brown2007-12-124-72/+1
| |
| * Don't provide backwards compat option for update.Jesse Keating2007-12-121-1/+1
| |
| * Add --update call, to update existing buildroot.Jesse Keating2007-12-123-1/+20
| | | | | | | | Useful for things like pungi which continuously reuse a buildroot
* | fix --shellMichael E Brown2007-12-122-2/+11
|/
* fixup changelog to be in chronological order like rpmbuild likes.mock-0.9.1Michael E Brown2007-12-111-4/+4
|
* update changelog.Michael E Brown2007-12-111-0/+14
|
* cleanup daemontest executable.Michael E Brown2007-12-112-3/+3
|
* demote setarch log msg back to debug() since we now have a warning for when ↵Michael E Brown2007-12-111-1/+1
| | | | it doesnt run.
* version bumpMichael E Brown2007-12-112-13/+13
|
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-115-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 Bonnet2007-12-115-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 Brown2007-12-111-1/+6
|/
* add i586/i686 setarch defs. add info message when setarch is ran.Michael E Brown2007-12-111-2/+3
|
* add sparcv9 for setarch.Michael E Brown2007-12-111-1/+1
|
* add setarch defs for sparc 32/64Michael E Brown2007-12-111-5/+6
|
* personality() returns -1 on error.Michael E Brown2007-12-111-1/+1
|