Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | update docs for --arch and --target. | Michael E Brown | 2008-01-04 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | fix syntax error from personality move by using config_opt directly. | Michael E Brown | 2008-01-04 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | split up --target and --arch cmdline options. | Michael E Brown | 2008-01-04 | 2 | -5/+13 | |
| | | | ||||||
* | | | get rid of personality() calls in sub do() calls because it is set at top ↵ | Michael E Brown | 2008-01-04 | 1 | -6/+2 | |
| | | | | | | | | | | | | level now. | |||||
* | | | added --print-root-path option | Clark Williams | 2008-01-04 | 1 | -0/+11 | |
| | | | ||||||
* | | | paul howarth's request to change from -l to --login on bash invocations | Clark Williams | 2008-01-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | use the right mkdev argument | Jesse Keating | 2008-01-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Create the dev/full device, some packages use it during make check. | Jesse Keating | 2008-01-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | add ia64 and alpha to personality_defs | Doug Chapman | 2007-12-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch to quiet the "Unable to find predefined setarch personality" warnings seen on ia64. I added alpha as well while I was at it. Signed-off-by: Doug Chapman <doug.chapman@hp.com> ---- Signed-off-by: Michael E Brown <mebrown@michaels-house.net> | |||||
* | | | Patch from Doug Chapman <doug.chapman@hp.com> | Michael E Brown | 2007-12-31 | 2 | -2/+2 | |
| |/ |/| | | | | | | | | | Fix up mock ctypes libc usage so that it doesnt directly specify libc soname, which can change on different arches. Instead use "None", which should resolve to use already-loaded global scope. -- signed off by: Michael Brown <mebrown@michaels-house.net> | |||||
* | | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-21 | 2 | -37/+28 | |
|\ \ | |/ |/| | ||||||
| * | remove unused debugging code. | Michael E Brown | 2007-12-20 | 1 | -8/+0 | |
| | | ||||||
| * | fix privs for yum resolvdep, needs to be root to download addl filelists. | Michael E Brown | 2007-12-20 | 1 | -19/+19 | |
| | | ||||||
| * | fix resultdir for --uniqueext builds without resultdir specified. try to ↵ | Michael E Brown | 2007-12-19 | 1 | -8/+7 | |
| | | | | | | | | standardize on single-quotes for indexing hashes. | |||||
| * | Run rpmbuild in a login shell in the chroot. | Michael E Brown | 2007-12-19 | 1 | -2/+2 | |
| | | ||||||
* | | set personality in mainline code so all options run under correct personality. | Michael E Brown | 2007-12-19 | 1 | -0/+3 | |
|/ | ||||||
* | unmount tmpfs when done or we run into problems with clean. | Michael E Brown | 2007-12-18 | 1 | -0/+7 | |
| | ||||||
* | add hook (currently unused) for clean. | Michael E Brown | 2007-12-18 | 1 | -0/+1 | |
| | ||||||
* | fixup typo: makeChrootPath is a method on self.rootObj. | Michael E Brown | 2007-12-18 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -0/+35 | |
| | ||||||
* | comment out decorator for doChroot() to prevent logging build exceptions ↵ | Michael E Brown | 2007-12-18 | 1 | -1/+3 | |
| | | | | multiple times. | |||||
* | fix path comparison for orphanskill. | Michael E Brown | 2007-12-17 | 1 | -1/+1 | |
| | ||||||
* | make rootdir private (_rootdir). Use accessor in mock.py as well. | Michael E Brown | 2007-12-16 | 2 | -6/+6 | |
| | ||||||
* | dont do setarch personality() call for noarch | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | document --trace in cmdline help. | Michael E Brown | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock | Michael E Brown | 2007-12-16 | 1 | -11/+11 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://mebrown@git.fedorahosted.org/git/mock: more on release instructions first cut at updated release instructions fixed syntax error replaced references to rootdir with calls to makeChrootPath() replaced references to rootdir with calls to makeChrootPath() replaced references to rootdir with calls to makeChrootPath() updated changelog info added help target | |||||
| * | fixed syntax error | Clark Williams | 2007-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | resolved merge conflicts | Clark Williams | 2007-12-14 | 1 | -1/+1 | |
| |\ | ||||||
| * | | replaced references to rootdir with calls to makeChrootPath() | Clark Williams | 2007-12-14 | 1 | -3/+2 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | 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> | |||||
* | | remove uses of chroot rootdir attribute and use accessor. | Michael E Brown | 2007-12-14 | 2 | -4/+2 | |
|/ | ||||||
* | changed more uses of .rootdir to makeChrootPath(); updated man page for ↵ | Clark Williams | 2007-12-13 | 5 | -19/+30 | |
| | | | | --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 | 2 | -26/+72 | |
|/ | ||||||
* | remove trailing whitespace. | Michael E Brown | 2007-12-12 | 1 | -2/+2 | |
| | ||||||
* | 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 | 2 | -0/+15 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 | 2 | -1/+16 | |
| | | | | | | | | Useful for things like pungi which continuously reuse a buildroot | |||||
* | | fix --shell | Michael E Brown | 2007-12-12 | 1 | -1/+1 | |
|/ | ||||||
* | 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. | |||||
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mock | Michael E Brown | 2007-12-11 | 3 | -5/+19 | |
|\ | | | | | | | | | * '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 | 3 | -5/+19 | |
| | | | | | | | | | | | | --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 | |
| |