summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-06-20 08:51:04 +0000
committerAmar Tumballi <amarts@redhat.com>2019-06-20 08:51:04 +0000
commitef23aa7813e7e3b7baf1c5e0e32c19c307510e10 (patch)
tree9d484f6aee0d06e80276197fa052e3d9890342b8 /build-gluster-org
parent8f1051f6da0398832ce13abff945cec8b9bf3aee (diff)
Revert "strfmt-script: move to epel-7 for mock"
with the original patch smoke fails with: 14:18:42 ERROR: Could not find required config file: /etc/mock/epel-7-i386.cfg 14:18:42 ERROR: If you're trying to specify a path, include the .cfg extension, e.g. -r ./target.cfg This reverts commit 8f1051f6da0398832ce13abff945cec8b9bf3aee. Change-Id: Idb5e16ca2c52567616a074dcd63663fa8e294705
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/strfmt_errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/strfmt_errors.sh b/build-gluster-org/scripts/strfmt_errors.sh
index 6ae2376..66dae95 100644
--- a/build-gluster-org/scripts/strfmt_errors.sh
+++ b/build-gluster-org/scripts/strfmt_errors.sh
@@ -3,7 +3,7 @@
./configure --enable-fusermount || exit 1
cd extras/LinuxRPM
make prep srcrpm || exit 1
-sudo mock -r 'epel-7-i386' --resultdir=${WORKSPACE}/RPMS/"%(dist)s"/"%(target_arch)s"/ --cleanup-after --rebuild glusterfs*src.rpm || exit 1
+sudo mock -r 'epel-6-i386' --resultdir=${WORKSPACE}/RPMS/"%(dist)s"/"%(target_arch)s"/ --cleanup-after --rebuild glusterfs*src.rpm || exit 1
rm -f warnings.txt
grep -E ".*: warning: format '%.*' expects( argument of)? type '.*', but argument .* has type 'ssize_t" ${WORKSPACE}/RPMS/el6/i686/build.log | tee -a warnings.txt