From a34182b755643aa832e82595f6a4fead009d862a Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:45:01 -0400 Subject: [PATCH 1/2] adjust the folder location --- birdhouse/deployment/deploy-data-xclim-testdata-to-thredds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdhouse/deployment/deploy-data-xclim-testdata-to-thredds.yml b/birdhouse/deployment/deploy-data-xclim-testdata-to-thredds.yml index e8d4bda8c..935321261 100644 --- a/birdhouse/deployment/deploy-data-xclim-testdata-to-thredds.yml +++ b/birdhouse/deployment/deploy-data-xclim-testdata-to-thredds.yml @@ -5,7 +5,7 @@ deploy: checkout_name: xclim-testdata dir_maps: # rsync content below source_dir into dest_dir - - source_dir: . + - source_dir: ./data dest_dir: /data/datasets/testdata/xclim # only sync .nc files rsync_extra_opts: --include=*/ --include=*.nc --exclude=* From 6657bf8dae3541211bacf95214044faf50964ae9 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:23:10 -0400 Subject: [PATCH 2/2] update CHANGES.md --- CHANGES.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 47b10f1df..f32f57494 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,17 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Changes + +- xclim-testdata: adapt repository cloning script to the new data structure + + The `xclim-testdata` repo has been restructured to include the data in a `data` subdirectory. + This change updates the cloning script to account for this new structure and to ensure that the + user experience is consistent with the previous version. + + See: + * [xclim-testdata PR/29](https://github.com/Ouranosinc/xclim-testdata/pull/29) + * [xclim PR/1889](https://github.com/Ouranosinc/xclim/pull/1889) [2.5.2](https://github.com/bird-house/birdhouse-deploy/tree/2.5.2) (2024-07-19) ------------------------------------------------------------------------------------------------------------------