Update OpenDataKit repo URLs

This commit is contained in:
Disassembler 2020-06-03 18:38:01 +02:00
parent f5416a4501
commit ea2ba79f96
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ RUN EOF
apk --no-cache add --virtual .deps build-base git linux-headers make npm openjdk8-jre-base postgresql-dev
# Clone ODK Build
git clone --depth 1 https://github.com/opendatakit/build /srv/opendatakit-build
git clone --depth 1 https://github.com/getodk/build /srv/opendatakit-build
# Install Ruby dependencies
cd /srv/opendatakit-build
@ -18,7 +18,7 @@ RUN EOF
rake deploy:build
# Clone build2xlsform
git clone --depth 1 https://github.com/opendatakit/build2xlsform /srv/build2xlsform
git clone --depth 1 https://github.com/getodk/build2xlsform /srv/build2xlsform
cd /srv/build2xlsform
make

View File

@ -3,7 +3,7 @@ FROM alpine3.11-tomcat8.5_8.5.53-200403
RUN EOF
# Download OpenDataKit
wget https://github.com/opendatakit/aggregate/releases/download/v2.0.5/ODK-Aggregate-v2.0.5.war -O /tmp/odk.war
wget https://github.com/getodk/aggregate/releases/download/v2.0.5/ODK-Aggregate-v2.0.5.war -O /tmp/odk.war
mkdir /srv/tomcat/webapps/ROOT
unzip /tmp/odk.war -d /srv/tomcat/webapps/ROOT