summaryrefslogtreecommitdiffstats
path: root/py
Commit message (Collapse)AuthorAgeFilesLines
...
* | added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-132-26/+72
|/
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
|
* 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-122-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 Keating2007-12-121-1/+1
| |
| * Add --update call, to update existing buildroot.Jesse Keating2007-12-122-1/+16
| | | | | | | | Useful for things like pungi which continuously reuse a buildroot
* | fix --shellMichael E Brown2007-12-121-1/+1
|/
* 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.
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-113-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 Bonnet2007-12-113-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 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
|
* let yum resolvedep run w/privs because it has to download additional ↵Michael E Brown2007-12-111-11/+6
| | | | metadata sometimes.
* fix rebuild multiple srpms test.Michael E Brown2007-12-111-1/+1
|
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-12-101-1/+1
|\
| * 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-101-4/+9
|/
* 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.
* 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
|
* create log files as unpriv user. fixup chrootuid calc to take into account ↵Michael E Brown2007-12-062-18/+25
| | | | sudo and consolehelper
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-061-3/+15
|
* add unshareMichael E Brown2007-12-062-5/+29
|
* fixup logging calls.Michael E Brown2007-12-061-2/+2
|
* separate out function tracing from verbosityMichael E Brown2007-12-069-120/+159
|
* mount inside try block so problem mounting unmounts everything.Michael E Brown2007-12-052-6/+6
|
* fixup error where var/cache/yum in buildroot disappears due to clean.Michael E Brown2007-12-051-1/+1
|
* potential fix for rhel5 traceback.Michael E Brown2007-12-051-1/+6
|
* fix python logging module exception problem earlier so there isnt any path ↵Michael E Brown2007-12-051-2/+4
| | | | through that hits that bug.
* add --with and --without options to enable/disable options in a srpmTodd Zullinger2007-12-041-0/+12
| | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
* use 'MACRO EXPR' in --define docs to match the rpmbuild docsTodd Zullinger2007-12-041-2/+2
| | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
* add --define option to pass rpm macros on the command lineTodd Zullinger2007-12-041-0/+14
| | | | Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
* error when trying to build multiple srpms without --resultdir.Michael E Brown2007-12-041-2/+6
|
* make sure dir exists before opening yum lock.Michael E Brown2007-12-041-2/+2
|
* consolidate imports.mock-0.8.12Michael E Brown2007-12-033-6/+3
|
* consolidate imports.Michael E Brown2007-12-032-3/+2
|
* small code consolidation.Michael E Brown2007-12-031-4/+1
|
* pass through exit status of chroot/shell commands.Michael E Brown2007-12-031-1/+4
|
* init yumCacheLock file object in __init__. No need to wait until tryLock to ↵Michael E Brown2007-12-031-1/+1
| | | | open it.
* initialize groups if used by SUDO, as we lose all group membership when ↵Michael E Brown2007-12-031-0/+2
| | | | called by sudo.
* change --help to reflect new preferred option style.Michael E Brown2007-12-031-5/+5
|
* mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵Michael E Brown2007-12-027-153/+174
| | | | happier. No significant code changes.
* convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵Michael E Brown2007-12-014-45/+49
| | | | syntax.
* use python-decoratortools instead of shipping our own decorator.pyMichael E Brown2007-12-012-161/+36
|
* remove unused import.Michael E Brown2007-12-011-1/+0
|
* few changes to make pychecker happy.Michael E Brown2007-12-014-4/+4
|