Basil Eric Rabi 0ca2b88411 [rpm] remove deleted files
This is a follow-up for bbba7b93c543aff83c5abdbe4979e3a94e87ee9d and 4c2c76f82147f6cf1022d1bb08947db3d0ce166a
2023-12-02 06:14:05 +10:00
..
2023-12-02 06:14:05 +10: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...).