From 2f6920044ef851bcdaabe744098e9ec8db07798d Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 24 Feb 2024 21:20:09 -0300 Subject: ci: update top-level comment in .gitlab-ci.yml Format it for readability and update the descriptions to match the current jobs. --- .gitlab-ci.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ce1aa9ea..8d4ed2dc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,13 @@ -# Basic notes: builds firejail on 5 different systems for 2 package systems: -# 1. Debian-based systems. Use debian:jessie to ensure reasonable backwards -# compat and ubuntu:rolling for new setups -# 2. Redhat-based systems. Use centos:latest for reasonable backwards compat -# and fedora:latest for new setups -# 3. Alpine for installing directly from source -# Also builds apparmor package for Ubuntu LTS +# Builds on multiple systems using different package managers: +# +# - Debian-based systems: Use oldest working/supported debian image for +# reasonable backwards compatibility and ubuntu:rolling for new setups. +# Additionally, ensure that the package works without apparmor. +# +# - Redhat-based systems: Use a centos-like distribution for reasonable +# backwards compatibility and fedora:latest for new setups. +# +# - Alpine: Use it for installing directly from source. build_ubuntu_package: image: ubuntu:rolling -- cgit v1.2.3-54-g00ecf