Daniele Viganò a794992044
[RPM] Add support for HDF5
[RPM] Do not make qgis-server depend on httpd
[RPM] Add an Nginx configuration example
[RPM] Update server readme and replace wms with a better ogc
[RPM] More fixes for Epoch directive
[RPM] F27 reached EoL, replace it with F29
[RPM] Add support for netcdf and replace ogc with ows as server endpoint
[RPM] Add sample systemd service file
2018-12-17 08:36:08 +01:00
..
2018-12-17 08:36:08 +01:00
2018-06-23 04:43:43 +10:00
2018-12-17 08:36:08 +01:00
2018-12-17 08:36:08 +01:00
2017-10-09 17:10:05 +02:00

QGIS RPM generator

Build RPM using mock

$ ./buildrpms.sh

Generate a valid spec file from template

$ ./buildrpms.sh -c

Build SRPM using mock

$ ./buildrpms.sh -s

Rebuild last generated RPM using mock

$ ./buildrpms.sh -b

Build an unstable release

$ ./buildrpms.sh [flags] -u

This generates an RPM with release .git<short commit ID>

MOCK old chroot

It is possible to execute mock using the 'old chroot' behavior (which does not uses systemd-nspawn) setting the environment variable _MOCK_OLD_CHROOT before running buildrpms.sh:

export _MOCK_OLD_CHROOT=1

This may be useful when running mock inside environments that do not play well with systemd-nspawn (LXC/LXD, Docker...).