Project

General

Profile

« Previous | Next » 

Revision 8b3ab60b

Added by Ewoud Kohl van Wijngaarden about 5 years ago

Remove foreman-compute

We no longer have a bundler.d/fog.rb so this package no longer makes
sense.

View differences:

debian/bionic/foreman/control
.
The foreman package should be installed along with this package.
Package: foreman-compute
Architecture: all
Section: web
Priority: extra
Recommends: foreman-ec2
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing fog dependencies for Foreman,
adding OpenStack and Rackspace compute resource support.
This package provides fog dependencies for Foreman, a
flexible systems management web application.
.
The foreman package should be installed along with this package.
Package: foreman-ec2
Architecture: all
Section: web
......
Architecture: all
Section: web
Priority: extra
Depends: foreman (= ${binary:Version}), foreman-compute (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing ovirt dependencies for Foreman
This package provides ovirt dependencies for Foreman, a
flexible systems management web application.
debian/bionic/foreman/foreman-compute.install
bundler.d/fog.rb /usr/share/foreman/bundler.d
debian/bionic/foreman/foreman-compute.postinst
#!/bin/sh
# postinst script for foreman-*
#
# see: dh_installdeb(1)
[ -n "${DEBUG}" ] && set -x
set -e
. /usr/share/debconf/confmodule
LOGFILE='/var/log/foreman-install.log'
# if this script aborts with an error dpkg can
# hang if daemons have been started
trap db_stop EXIT
BUNDLE=bundle
[ -h /usr/bin/foreman-ruby ] && BUNDLE="/usr/bin/foreman-ruby /usr/bin/bundle"
# Update gems
export HOME=/usr/share/foreman
cd /usr/share/foreman
if [ ! -z "${DEBUG}" ]; then
$BUNDLE update --local
else
$BUNDLE update --local 2>&1 >> $LOGFILE
fi
# Own all the core files
chown -Rf foreman:foreman '/usr/share/foreman'
#DEBHELPER#
exit 0
debian/stretch/foreman/control
.
The foreman package should be installed along with this package.
Package: foreman-compute
Architecture: all
Section: web
Priority: extra
Recommends: foreman-ec2
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing fog dependencies for Foreman,
adding OpenStack and Rackspace compute resource support.
This package provides fog dependencies for Foreman, a
flexible systems management web application.
.
The foreman package should be installed along with this package.
Package: foreman-ec2
Architecture: all
Section: web
......
Architecture: all
Section: web
Priority: extra
Depends: foreman (= ${binary:Version}), foreman-compute (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing ovirt dependencies for Foreman
This package provides ovirt dependencies for Foreman, a
flexible systems management web application.
debian/stretch/foreman/foreman-compute.install
bundler.d/fog.rb /usr/share/foreman/bundler.d
debian/stretch/foreman/foreman-compute.postinst
#!/bin/sh
# postinst script for foreman-*
#
# see: dh_installdeb(1)
[ -n "${DEBUG}" ] && set -x
set -e
. /usr/share/debconf/confmodule
LOGFILE='/var/log/foreman-install.log'
# if this script aborts with an error dpkg can
# hang if daemons have been started
trap db_stop EXIT
BUNDLE=bundle
[ -h /usr/bin/foreman-ruby ] && BUNDLE="/usr/bin/foreman-ruby /usr/bin/bundle"
# Update gems
export HOME=/usr/share/foreman
cd /usr/share/foreman
if [ ! -z "${DEBUG}" ]; then
$BUNDLE update --local
else
$BUNDLE update --local 2>&1 >> $LOGFILE
fi
# Own all the core files
chown -Rf foreman:foreman '/usr/share/foreman'
#DEBHELPER#
exit 0
debian/xenial/foreman/control
.
The foreman package should be installed along with this package.
Package: foreman-compute
Architecture: all
Section: web
Priority: extra
Recommends: foreman-ec2
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing fog dependencies for Foreman,
adding OpenStack and Rackspace compute resource support.
This package provides fog dependencies for Foreman, a
flexible systems management web application.
.
The foreman package should be installed along with this package.
Package: foreman-ec2
Architecture: all
Section: web
......
Architecture: all
Section: web
Priority: extra
Depends: foreman (= ${binary:Version}), foreman-compute (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Depends: foreman (= ${binary:Version}), libcurl4-openssl-dev, libxml2-dev, ${misc:Depends}
Description: metapackage providing ovirt dependencies for Foreman
This package provides ovirt dependencies for Foreman, a
flexible systems management web application.
debian/xenial/foreman/foreman-compute.install
bundler.d/fog.rb /usr/share/foreman/bundler.d
debian/xenial/foreman/foreman-compute.postinst
#!/bin/sh
# postinst script for foreman-*
#
# see: dh_installdeb(1)
[ -n "${DEBUG}" ] && set -x
set -e
. /usr/share/debconf/confmodule
LOGFILE='/var/log/foreman-install.log'
# if this script aborts with an error dpkg can
# hang if daemons have been started
trap db_stop EXIT
BUNDLE=bundle
[ -h /usr/bin/foreman-ruby ] && BUNDLE="/usr/bin/foreman-ruby /usr/bin/bundle"
# Update gems
export HOME=/usr/share/foreman
cd /usr/share/foreman
if [ ! -z "${DEBUG}" ]; then
$BUNDLE update --local
else
$BUNDLE update --local 2>&1 >> $LOGFILE
fi
# Own all the core files
chown -Rf foreman:foreman '/usr/share/foreman'
#DEBHELPER#
exit 0

Also available in: Unified diff