aboutsummaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAge
* build: standardize ./configure argumentsLibravatar Kelvin M. Klann2024-02-29
| | | | | | | | | | | | | | For consistency and to make it clearer where jobs differ (for example, to see where `--enable-analyzer` is used). Changes: * Always use --prefix=/usr and --enable-fatal-warnings (except in the Alpine job due to current warnings; see #6224) * Use the same argument order Note: mkdeb.sh and platform/rpm/mkrpm.sh already pass `--prefix=/usr` to ./configure.
* build: mkrpm.sh: allow / in configure argsLibravatar Kelvin M. Klann2024-02-07
|
* build: mkrpm.sh: use set -eLibravatar Kelvin M. Klann2024-02-07
| | | | | | | To abort the build if any error occurs. See also commit 7d9db8355 ("fail build if any step in the script fails", 2019-06-21).
* build: mkrpm.sh: remove --quiet from rpmbuildLibravatar Kelvin M. Klann2024-02-07
| | | | | | | To make the CI logs more informative, as currently nothing from the build itself is shown. Added on commit d684d9988 ("Fix mkrpm.sh", 2016-02-16) / PR #297.
* build: fix codespell warningsLibravatar Kelvin M. Klann2024-02-01
| | | | | | | | | | | | | | | Warnings: $ make codespell Running codespell... ./README:757: Manuel ==> Manual ./RELNOTES:269: relpaced ==> replaced ./src/firecfg/desktop_files.c:60: diectory ==> directory ./platform/debian/control.i386:11: namepaces ==> namespaces ./platform/debian/control.amd64:11: namepaces ==> namespaces make: *** [Makefile:383: codespell] Error 65 $ codespell --version 2.2.6
* update copyright 2024Libravatar netblue302024-01-12
|
* build: mkrpm.sh: append instead of override configure argsLibravatar Kelvin M. Klann2023-12-13
| | | | | | | | | | | | For consistency with mkdeb.sh. Note: The default arguments and support for argument overriding was added to to mkrpm.sh on commit 3d97332fd ("Add configure options when building rpm (#3422)", 2020-05-19). The support for appending arguments was added to mkdeb.sh on commit 9a0fbbd71 ("mkdeb.sh.in: pass remaining arguments to ./configure", 2022-05-13) / PR #5154.
* build: use config.sh in more scriptsLibravatar Kelvin M. Klann2023-07-28
| | | | | | | This removes the need to manually pass variables such as `$(TARNAME)` and `$(VERSION)` to shell scripts in the root Makefile. Relates to #5140.
* build: fix shellcheck issues in mkrpm.sh/compile.shLibravatar Kelvin M. Klann2023-07-28
|
* editorconfig: add indentation rulesLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | Commands used to list the file extensions used in the project: $ git ls-files | sed -En 's/.*(\.[^.]+)$/\1/p' | LC_ALL=C sort | uniq -c For rules that are more specific to a given directory, put a dedicated .editorconfig file in it.
* *.sh: use consistent indentationLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Almost all of the shell scripts in the repository use tabs for indentation (or have no indentation at all): $ git grep -Il '^\t' -- '*.sh' | wc -l 19 $ git grep -Il '^ ' -- '*.sh' | wc -l 5 $ git grep -IL '^[ \t]' -- '*.sh' | wc -l 25 So do the same in the few shell scripts that currently use spaces for indentation. Except for the following file: * platform/rpm/mkrpm.sh Not sure if it's following a packaging-specific scheme, so just fix the one indentation inconsistency in it and otherwise leave it as is for now. Command used to search for shell scripts using spaces for indentation: $ git grep -In '^ ' -- '*.sh'
* Update copyright to 2023 (#5664)Libravatar David Fetter2023-02-15
|
* 2022 copyright updateLibravatar netblue302022-01-07
|
* rpm: fix man page location in spec fileLibravatar Reiner Herrmann2021-06-06
|
* jailtest -> jailcheck (#4268)Libravatar netblue302021-05-18
|
* build: include jailtest in rpmLibravatar Reiner Herrmann2021-02-21
|
* copyright updateLibravatar startx20172021-02-15
|
* build: include zsh completion in rpmLibravatar Reiner Herrmann2021-02-14
|
* include tests in rpm source tarballLibravatar Reiner Herrmann2020-10-24
|
* more on email changeLibravatar netblue302020-10-03
|
* ${RUNUSER} blacklisting + typoLibravatar rusty-snake2020-05-27
|
* Add configure options when building rpm (#3422)Libravatar Haowei Yu2020-05-19
|
* move copyright statement to 2020 (part 3) (#3182)Libravatar glitsj162020-01-24
| | | | | | | | | | * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020
* misc fixesLibravatar rusty-snake2019-08-26
| | | | | | - fix for #2038 - update RELNOTES - fix #2925
* move more copyright statements to 2019Libravatar smitsohu2019-02-07
|
* Misc fixesLibravatar Tad2018-08-22
|
* minor cleanupLibravatar netblue302018-08-19
|
* Replace all possible HTTP links with HTTPSLibravatar Tad2018-08-08
|
* centos testingLibravatar netblue302018-04-26
|
* Fix rpm buildLibravatar Tad2018-04-09
|
* rpm: install all files in lib directoryLibravatar Reiner Herrmann2018-01-23
|
* 0.9.52 testing0.9.52Libravatar netblue302017-12-12
|
* 0.9.52 testingLibravatar netblue302017-12-07
|
* typosLibravatar Reiner Herrmann2017-10-22
|
* extra priority is deprecated, switch to optionalLibravatar Reiner Herrmann2017-10-17
|
* Get rid of conffiles list, generate it during package buildLibravatar Reiner Herrmann2017-10-17
|
* fixed make debLibravatar netblue302017-10-16
|
* add xcalc profileLibravatar netblue302017-10-09
|
* rpm: firejail-config manpage no longer existsLibravatar Reiner Herrmann2017-09-30
| | | | Fixes #1583
* make rpmLibravatar startx20172017-09-23
|
* make debLibravatar startx20172017-09-23
|
* added ffmpeg.profile, removed ssh-agent from firecfgLibravatar netblue302017-09-21
|
* whitelisting /varLibravatar netblue302017-09-17
|
* merge fixes from 0.9.50-bugfixes branchLibravatar netblue302017-09-11
|
* Add a profile for MinetestLibravatar Tad2017-09-06
|
* merge yandex browserLibravatar netblue302017-09-02
|
* Improve seccomp support for non-x86 architecturesLibravatar Topi Miettinen2017-09-02
|
* 0.9.50~rc1Libravatar netblue302017-08-28
|
* deb, rpmLibravatar netblue302017-08-23
|
* Add a profile for NeverballLibravatar Tad2017-08-22
|