about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-11-29 21:18:08 +0100
committerGitHub <noreply@github.com>2018-11-29 21:18:08 +0100
commit43762227f89acb8d882475d206752987688e4a98 (patch)
tree389f2c1c0edd1dacd6460a21c2916dbf80dd4eb0 /nixos/doc
parent7b77c7ff9332c68c24f2cfb72ba716a2b89915e1 (diff)
parent3caeeabb1484358b5d6d63f346767dc1764c424a (diff)
downloadnixlib-43762227f89acb8d882475d206752987688e4a98.tar
nixlib-43762227f89acb8d882475d206752987688e4a98.tar.gz
nixlib-43762227f89acb8d882475d206752987688e4a98.tar.bz2
nixlib-43762227f89acb8d882475d206752987688e4a98.tar.lz
nixlib-43762227f89acb8d882475d206752987688e4a98.tar.xz
nixlib-43762227f89acb8d882475d206752987688e4a98.tar.zst
nixlib-43762227f89acb8d882475d206752987688e4a98.zip
Merge pull request #49385 from krav/gitlab-shell-authorized-keys
gitlab-shell: 8.3.3->8.4.1, fix hardcoded paths
Diffstat (limited to 'nixos/doc')
-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>