From 2fe124d847d998f37a88ea33560ad1a26ad27ded Mon Sep 17 00:00:00 2001 From: Stuart Woodman Date: Mon, 24 Jun 2024 10:01:10 +1000 Subject: [PATCH 1/3] Update Dockerfile to test iso19115 linkage changes --- ckan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 2f096463..47a0ad64 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -54,7 +54,7 @@ RUN pip install -r /tmp/spatial-reqs.txt RUN pip install -e "git+https://github.com/AuScope/ckanext-doi.git@auscope_customise#egg=ckanext-doi" ### ISO19115 extension ### -RUN pip install -e "git+https://github.com/AuScope/ckanext-iso19115.git@auscope_data_repo_customise#egg=ckanext-iso19115" +RUN pip install -e "git+https://github.com/AuScope/ckanext-iso19115.git@AusDataRepo-208-Refine-Linkage-URL#egg=ckanext-iso19115" ### Contact extension ### RUN pip install ckanext-contact From fd7cbc2cd634a32f1f27a250f90427f1069a5b1d Mon Sep 17 00:00:00 2001 From: Stuart Woodman Date: Mon, 24 Jun 2024 12:19:45 +1000 Subject: [PATCH 2/3] Trigger build for iso19115 linkage URL changes (use site_url) --- remove_me.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remove_me.txt b/remove_me.txt index 66a19cdd..e0a0c1cc 100644 --- a/remove_me.txt +++ b/remove_me.txt @@ -1,2 +1,2 @@ This file used solely for dev-data branch to trigger new build. -7 \ No newline at end of file +8 From 587b9197f9bb68d180046a309be049b757ad43dc Mon Sep 17 00:00:00 2001 From: Stuart Woodman Date: Mon, 24 Jun 2024 13:59:33 +1000 Subject: [PATCH 3/3] Update Dockerfile, revert iso19115 extension branch post-testing --- ckan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 47a0ad64..2f096463 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -54,7 +54,7 @@ RUN pip install -r /tmp/spatial-reqs.txt RUN pip install -e "git+https://github.com/AuScope/ckanext-doi.git@auscope_customise#egg=ckanext-doi" ### ISO19115 extension ### -RUN pip install -e "git+https://github.com/AuScope/ckanext-iso19115.git@AusDataRepo-208-Refine-Linkage-URL#egg=ckanext-iso19115" +RUN pip install -e "git+https://github.com/AuScope/ckanext-iso19115.git@auscope_data_repo_customise#egg=ckanext-iso19115" ### Contact extension ### RUN pip install ckanext-contact