diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:30 -0700 |
commit | da953fa18a954379cc52fec85b2f30fa368aa940 (patch) | |
tree | 415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /scripts | |
parent | 2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff) | |
download | subsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz |
move GitHub url to the Subsurface org
Instead of using the Subsurface-divelog user on GitHub, we now use an org that
was generously donated to us.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/docker/trusty-qt512/Dockerfile | 2 | ||||
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 | ||||
-rw-r--r-- | scripts/linux/before_install.sh | 2 | ||||
-rw-r--r-- | scripts/windows/before_install.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/docker/trusty-qt512/Dockerfile b/scripts/docker/trusty-qt512/Dockerfile index 95310689d..1e21076c1 100644 --- a/scripts/docker/trusty-qt512/Dockerfile +++ b/scripts/docker/trusty-qt512/Dockerfile @@ -74,7 +74,7 @@ RUN apt-get remove -y libqt5core5a libqt5dbus5 libqt5gui5 ruby openssh-client # now build Subsurface once to populate the dependencies we don't get from # Ubuntu but that aren't really part of Subsurface (libgit, grantlee, googlemaps) -RUN git clone git://github.com/Subsurface-divelog/subsurface +RUN git clone git://github.com/Subsurface/subsurface RUN bash -e -x ./subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit # remove the source, but keep the install-root diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 29bece843..870b86ef7 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -166,7 +166,7 @@ for package in "${PACKAGES[@]}" ; do git_checkout_library breeze-icons $CURRENT_BREEZE_ICONS https://github.com/kde/breeze-icons.git ;; googlemaps) - git_checkout_library googlemaps master https://github.com/Subsurface-divelog/googlemaps.git + git_checkout_library googlemaps master https://github.com/Subsurface/googlemaps.git ;; hidapi) git_checkout_library hidapi master https://github.com/signal11/hidapi.git diff --git a/scripts/linux/before_install.sh b/scripts/linux/before_install.sh index 28e7bc0c5..f38ea4649 100644 --- a/scripts/linux/before_install.sh +++ b/scripts/linux/before_install.sh @@ -28,6 +28,6 @@ sh -e /etc/init.d/xvfb start # TestParsePerformance needs this data file to test XML parsing performance pushd .. -git clone https://github.com/Subsurface-divelog/large-anonymous-sample-data +git clone https://github.com/Subsurface/large-anonymous-sample-data xzcat large-anonymous-sample-data/large-anon.ssrf.xz > subsurface/dives/large-anon.ssrf popd diff --git a/scripts/windows/before_install.sh b/scripts/windows/before_install.sh index 092488a50..1317e7288 100644 --- a/scripts/windows/before_install.sh +++ b/scripts/windows/before_install.sh @@ -57,7 +57,7 @@ fi echo "Get googlemaps" cd ${TRAVIS_BUILD_DIR}/.. -git clone https://github.com/Subsurface-divelog/googlemaps.git +git clone https://github.com/Subsurface/googlemaps.git echo "Get Grantlee" cd ${TRAVIS_BUILD_DIR}/.. |