forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from mjanez/ckan-2.10.5
Update ckanext-harvest to mjanez version to enhance privacy and security for remote harvesting
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ COPY req_fixes req_fixes | |
|
||
# CKAN configuration & extensions | ||
## XLoader - 1.0.1-stable (mjanez/Forked fixed version) ## | ||
## Harvest - v1.5.6 (Worker with supervisor) ## | ||
## Harvest - v1.5.6 (mjanez Enhanced Privacy and Security for Remote Harvesting) ## | ||
## Geoview - v0.2.0 ## | ||
## Spatial - v2.1.1 ## | ||
## DCAT - v1.8.0 (Latest stable version of ckanext-dcat with minor fixes) ## | ||
|
@@ -37,7 +37,7 @@ RUN echo ${TZ} > /etc/timezone && \ | |
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-xloader/requirements.txt && \ | ||
pip3 install --no-cache-dir -U requests[security] && \ | ||
echo "ckan/ckanext-harvest" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/[email protected]#egg=ckanext-harvest && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/mjanez/[email protected]#egg=ckanext-harvest && \ | ||
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-harvest/requirements.txt && \ | ||
echo "ckan/ckanext-geoview" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/[email protected]#egg=ckanext-geoview && \ | ||
|