summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rwxr-xr-xdocs/runtests.sh5
-rw-r--r--etc/mock/epel-4-x86_64.cfg1
3 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3a1a3e6..3e8e988 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.10])
+AC_INIT([mock],[0.9.11])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=10
+temp_RELEASE_SUBLEVEL=11
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 5897cc3..a561bb3 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -176,8 +176,9 @@ time $MOCKCMD --offline --clean
#
for i in $(ls etc/mock | grep .cfg | grep -v default | grep -v ppc); do
MOCKCMD="sudo ./py/mock.py --resultdir=$outdir --uniqueext=$uniqueext -r $(basename $i .cfg) $MOCK_EXTRA_ARGS"
- # test tmpfs and normal
- time $MOCKCMD --enable-plugin=tmpfs --rebuild $MOCKSRPM
+ if [ "${i#epel-4-x86_64.cfg}" != "" ]; then
+ time $MOCKCMD --enable-plugin=tmpfs --rebuild $MOCKSRPM
+ fi
time $MOCKCMD --rebuild $MOCKSRPM
done
diff --git a/etc/mock/epel-4-x86_64.cfg b/etc/mock/epel-4-x86_64.cfg
index ebf4580..9794dc9 100644
--- a/etc/mock/epel-4-x86_64.cfg
+++ b/etc/mock/epel-4-x86_64.cfg
@@ -5,6 +5,7 @@ config_opts['dist'] = 'el4' # only useful for --resultdir variable subst
# ccache not available on epel4
config_opts['plugin_conf']['ccache_enable'] = False
+config_opts['plugin_conf']['tmpfs_enable'] = False
config_opts['yum.conf'] = """
[main]