1 Commits

Author SHA1 Message Date
d796624a80 Add a ton of debugging 2020-04-15 18:38:03 -04:00

View File

@@ -348,7 +348,7 @@ EOF
_runDebug "${FUNCNAME[0]}"
# Cannot create a repo without an rpm
if [[ -n $_createrepo || -n $_mcversion ]]; then
if [[ -n $_createrepo || "$_service" == "createrepo" ]]; then
_rpmbuild="true"
fi