summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-114-13/+23
|\ | | | | | | | | | | | | | | * 'master' of /var/ftp/pub/Applications/git/mock: add failsafe for daemontest.c such that it exits after 5 mins rather than hanging around forever. add return code propagation test for --chroot cmd. let yum resolvedep run w/privs because it has to download additional metadata sometimes. fix rebuild multiple srpms test.
| * Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-12-112-11/+19
| |\
| | * add return code propagation test for --chroot cmd.Michael E Brown2007-12-111-0/+13
| | |
| | * let yum resolvedep run w/privs because it has to download additional ↵Michael E Brown2007-12-111-11/+6
| | | | | | | | | | | | metadata sometimes.
| * | add failsafe for daemontest.c such that it exits after 5 mins rather than ↵Michael E Brown2007-12-111-1/+3
| |/ | | | | | | hanging around forever.
| * fix rebuild multiple srpms test.Michael E Brown2007-12-111-1/+1
| |
* | add docs for --orphanskill mode.Michael E Brown2007-12-111-0/+5
|/
* fixup explicit orphankill unit test.Michael E Brown2007-12-101-2/+10
|
* add MOCK_EXTRA_ARGS for releasetests so I can make mock release tests run ↵Michael E Brown2007-12-101-2/+2
| | | | behind dell firewall.
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-12-106-134/+14
|\
| * make it so you can run multiple releasetests at the same time.mock-0.9.0Michael E Brown2007-12-091-3/+4
| |
| * update changelogMichael E Brown2007-12-091-0/+4
| |
| * drop fc6 configs. update changelog.Michael E Brown2007-12-094-130/+5
| |
| * fix --without to follow proper rpmbuild conventions. Courtesy Paulo ↵Michael E Brown2007-12-091-1/+1
| | | | | | | | Cavalcanti <promac@gmail.com>.
* | add --orphanskill mode. requested by mbonnet for koji.Michael E Brown2007-12-102-5/+25
|/
* version bump to 0.9.0Michael E Brown2007-12-072-15/+15
|
* add a few uid debugging calls, commented out by default, in case other ↵Michael E Brown2007-12-071-0/+8
| | | | people want to inspect UID status and environment.
* less verbose logging.Michael E Brown2007-12-061-1/+1
|
* become root a bit earlier to that cache dir stuff works (run during chroot ↵Michael E Brown2007-12-061-3/+3
| | | | __init__).
* less verbose do().Michael E Brown2007-12-061-2/+1
|