index
:
mock.git
master
mock-1.0
Dennis's mock patches, likely mostly config files for secondary arches
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix intermittent problems generating root cache tarball (BZ# 540997)
Clark Williams
2009-11-25
1
-5
/
+12
*
reworked devpts handling {BZ 510183}
Clark Williams
2009-11-23
2
-2
/
+5
*
conditionalize import of uuid package and avoid dependent code if
Clark Williams
2009-11-09
1
-9
/
+15
*
Don't automatically update the chroot in a --no-clean scenario
Jesse Keating
2009-08-11
1
-3
/
+2
*
fixed stupid typo in last update
Clark Williams
2009-07-08
1
-1
/
+1
*
reworked /dev/pts mount command to lookup 'tty' group id and
Clark Williams
2009-07-08
1
-1
/
+6
*
Add directory and infrastructure that will allow dbus to start in chroot.
Clark Williams
2009-07-08
1
-0
/
+11
*
added code to raise exception when --shell specified for uninitialized
Clark Williams
2009-07-08
1
-0
/
+2
*
Patch from Jakub Jelinek (jakub@redhat.com) to fix incorrect mode and
Clark Williams
2009-07-08
1
-1
/
+1
*
Support configurable root cache compression
Lubomir Rintel
2009-03-27
2
-4
/
+12
*
Be able to resolve hostname
Lubomir Rintel
2009-03-27
2
-7
/
+17
*
Copy the hosts tzdata (/etc/localtime) into the chroot
Jesse Keating
2009-02-05
1
-0
/
+7
*
commented out dropPrivsForever() in copyin logic
Clark Williams
2009-02-02
1
-1
/
+1
*
buildsrpm: some additional sanity checking, and removing an unnecessary glob
Mike Bonnet
2009-02-01
1
-6
/
+6
*
HOME environment variable is now set globally to match chroot homedir
Mike Bonnet
2009-02-01
1
-1
/
+0
*
Merge branch 'master' into clark
Clark Williams
2009-02-01
2
-0
/
+102
|
\
|
*
Merge branch 'buildsrpm'
Michael E Brown
2009-01-23
2
-0
/
+102
|
|
\
|
|
*
unlink->rmdir
Michael E Brown
2009-01-08
1
-1
/
+1
|
|
*
another srpm -> spec change in buildsrpm. add state for building srpm.
Michael E Brown
2009-01-08
2
-1
/
+2
|
|
*
cant use srpm var, use spec file instead. its ofr info only.
Michael E Brown
2009-01-08
1
-5
/
+5
|
|
*
initial work to copy spec/sources and build srpm.
Michael E Brown
2009-01-08
2
-0
/
+101
*
|
|
set HOME environment variable to be the chroot home
Clark Williams
2009-02-01
2
-3
/
+1
*
|
|
Merge branch 'master' into clark
Clark Williams
2009-02-01
4
-5
/
+27
|
\
\
\
|
*
|
|
Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...
Clark Williams
2009-01-08
3
-2
/
+22
|
|
\
|
|
|
|
*
|
add new exception for result dir not being accessible and print nice friendly...
Michael E Brown
2008-11-18
3
-2
/
+22
|
|
|
/
|
*
|
removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)
Clark Williams
2008-12-19
1
-1
/
+0
|
*
|
added version variable; added Mock Version banner to all logs
Clark Williams
2008-12-19
1
-0
/
+2
|
*
|
added version key to config options; moved cache_topdir to /var/cache/mock; r...
Clark Williams
2008-12-19
1
-2
/
+3
|
|
/
*
/
Signed-off-by: Mike McLean <mikem redhat com>
Mike McLean
2008-11-11
1
-2
/
+10
|
/
*
added panu's fix for strange rpm behavior
Clark Williams
2008-10-15
1
-2
/
+4
*
internal setarch support for s390/s390x
Mike McLean
2008-10-14
1
-0
/
+1
*
workaround new rpm issues by deleting rpmdb temp files after unpacking root c...
Clark Williams
2008-08-29
1
-7
/
+13
*
create BUILDROOT dir required by new rpmbuild
Clark Williams
2008-08-29
1
-1
/
+1
*
Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...
Clark Williams
2008-04-14
3
-8
/
+24
|
\
|
*
fix typo which causes exception in command-timeout code (which was trying to ...
Michael E Brown
2008-03-31
1
-1
/
+1
|
*
add support for shm
Michael E Brown
2008-03-09
1
-7
/
+12
|
*
handle idiots with grace and poise.
Michael E Brown
2008-03-07
1
-0
/
+11
*
|
changed default chroot_setup_cmd to be "groupinstall"
Clark Williams
2008-03-07
1
-1
/
+1
|
/
*
log child return code for debugging.
Michael E Brown
2008-03-04
1
-0
/
+1
*
modify rootcache logic to rebuild cache if config files have newer timestamp
Clark Williams
2008-02-29
3
-1
/
+15
*
add fcntl import
Michael E Brown
2008-01-30
1
-0
/
+1
*
Merge ssh://mock/var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-29
3
-29
/
+34
|
\
|
*
updates to mock.util.do(): 1) nonblocking read, 2) dont leave zombies (waitpid).
Michael E Brown
2008-01-29
1
-12
/
+32
|
*
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-22
9
-183
/
+206
|
|
\
|
*
|
we now run /etc/profile, so no need to manually do ccache stuff.
Michael E Brown
2008-01-22
1
-16
/
+1
|
*
|
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-07
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-04
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2008-01-04
4
-13
/
+30
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' of /var/ftp/pub/Applications/git/mock
Michael E Brown
2007-12-21
2
-37
/
+28
|
|
\
\
\
\
\
|
*
|
|
|
|
|
use makeChrootPath() functionality rather than obscure string interpolation
Michael E Brown
2007-12-21
1
-1
/
+1
[next]