2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-23 12:51:10 +00:00

Merge pull request #6546 from cxhong/rh8.1-hierarchy

Failed to run otherpkgs for rhel8.1.0 service node
This commit is contained in:
Mark Gurevich
2020-01-27 16:56:27 -05:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
#=cut
#-------------------------------------------------------------------------------
#set -x
if [ -n "$LOGLABEL" ]; then
log_label=$LOGLABEL
else
@@ -891,6 +893,7 @@ else
fi
echo "enabled=1" >> $REPOFILE
echo "gpgcheck=0" >> $REPOFILE
echo "skip_if_unavailable=True" >> $REPOFILE
fi
i=$((i+1))
done

View File

@@ -573,6 +573,7 @@ elif ( ((pmatch "$OSVER" "rhel*") || (pmatch "$OSVER" "centos*") || (pmatch "$OS
fi
echo "enabled=1" >> $REPOFILE
echo "gpgcheck=0" >> $REPOFILE
echo "skip_if_unavailable=True" >> $REPOFILE
fi
i=$((i+1))
done