about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-11-28 19:16:33 +0100
committerFlorian Klink <flokli@flokli.de>2018-11-28 23:09:23 +0100
commit3caeeabb1484358b5d6d63f346767dc1764c424a (patch)
treed8461cf5957bf3710469c4010e5eccda9d3b8e3c /nixos/doc/manual/release-notes
parenta3ec5dce2bcc7b346acd7a507821dc2bc105fbac (diff)
downloadnixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar.gz
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar.bz2
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar.lz
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar.xz
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.tar.zst
nixlib-3caeeabb1484358b5d6d63f346767dc1764c424a.zip
gitlab: stop regenerating the authorized_keys file
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index cedd5fc21c6d..376a5355f7c9 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -241,8 +241,22 @@
      (<literal>networking.firewall.interfaces.default.*</literal>), and assigning
      to this pseudo device will override the (<literal>networking.firewall.allow*</literal>)
      options.
-    </para>
-   </listitem>
+   </para>
+  </listitem>
+  <listitem>
+   <para>
+     GitLab Shell previously used the nix store paths for the
+     <literal>gitlab-shell</literal> command in its
+     <literal>authorized_keys</literal> file, which might stop working after
+     garbage collection. To circumvent that, we regenerated that file on each
+     startup.  As <literal>gitlab-shell</literal> has now been changed to use
+     <literal>/var/run/current-system/sw/bin/gitlab-shell</literal>, this is
+     not necessary anymore, but there might be leftover lines with a nix store
+     path. Regenerate the <literal>authorized_keys</literal> file via
+     <command>sudo -u git -H gitlab-rake gitlab:shell:setup</command> in that
+     case.
+   </para>
+  </listitem>
   </itemizedlist>
  </section>