diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 13:50:57 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 13:50:57 +1100 |
commit | f28ea2b9bc795e830c763236c5171f700efbc646 (patch) | |
tree | 1fcfc78b2203db697804a935740faa8c65c91a48 | |
parent | 4d610b43f0900187014cd125bbaea47d95e4777d (diff) | |
download | mediagoblin-f28ea2b9bc795e830c763236c5171f700efbc646.tar.lz mediagoblin-f28ea2b9bc795e830c763236c5171f700efbc646.tar.xz mediagoblin-f28ea2b9bc795e830c763236c5171f700efbc646.zip |
Note Guix "meta" issue tracking the packaging process.
-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: |