Project

General

Profile

« Previous | Next » 

Revision 08c01c58

Added by Evgeni Golov almost 3 years ago

speedup installation of foreman by multi-threading bundle install

View differences:

debian/focal/foreman/foreman-vmware.postinst
export HOME=/usr/share/foreman
cd /usr/share/foreman
if [ ! -z "${DEBUG}" ]; then
$BUNDLE update --local
$BUNDLE update --jobs 4 --local
else
$BUNDLE update --local 2>&1 >> $LOGFILE
$BUNDLE update --jobs 4 --local 2>&1 >> $LOGFILE
fi
# Own all the core files

Also available in: Unified diff