From ac96ea2127066eed3429066c5524caf9d5aa31f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Fri, 16 Jul 2021 13:28:10 +0200 Subject: [PATCH 1/2] Use specific commit for samples download --- share/openPMD/download_samples.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/openPMD/download_samples.sh b/share/openPMD/download_samples.sh index bdf17b7d9e..4055513e33 100755 --- a/share/openPMD/download_samples.sh +++ b/share/openPMD/download_samples.sh @@ -3,9 +3,9 @@ mkdir -p samples/git-sample/thetaMode mkdir -p samples/git-sample/3d-bp4 -curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-3d.tar.gz -curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-thetaMode.tar.gz -curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-3d-bp4.tar.gz +curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-3d.tar.gz +curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-thetaMode.tar.gz +curl -sOL https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-3d-bp4.tar.gz tar -xzf example-3d.tar.gz tar -xzf example-thetaMode.tar.gz tar -xzf example-3d-bp4.tar.gz From 0279e02546858b4cb886b3dee9c102e7f94b4c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Fri, 16 Jul 2021 15:13:48 +0200 Subject: [PATCH 2/2] Same for Windows tests --- share/openPMD/download_samples.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/openPMD/download_samples.ps1 b/share/openPMD/download_samples.ps1 index 84f1a7f498..07d51b74b7 100755 --- a/share/openPMD/download_samples.ps1 +++ b/share/openPMD/download_samples.ps1 @@ -1,8 +1,8 @@ New-item -ItemType directory -Name samples\git-sample\thetaMode\ New-item -ItemType directory -Name samples\git-sample\3d-bp4\ -Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-3d.tar.gz -OutFile example-3d.tar.gz -Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-thetaMode.tar.gz -OutFile example-thetaMode.tar.gz -Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/draft/example-3d-bp4.tar.gz -OutFile example-3d-bp4.tar.gz +Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-3d.tar.gz -OutFile example-3d.tar.gz +Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-thetaMode.tar.gz -OutFile example-thetaMode.tar.gz +Invoke-WebRequest https://github.com/openPMD/openPMD-example-datasets/raw/72545c4d6bcca2c258bffd2eabe38679b2507c80/example-3d-bp4.tar.gz -OutFile example-3d-bp4.tar.gz 7z.exe x -r example-3d.tar.gz 7z.exe x -r example-3d.tar 7z.exe x -r example-thetaMode.tar.gz