summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-08-04 02:08:26 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-08-04 02:29:45 +0200
commitd8fd06641ac9b7ce131afd5eaa626d60c8645b21 (patch)
tree2194a39263e4a048730f951a791b72aea01e6750 /nixos/doc
parentc39b6025d8fa8a77b6ac89e89400c595bf2bd2f0 (diff)
downloadnixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar.gz
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar.bz2
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar.lz
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar.xz
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.tar.zst
nixlib-d8fd06641ac9b7ce131afd5eaa626d60c8645b21.zip
gitlab module: split up gitlab-runner script
The name gitlab-runner clashes with a component of Gitlab CI with the
same name and only confuses people. It's now called gitlab-bundle and
a convenience-script gitlab-rake for easier invocation of rake tasks
was added. This was the primary use case of gitlab-runner.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1609.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1609.xml b/nixos/doc/manual/release-notes/rl-1609.xml
index 8dbf03ee42b4..7a85d5cd5cbc 100644
--- a/nixos/doc/manual/release-notes/rl-1609.xml
+++ b/nixos/doc/manual/release-notes/rl-1609.xml
@@ -42,10 +42,15 @@ following incompatible changes:</para>
   </listitem>
 
   <listitem>
-    <para>Redis now binds to 127.0.0.1 only instead of listening to all network interfaces. This is the default 
+    <para>Redis now binds to 127.0.0.1 only instead of listening to all network interfaces. This is the default
     behavior of Redis 3.2</para>
   </listitem>
 
+  <listitem>
+    <para>Gitlab's maintainence script gitlab-runner was removed and split up into the more clearer
+      gitlab-run and gitlab-rake scripts because gitlab-runner is a component of Gitlab CI.</para>
+  </listitem>
+
 </itemizedlist>