aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--RELNOTES1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8229c6575..38d121c49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build_ubuntu_package:
22 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc 22 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
23 23
24build_debian_package: 24build_debian_package:
25 image: debian:stretch 25 image: debian:buster
26 script: 26 script:
27 - apt-get update -qq 27 - apt-get update -qq
28 - > 28 - >
diff --git a/RELNOTES b/RELNOTES
index 63679af80..72bdeb8f7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -27,6 +27,7 @@ firejail (0.9.73) baseline; urgency=low
27 * ci: fix swapped name/email arguments in debian_ci (#5795) 27 * ci: fix swapped name/email arguments in debian_ci (#5795)
28 * ci: formatting and misc improvements (#5802) 28 * ci: formatting and misc improvements (#5802)
29 * ci: run for every branch instead of just master (#5815) 29 * ci: run for every branch instead of just master (#5815)
30 * ci: upgrade debian:stretch to debian:buster (#5818)
30 * test: split individual test groups in github workflows 31 * test: split individual test groups in github workflows
31 * test: add chroot, appimage and network tests in github workflows 32 * test: add chroot, appimage and network tests in github workflows
32 * docs: remove apparmor options in --help when building without apparmor 33 * docs: remove apparmor options in --help when building without apparmor