From 70adb3d1dcddf358bdf48b439cfd2d841f784aac Mon Sep 17 00:00:00 2001 From: Valentin Seitz Date: Fri, 8 Dec 2023 20:07:52 +0100 Subject: [PATCH 1/3] added lfs config to redirect lfs server --- .lfsconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .lfsconfig diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 000000000..727badd6d --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = http://precice-tests.informatik.uni-stuttgart.de/precice/tutorials.git/info/lfs \ No newline at end of file From 2aa1007d93a2ae41a8314b887374f42c0cd03551 Mon Sep 17 00:00:00 2001 From: Valentin Seitz Date: Fri, 8 Dec 2023 20:18:41 +0100 Subject: [PATCH 2/3] add short paragraph on lfs usage --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a80f1f0a8..f8a1c5541 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,9 @@ The purpose of these cases is not to teach you how to use preCICE from scratch, As a general rule, you can start each participant from inside their `/-` using `./run.sh`. Look into these short scripts and copy the parts you need for your new case. Before running again, execute the cleaning scripts you can find at each level, to clean from this point and deeper. Contributions to this repository are very welcome. Please refer to the page [Contribute to preCICE](https://precice.org/community-contribute-to-precice.html) for a few guidelines and hints to help you in this direction. + +## LFS usage + +Since we rely on LFS to version systemtest artifacts like reference solutions, we host our own LFS server. +Please note, that during a small phase of initial setup, this server might not be reachable from your machine. +Therefore your git lfs fetch might fail. \ No newline at end of file From 9c5d45871ff81b3d74842865a180111a4cedfd67 Mon Sep 17 00:00:00 2001 From: Valentin Seitz Date: Fri, 8 Dec 2023 20:32:35 +0100 Subject: [PATCH 3/3] make linter happy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8a1c5541..d3fffc7f2 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Contributions to this repository are very welcome. Please refer to the page [Con Since we rely on LFS to version systemtest artifacts like reference solutions, we host our own LFS server. Please note, that during a small phase of initial setup, this server might not be reachable from your machine. -Therefore your git lfs fetch might fail. \ No newline at end of file +Therefore your git lfs fetch might fail.