Commit Graph

27 Commits

Author SHA1 Message Date
Eric Lippmann df42eba69a Revert "Use /usr/bin/env instead of hard-coding paths"
This reverts commit 42b0469a96.

Packaged verions of our scripts must use a system installation of the interpreter for obvious reasons.
I also disapprove using env in our Git. We want to use a system installation of the interpreter too. Not something that's supposed to be the interpreter.
Also, potential incomplete or defective local versions of the interpreter must not be our concern.
That installations from source using /usr/bin/php do not work out of the box on FreeBSD for example is of course an issue. But that should not be fixed by blindly using env.

refs #7789
2014-11-25 16:11:01 +01:00
Gunnar Beutner 42b0469a96 Use /usr/bin/env instead of hard-coding paths
fixes #7789
2014-11-21 21:59:14 +01:00
Gunnar Beutner 4d480b316e Fix incorrect paths in the Apache config for the RPM package 2014-11-21 00:01:47 +01:00
Thomas Gelf 9e8d259465 packaging/debian: postponed 2014-11-19 16:00:04 +01:00
Thomas Gelf e2b22e97a6 packaging/debian: package names, dependencies 2014-11-19 16:00:04 +01:00
Thomas Gelf c36c8be98c packaging/debian: prepare release 2014-11-19 14:16:36 +01:00
Thomas Gelf 6d28fbbfec packaging/debian: preparing release 2014-11-19 14:04:56 +01:00
Thomas Gelf 58634ad2b7 README.first: removed, we're going stable 2014-11-19 14:03:21 +01:00
Thomas Gelf e63fc466cd packaging/debian: enforce stricter permissions 2014-11-19 14:02:24 +01:00
Eric Lippmann a0ec7c2396 Packages: Move rpm/RPM.md one directory up 2014-11-19 13:45:24 +01:00
Eric Lippmann 1d4f7f8806 Packages: Rename rpm/README.md to RPM.d 2014-11-19 13:45:02 +01:00
Eric Lippmann 968ede12df Packages: Remove files from rpm subdirectory
Those files are superseded by those beneath files.
2014-11-19 13:44:39 +01:00
Eric Lippmann 6cb914af35 Packages: Update library path in index.php 2014-11-19 13:42:49 +01:00
Eric Lippmann 91233b0d6c Packages: Add files/apache/icingaweb.conf in favor of files/icingaweb-apache2.conf 2014-11-19 13:36:02 +01:00
Eric Lippmann fecdb34388 Packages: Update paths in icingacli 2014-11-19 13:35:41 +01:00
Michael Friedrich 83d34c787d RPMs: Update README.md
refs #6401
2014-11-14 00:30:39 +01:00
Johannes Meyer 7aae291f69 Merge branch 'master' into feature/setup-wizard-7163 2014-11-12 10:08:28 +01:00
Thomas Gelf 5b95ce2695 packaging/debian: icingacli depends on php5-cli 2014-11-11 19:35:53 +01:00
Johannes Meyer 8f787e649c Update documentation and fix vagrant manifest due to moved schema files 2014-10-08 08:52:04 +02:00
Michael Friedrich e50221fde8 spec: Use application name in install path
refs #6401
2014-09-13 00:16:45 +02:00
Michael Friedrich 57db6e429b Fix README, update spec header
refs #6401
refs #6404
2014-08-12 15:24:55 +02:00
Michael Friedrich 9dabc6dc9c Update rpm builds
refs #6401
refs #6403
2014-08-12 14:38:13 +02:00
Johannes Meyer 3105c2059e Remove license headers from all files
refs #6309
2014-07-15 13:43:52 +02:00
Thomas Gelf 6e6df999dd packaging: build debian packages
Simple example configuration, quick & dirty but functional. Didn't
care about a config, as that will be handled by the setup wizard.

refs #6402
2014-06-05 02:53:47 +00:00
Thomas Gelf e992f152bb packaging/configuration: get rid of _ENV
We should use _SERVER for our settings as it works fine on CLI and
for web servers.

refs #6400
2014-06-04 21:08:49 +00:00
Thomas Gelf e4180e3e38 packages/debian: initial commit, basic sample 2014-05-20 23:33:04 +00:00
Michael Friedrich 0594347566 Refactor spec file and make rhel rpms work again.
Refs #4075
2014-05-13 00:27:06 +02:00