Commit Graph

5 Commits

Author SHA1 Message Date
Eric Lippmann 613cbae5bf packages: Fix base dir path in the icingacli
refs #4075
2014-12-10 09:30:35 +01:00
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
Eric Lippmann fecdb34388 Packages: Update paths in icingacli 2014-11-19 13:35:41 +01: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