Skip to content

Commit 370b9db

Browse files
author
netblue30
committed
gitlab pipeline fixes
1 parent 018d757 commit 370b9db

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build_ubuntu_package:
1111
- apt-get update -qq
1212
- apt-get install -y -qq build-essential lintian pkg-config python3
1313
- ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb
14-
- python3 contrib/sort.py etc/*.{profile,inc}
14+
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
1515

1616
build_debian_package:
1717
image: debian:stretch
@@ -33,7 +33,7 @@ build_fedora_package:
3333
- dnf update -y
3434
- dnf install -y rpm-build gcc make
3535
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
36-
- python3 contrib/sort.py etc/*.{profile,inc}
36+
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
3737

3838
build_src_package:
3939
image: alpine:latest

RELNOTES

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ firejail (0.9.63) baseline; urgency=low
88
* DHCP client support
99
* SELinux labeling support
1010
* custom 32-bit seccomp filter support
11-
* restrict ${RUNUSER} in serveral profiles
11+
* restrict ${RUNUSER} in several profiles
1212
* whitelist globbing
1313
* mkdir and mkfile support for /run/user directory
1414
* new condition: HAS_NOSOUND
@@ -27,8 +27,9 @@ firejail (0.9.63) baseline; urgency=low
2727
* new profiles: gnome-tetravex, blobwars, gravity-beams-and-evaporating-stars
2828
* new profiles: hyperrogue, jumpnbump-menu, jumpnbump, magicor, mindless
2929
* new profiles: mirrormagic, mrrescue, scorched3d-wrapper, scorchwentbonkers
30-
* new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski, five-or-more
31-
* new profiles: swell-foop, fdns
30+
* new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski
31+
* new profiles: swell-foop, fdns, five-or-more
32+
-- netblue30 <[email protected]> Tue, 21 Apr 2020 08:00:00 -0500
3233

3334
firejail (0.9.62) baseline; urgency=low
3435
* added file-copy-limit in /etc/firejail/firejail.config
@@ -56,7 +57,7 @@ firejail (0.9.62) baseline; urgency=low
5657
* new profiles: kalgebramobile, signal-cli, amuled, kfind, profanity
5758
* new profiles: audio-recorder, cameramonitor, ddgtk, drawio, unf, gmpc
5859
* new profiles: electron-mail, gist, gist-paste
59-
-- netblue30 <[email protected]> Sat, 1 Jun 2019 08:00:00 -0500
60+
-- netblue30 <[email protected]> Sat, 28 Dec 2019 08:00:00 -0500
6061

6162
firejail (0.9.60) baseline; urgency=low
6263
* security bug reported by Austin Morton:

0 commit comments

Comments
 (0)