summaryrefslogtreecommitdiffstats
path: root/py/mock
Commit message (Expand)AuthorAgeFilesLines
...
* | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-082-2/+12
| |_|/ |/| |
* | | split up --target and --arch cmdline options.Michael E Brown2008-01-041-3/+3
* | | get rid of personality() calls in sub do() calls because it is set at top lev...Michael E Brown2008-01-041-6/+2
* | | paul howarth's request to change from -l to --login on bash invocationsClark Williams2008-01-041-2/+2
* | | use the right mkdev argumentJesse Keating2008-01-031-1/+1
* | | Create the dev/full device, some packages use it during make check.Jesse Keating2008-01-031-0/+1
* | | add ia64 and alpha to personality_defsDoug Chapman2007-12-311-0/+1
* | | Patch from Doug Chapman <doug.chapman@hp.com>Michael E Brown2007-12-312-2/+2
| |/ |/|
* | fix privs for yum resolvdep, needs to be root to download addl filelists.Michael E Brown2007-12-201-19/+19
* | fix resultdir for --uniqueext builds without resultdir specified. try to stan...Michael E Brown2007-12-191-8/+7
* | Run rpmbuild in a login shell in the chroot.Michael E Brown2007-12-191-2/+2
|/
* unmount tmpfs when done or we run into problems with clean.Michael E Brown2007-12-181-0/+7
* add hook (currently unused) for clean.Michael E Brown2007-12-181-0/+1
* fixup typo: makeChrootPath is a method on self.rootObj.Michael E Brown2007-12-181-1/+2
* add initial tmpfs plugin and default options.Michael E Brown2007-12-181-0/+33
* comment out decorator for doChroot() to prevent logging build exceptions mult...Michael E Brown2007-12-181-1/+3
* fix path comparison for orphanskill.Michael E Brown2007-12-171-1/+1
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-161-3/+3
* dont do setarch personality() call for noarchMichael E Brown2007-12-161-1/+1
* fixed syntax errorClark Williams2007-12-161-1/+1
* resolved merge conflictsClark Williams2007-12-141-1/+1
|\
| * remove uses of chroot rootdir attribute and use accessor.Michael E Brown2007-12-142-4/+2
* | replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-3/+2
* | 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
|/
* changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-134-14/+15
* added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-131-25/+30
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
* Add --update call, to update existing buildroot.Jesse Keating2007-12-121-0/+9
* demote setarch log msg back to debug() since we now have a warning for when i...Michael E Brown2007-12-111-1/+1
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-112-4/+7
|\
| * - make "mock --chroot" non-interactive - set the exit code of "mock --chroot"...Mike Bonnet2007-12-112-4/+7
* | 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 metadata...Michael E Brown2007-12-111-11/+6
* less verbose do().Michael E Brown2007-12-061-2/+1
* create log files as unpriv user. fixup chrootuid calc to take into account su...Michael E Brown2007-12-061-13/+19
* add unshareMichael E Brown2007-12-061-5/+23
* fixup logging calls.Michael E Brown2007-12-061-2/+2
* separate out function tracing from verbosityMichael E Brown2007-12-068-111/+141
* mount inside try block so problem mounting unmounts everything.Michael E Brown2007-12-051-4/+4
* 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
* make sure dir exists before opening yum lock.Michael E Brown2007-12-041-2/+2
* consolidate imports.mock-0.8.12Michael E Brown2007-12-032-4/+2
* consolidate imports.Michael E Brown2007-12-032-3/+2
* init yumCacheLock file object in __init__. No need to wait until tryLock to o...Michael E Brown2007-12-031-1/+1