mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
gitlab
This commit is contained in:
parent
370b9db392
commit
42fdea77f2
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ build_ubuntu_package:
|
|||
- apt-get update -qq
|
||||
- apt-get install -y -qq build-essential lintian pkg-config python3
|
||||
- ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
|
||||
build_debian_package:
|
||||
image: debian:stretch
|
||||
|
|
@ -33,7 +33,7 @@ build_fedora_package:
|
|||
- dnf update -y
|
||||
- dnf install -y rpm-build gcc make
|
||||
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
|
||||
build_src_package:
|
||||
image: alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue