summaryrefslogtreecommitdiffstats
path: root/py
Commit message (Expand)AuthorAgeFilesLines
...
* commented out dropPrivsForever() in copyin logicClark Williams2009-02-021-1/+1
* buildsrpm: some additional sanity checking, and removing an unnecessary globMike Bonnet2009-02-011-6/+6
* HOME environment variable is now set globally to match chroot homedirMike Bonnet2009-02-011-1/+0
* Merge branch 'master' into clarkClark Williams2009-02-012-0/+102
|\
| * Merge branch 'buildsrpm'Michael E Brown2009-01-232-0/+102
| |\
| | * unlink->rmdirMichael E Brown2009-01-081-1/+1
| | * another srpm -> spec change in buildsrpm. add state for building srpm.Michael E Brown2009-01-082-1/+2
| | * cant use srpm var, use spec file instead. its ofr info only.Michael E Brown2009-01-081-5/+5
| | * initial work to copy spec/sources and build srpm.Michael E Brown2009-01-082-0/+101
* | | set HOME environment variable to be the chroot homeClark Williams2009-02-012-3/+1
* | | Merge branch 'master' into clarkClark Williams2009-02-014-5/+27
|\ \ \
| * | | Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2009-01-083-2/+22
| |\| |
| | * | add new exception for result dir not being accessible and print nice friendly...Michael E Brown2008-11-183-2/+22
| | |/
| * | removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)Clark Williams2008-12-191-1/+0
| * | added version variable; added Mock Version banner to all logsClark Williams2008-12-191-0/+2
| * | added version key to config options; moved cache_topdir to /var/cache/mock; r...Clark Williams2008-12-191-2/+3
| |/
* / Signed-off-by: Mike McLean <mikem redhat com>Mike McLean2008-11-111-2/+10
|/
* added panu's fix for strange rpm behaviorClark Williams2008-10-151-2/+4
* internal setarch support for s390/s390xMike McLean2008-10-141-0/+1
* workaround new rpm issues by deleting rpmdb temp files after unpacking root c...Clark Williams2008-08-291-7/+13
* create BUILDROOT dir required by new rpmbuildClark Williams2008-08-291-1/+1
* Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2008-04-143-8/+24
|\
| * fix typo which causes exception in command-timeout code (which was trying to ...Michael E Brown2008-03-311-1/+1
| * add support for shmMichael E Brown2008-03-091-7/+12
| * handle idiots with grace and poise.Michael E Brown2008-03-071-0/+11
* | changed default chroot_setup_cmd to be "groupinstall"Clark Williams2008-03-071-1/+1
|/
* log child return code for debugging.Michael E Brown2008-03-041-0/+1
* modify rootcache logic to rebuild cache if config files have newer timestampClark Williams2008-02-293-1/+15
* add fcntl importMichael E Brown2008-01-301-0/+1
* Merge ssh://mock/var/ftp/pub/Applications/git/mockMichael E Brown2008-01-293-29/+34
|\
| * updates to mock.util.do(): 1) nonblocking read, 2) dont leave zombies (waitpid).Michael E Brown2008-01-291-12/+32
| * Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-229-183/+206
| |\
| * | we now run /etc/profile, so no need to manually do ccache stuff.Michael E Brown2008-01-221-16/+1
| * | Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-071-1/+1
| |\ \
| * \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-041-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-044-13/+30
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-212-37/+28
| |\ \ \ \ \
| * | | | | | use makeChrootPath() functionality rather than obscure string interpolationMichael E Brown2007-12-211-1/+1
* | | | | | | set the current working directory in the chrootMike Bonnet2008-01-242-6/+15
* | | | | | | add --unpriv option to drop privileges when running a command with --chrootMike Bonnet2008-01-241-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | get rid of one level of shell indirection where possible.Michael E Brown2008-01-202-10/+15
* | | | | | add back in dropped '.' to tar cvf command that is causing root cache creatio...Michael E Brown2008-01-202-1/+2
* | | | | | convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-206-156/+150
* | | | | | mount everything when running chroot command.Michael E Brown2008-01-181-1/+5
* | | | | | the great config file rename.Michael E Brown2008-01-151-1/+1
* | | | | | clarify info message to make it obvious that root cache is being unpacked.Michael E Brown2008-01-091-1/+1
* | | | | | cleanup trailing whitespace.Michael E Brown2008-01-085-14/+14
* | | | | | add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-082-2/+11
* | | | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-082-2/+12
| |_|_|_|/ |/| | | |
* | | | | update docs for --arch and --target.Michael E Brown2008-01-041-1/+1
| |_|_|/ |/| | |