Commit Graph

42 Commits

Author SHA1 Message Date
Johannes Meyer 1f83b30cca rpm: Fix path to the commandpipe config in the documentation
refs #9651
2015-08-26 14:06:09 +02:00
Eric Lippmann b9f16b844b translation: Add config file for packages
refs #9615
2015-07-30 15:57:21 +02:00
Thomas Gelf 792a67c439 Revert "Remove Debian packaging from GIT"
This reverts commit e72e340faa.
2015-03-12 09:34:59 +01:00
Markus Frosch e72e340faa Remove Debian packaging from GIT
Refs #6402
2015-03-10 18:25:21 +01:00
Louis Sautier 083c1a9e6b Fix some spelling errors in comments and messages
fixes #8633

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-08 15:32:22 +01:00
Eric Lippmann 6bae2e0a53 Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Eric Lippmann 5b4fab0750 Add license header
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba.
2015-02-03 16:16:26 +01:00
Eric Lippmann 338d067aba Add license header
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann 6014362089 packages: Install custom setup module config w/ correct path to the schema files
refs #4075
2015-01-19 11:43:38 +01:00
Eric Lippmann a57f1b00a9 rpm: Introduce config directory for packaged configuration files
refs #4075
2015-01-19 11:43:37 +01:00
Eric Lippmann 613cbae5bf packages: Fix base dir path in the icingacli
refs #4075
2014-12-10 09:30:35 +01:00
Eric Lippmann ef00765ff0 packages: Use 'icingaweb2' as the web path
refs #4075
2014-12-10 09:29:38 +01:00
Eric Lippmann d0e8718d61 packages: Rename icingaweb.conf to icingaweb2.conf 2014-12-09 16:56:06 +01:00
Eric Lippmann 28f08078f0 doc: Add module config.ini for packaging
resolves #7196
2014-12-09 14:58:39 +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
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