From a9bc30fa3ef72e60e6a784e23510242b078cf3ae Mon Sep 17 00:00:00 2001
From: Maksim Melnik Storetvedt <maksim.melnik.storetvedt@cern.ch>
Date: Thu, 26 Nov 2020 15:23:43 +0000
Subject: [PATCH] Remove build system warning (now resolved).

---
 docs/site/ce_guide.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/site/ce_guide.md b/docs/site/ce_guide.md
index 9e5579e..a42a25f 100644
--- a/docs/site/ce_guide.md
+++ b/docs/site/ce_guide.md
@@ -2,13 +2,6 @@
 
 This guide provides instructions on setting up JAliEn Computing Element (CE) by either running directly from CVMFS [(Option 1)](#option-1-running-from-cvmfs), or by cloning the JAliEn Git repository [(Option 2)](#option-2-compile-from-source).
 
-!!! warning "Update from 9/11/20"
-    Due to dependency issues in the build system, we are currently unable to push new JAliEn tags into CVMFS.
-    Consequently, the JAliEn builds given by alienv now are __severely outdated__.
-
-    For now, please use [Option 2](#option-2-compile-from-source) when setting up a CE, with this fork: ```https://gitlab.cern.ch/mstoretv/jalien.git```
-    It contains a workaround that will point JobAgents to a different CVMFS directory - one that we are able to update independently of the build system.
-
 ## Option 1: Running from CVMFS
 
 This approach only requires CVMFS and a valid Grid certificate or a user/host token in ```~/.globus```. It is the simplest approach for getting a CE up and running, but configuration is limited to the options given in the config files. 
-- 
GitLab