From fab8d0174a4584b34908d309128ed2e27b42fd44 Mon Sep 17 00:00:00 2001 From: Nathan Luke Abraham Date: Wed, 12 Jan 2022 14:19:08 +0000 Subject: [PATCH 1/2] added how to reset MOSRS info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 258eb47..8920d91 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,8 @@ must be made in `group_vars/all.yml` (this is the default). The current roles wi After the `um-setup` command you will need to close and re-open a terminal. Availble suites for the VM can be found on the [UKCA Website](https://www.ukca.ac.uk/wiki/index.php/GA7.1_StratTrop_suites#Virtual_Machine_Development_Suites). + +To remove the existing MOSRS information, you need to delete the following file: + + rm .subversion/auth/svn.simple/2be6a67d04b1c8c6d879daafa52fd762 + From e4fdfa95b17448351d986a41bbce4e12d336e066 Mon Sep 17 00:00:00 2001 From: Nathan Luke Abraham Date: Wed, 15 Jun 2022 09:52:03 +0100 Subject: [PATCH 2/2] updated gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 81b3c99..7d431aa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ keys *.log inventory/ec2 new_user_credentials.csv +.vscode