Skip to content

Commit 542e690

Browse files
authored
Merge pull request #233 from GenomicDataInfrastructure/fix-harvest-distribution
fixt(fdp) fix harvest distribution
2 parents 30a90d2 + d9efdf5 commit 542e690

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ckan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -eux; \
2323
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2424
-e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2525
'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
26-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.6#egg=ckanext-fairdatapoint \
26+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.7#egg=ckanext-fairdatapoint \
2727
-e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2828
for requirement in \
2929
ckanext-gdi-userportal \

ckan/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -eux; \
2222
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2323
-e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2424
'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
25-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.6#egg=ckanext-fairdatapoint \
25+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.7#egg=ckanext-fairdatapoint \
2626
-e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2727
for requirement in \
2828
ckanext-dcat \

src/ckanext-gdi-userportal

0 commit comments

Comments
 (0)