From 9548435627542d88d3ab89069f3dfb7e0b1e97a9 Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Tue, 1 Dec 2020 17:20:06 +0100
Subject: [PATCH] Use copies instead of links

---
 Conditions/VP/Alignment/Global.yml/400 | 10 +++++++++-
 Conditions/VP/conditions.yml/400       |  3 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)
 mode change 120000 => 100644 Conditions/VP/Alignment/Global.yml/400
 mode change 120000 => 100644 Conditions/VP/conditions.yml/400

diff --git a/Conditions/VP/Alignment/Global.yml/400 b/Conditions/VP/Alignment/Global.yml/400
deleted file mode 120000
index c227083464fb..000000000000
--- a/Conditions/VP/Alignment/Global.yml/400
+++ /dev/null
@@ -1 +0,0 @@
-0
\ No newline at end of file
diff --git a/Conditions/VP/Alignment/Global.yml/400 b/Conditions/VP/Alignment/Global.yml/400
new file mode 100644
index 000000000000..e57766227bf7
--- /dev/null
+++ b/Conditions/VP/Alignment/Global.yml/400
@@ -0,0 +1,9 @@
+VPSystem: !alignment
+  position: [0.0, 0.0, 0.0]
+  rotation: [0.0, 0.0, 0.0]
+VPLeft: !alignment
+  position: [0.0, 0.0, 0.0]
+  rotation: [0.0, 0.0, 0.0]
+VPRight: !alignment
+  position: [0.0, 0.0, 0.0]
+  rotation: [0.0, 0.0, 0.0]
diff --git a/Conditions/VP/conditions.yml/400 b/Conditions/VP/conditions.yml/400
deleted file mode 120000
index c227083464fb..000000000000
--- a/Conditions/VP/conditions.yml/400
+++ /dev/null
@@ -1 +0,0 @@
-0
\ No newline at end of file
diff --git a/Conditions/VP/conditions.yml/400 b/Conditions/VP/conditions.yml/400
new file mode 100644
index 000000000000..afcf06c1e8f0
--- /dev/null
+++ b/Conditions/VP/conditions.yml/400
@@ -0,0 +1,2 @@
+TestCond:
+  values: [4.2, 4.3, 4.4]
-- 
GitLab