From 97d3045dc0ca4d41fd2b951b70c4ac40ee210603 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 14 Mar 2015 19:20:45 +0100
Subject: [PATCH] docs: autoupdater: remove parts only relevant for Gluon
 versions before v2014.3

---
 docs/features/autoupdater.rst | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst
index 388cc4786..983027de6 100644
--- a/docs/features/autoupdater.rst
+++ b/docs/features/autoupdater.rst
@@ -34,7 +34,6 @@ A fully automated nightly build could use the following commands:
 
     rm -rf /where/to/put/this/experimental
     cp -r images /where/to/put/this/experimental
-    ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest
 
 
 Infrastructure
@@ -55,10 +54,6 @@ We suggest to have following directory tree accessible via http:
                     sysupgrade/
                     factory/
 
-The last level is generated by the Gluon build process. Do not forget
-to create symlinks from ``manifest`` to ``<branch>.manifest`` in the
-sysupgrade directories to allow upgrades from Gluon versions before 2014.3.
-
 The server should be available via IPv6.
 
 Command Line
-- 
GitLab