Skip to content

Commit 33fae3e

Browse files
[Fixes #38]: "Update dev-datapackage references for version GN 4.4.3"
1 parent cc46700 commit 33fae3e

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "docker/geonode/geonode-mapstore-client"]
22
path = docker/geonode/geonode-mapstore-client
33
url = https://github.com/GeoNodeUserGroup-DE/geonode-mapstore-client/
4-
branch = datapackage_tabular-data
4+
branch = geonode-mapstore-client-v4.4.3+tabular001

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ All needed components are available as [Docker](https://www.docker.com/) images
88
The whole setup is based on the [Docker Blueprint for a GeoNode Installation](https://github.com/GeoNodeUserGroup-DE/geonode-blueprint-docker).
99
The blueprint is an opnionated GeoNode setup, but helps to keep everything necessary in one place to develop the datapackage feature which adds changes on multiple repositories:
1010

11-
- [GeoNodeUserGroup-DE/geonode/](https://github.com/GeoNodeUserGroup-DE/geonode/tree/datapackage_tabular-data) (branch `datapackage_tabular-data`)
12-
- [GeoNodeUserGroup-DE/geonode-mapstore-client/](https://github.com/GeoNodeUserGroup-DE/geonode-mapstore-client/tree/datapackage_tabular-data) (Branch `datapackage_tabular-data`)
13-
- https://github.com/GeoNodeUserGroup-DE/geonode-importer/
14-
- https://github.com/GeoNodeUserGroup-DE/importer-datapackage/
11+
GeoNode Relase 4.4.3 references:
12+
- [GeoNodeUserGroup-DE/geonode/](https://github.com/GeoNodeUserGroup-DE/geonode/tree/datapackage_tabular-data) (Release `geonode-v4.4.3+tabular001`)
13+
- [GeoNodeUserGroup-DE/geonode-mapstore-client/](https://github.com/GeoNodeUserGroup-DE/geonode-mapstore-client/tree/datapackage_tabular-data) (Release `geonode-mapstore-client-v4.4.3+tabular001`)
14+
- [GeoNodeUserGroup-DE/contrib_datapackage/] https://github.com/GeoNodeUserGroup-DE/importer-datapackage/ (Release `geonode-v4.4.3+datapackage001`)
1515

1616
Under `./.devcontainer` you find a configuration to run and debug the project as [`devcontainer`](https://containers.dev/).
1717
The setup integrates nicely with IDEs [like vs-code](https://code.visualstudio.com/docs/devcontainers/containers).

docker/geonode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM geonode/geonode:${BASE_IMAGE_VERSION}
55
# FIXME a submodule fails to build (error -> cannot replace directory .git to file)
66
RUN git remote add usergroup https://github.com/GeoNodeUserGroup-DE/geonode.git 2> /dev/null
77
RUN git fetch -q usergroup
8-
RUN git switch datapackage_tabular-data
8+
RUN git switch geonode-v4.4.3+tabular001
99

1010
COPY ./requirements.txt /usr/src/more_requirements.txt
1111
RUN yes w | pip install --src /usr/src -r /usr/src/more_requirements.txt

docker/geonode/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-e git+https://github.com/geosolutions-it/geonode-subsites@main#egg=geonode-subsites
2-
-e git+https://github.com/GeoNodeUserGroup-DE/contrib_datapackage.git@main#egg=importer_datapackage
2+
-e git+https://github.com/GeoNodeUserGroup-DE/contrib_datapackage.git@geonode-v4.4.3+datapackage001#egg=importer_datapackage
33
frictionless>=5.17.0

0 commit comments

Comments
 (0)