Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3199 → Rev 3200

/scripts/alcasar-rpm.sh
107,6 → 107,9
fi
done
 
# Clean the RPM cache
urpmi --clean
 
# At this time, we only skip Kernel update
echo "/^kernel/" > /etc/urpmi/skip.list
if [ `grep -E '^exclude=' /etc/dnf/dnf.conf |wc -l` -eq "1" ]; then
161,8 → 164,6
rpm_error
exit 1
fi
# Clean the RPM cache
urpmi --clean
 
# Download of ALCASAR specifics RPM in cache (and test)
if [ $Lang == "fr" ]