Project

General

Profile

« Previous | Next » 

Revision 4030e9c7

Added by Greg Sutcliffe over 11 years ago

debian: copy vendored-gems packaging to ubuntu

View differences:

debian/precise/nightly/foreman/foreman-development.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
# Own all the core files

Also available in: Unified diff