aboutsummaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAge
* 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
|
* new MuseScore profile (#1477)Libravatar smitsohu2017-08-18
| | | | | | | | | | | | | | * add musescore profile * blacklist musescore * add musescore * add musescore * add tuxguitar, musescore * add tuxguitar, musescore
* Mark conffilesLibravatar Fred-Barclay2017-08-14
|
* Add TuxGuitar profile (#1453)Libravatar smitsohu2017-08-10
| | | | | | | | | | | | | | | | | | | | * add tuxguitar profile tested for versions < 1.3 * blacklist tuxguitar * add tuxguitar * add tuxguitar * add support for tuxguitar > 1.2 higher versions fail to launch without protocol=inet,inet6 and with noexec=~. Yet, net=none seems to be still tolerated, which comes handy to block talk with internet and dbus. * unbreak tuxguitar Internet access versions >= 1.3 actually run fine with net=none enabled, if the built-in internet dependent feature is not used
* Match RPM license tag with license set in COPYINGLibravatar Daniel Aleksandersen2017-08-10
| | | | Known license tag should be `GPLv2+`. https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#SoftwareLicenses
* mergesLibravatar Fred-Barclay2017-08-07
|
* Add rambox profile from #1425Libravatar Fred Barclay2017-08-02
|
* mergesLibravatar Fred-Barclay2017-07-30
|