summaryrefslogtreecommitdiffstats
path: root/.github/mock.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/mock.sh')
-rwxr-xr-x.github/mock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/mock.sh b/.github/mock.sh
index 0b91364..87543ce 100755
--- a/.github/mock.sh
+++ b/.github/mock.sh
@@ -58,7 +58,7 @@ dnf -y --setopt="tsflags=nodocs" install rpmdevtools && \
58 { mock --dnf --clean --spec ${SPEC_FILE} --sources=${SOURCE_DIR} --result=${SRCRPM_DIR} --build || \ 58 { mock --dnf --clean --spec ${SPEC_FILE} --sources=${SOURCE_DIR} --result=${SRCRPM_DIR} --build || \
59 { cat ${SRCRPM_DIR}/{root,build}.log; exit 1; } } 59 { cat ${SRCRPM_DIR}/{root,build}.log; exit 1; } }
60 60
61mock --dnf --clean --sources=${SOURCE_DIR} --result=${RPM_DIR} --rebuild "${SRCRPM_DIR}/${SRC_RPM}" || \ 61mock --dnf --clean --sources=${SOURCE_DIR} --result=${RPM_DIR} --rebuild "${SRCRPM_DIR}"/${SRC_RPM} || \
62 { cat ${RPM_DIR}/{root,build}.log; exit 1; } 62 { cat ${RPM_DIR}/{root,build}.log; exit 1; }
63 63
64ls -la ${SOURCE_DIR} ${SRCRPM_DIR} ${RPM_DIR} 64ls -la ${SOURCE_DIR} ${SRCRPM_DIR} ${RPM_DIR}