diff options
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 | ||||
-rw-r--r-- | guix-env.scm | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 19136ff9..cbc79006 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -29,6 +29,8 @@ This chapter has important information about our current and previous releases. upgrade werkzeug (Ben Sturmfels) - Document that `gmg dbupdate` is required after some config changes (Rodrigo Martins) +- Add Docker and CI builds for Debian 11/Bullseye (Ben Sturmfels) +- Fix/document Guix setup for 100% passing test suite (Ben Sturmfels) 0.11.0 diff --git a/guix-env.scm b/guix-env.scm index 56eb6fd1..f5f3cac3 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -18,6 +18,11 @@ ;;; This file is also part of GNU MediaGoblin, but we're leaving it under GPLv3 ;;; for easy merge back and forth between Guix proper. ;;; +;;; Progress from the Guix side is being tracked in the following "meta" bug: +;;; +;;; Package GNU MediaGoblin as a Guix service: +;;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47260 +;;; ;;; ======================================== ;;; ;;; WORK IN PROGRESS - JOBS TO DO: |