Project

General

Profile

« Previous | Next » 

Revision 9fe753c4

Added by Greg Sutcliffe over 11 years ago

Update rc to use the same offline gem cache as nightly

View differences:

debian/squeeze/rc/foreman/foreman-pgsql.postinst
# Update gems
cd /usr/share/foreman
if [ ! -z "${DEBUG}" ]; then
bundle update
bundle update --local
else
bundle update 2>&1 >/dev/null
bundle update --local 2>&1 >/dev/null
fi
# Run a db:migrate if the user has created a dbfile

Also available in: Unified diff