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>
This commit is contained in:
Dirk Hohndel 2020-04-26 16:36:27 -07:00
parent 2021035cfc
commit da953fa18a
19 changed files with 29 additions and 29 deletions

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "libdivecomputer"] [submodule "libdivecomputer"]
path = libdivecomputer path = libdivecomputer
url = git://github.com/Subsurface-divelog/libdc.git url = git://github.com/Subsurface/libdc.git
branch = Subsurface-NG branch = Subsurface-NG

View file

@ -402,4 +402,4 @@ match ExtraWhitespace /\s\+$\| \+\ze\t/
``` ```
[1]: http://doc.qt.io/qt-5/qstring.html#manipulating-string-data [1]: http://doc.qt.io/qt-5/qstring.html#manipulating-string-data
[2]: https://github.com/Subsurface-divelog/subsurface/blob/master/core/membuffer.h [2]: https://github.com/Subsurface/subsurface/blob/master/core/membuffer.h

View file

@ -81,9 +81,9 @@ In order to make reviews simpler and have contributions merged faster in the cod
[2]: http://freenode.net/ [2]: http://freenode.net/
[3]: https://www.transifex.com/ [3]: https://www.transifex.com/
[4]: https://www.transifex.com/projects/p/subsurface/ [4]: https://www.transifex.com/projects/p/subsurface/
[5]: https://github.com/Subsurface-divelog/subsurface/issues [5]: https://github.com/Subsurface/subsurface/issues
[6]: https://github.com/Subsurface-divelog/subsurface/pulls [6]: https://github.com/Subsurface/subsurface/pulls
[7]: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html [7]: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
[8]: https://gerrit-review.googlesource.com/Documentation/user-signedoffby.html [8]: https://gerrit-review.googlesource.com/Documentation/user-signedoffby.html
[9]: https://subsurface-divelog.org/wp-content/uploads/2011/10/Screenshot-gitk-subsurface-1.png "Example with gitk" [9]: https://subsurface-divelog.org/wp-content/uploads/2011/10/Screenshot-gitk-subsurface-1.png "Example with gitk"
[10]: https://github.com/Subsurface-divelog/subsurface/blob/master/CodingStyle [10]: https://github.com/Subsurface/subsurface/blob/master/CodingStyle

View file

@ -133,7 +133,7 @@ msgid ""
"https://subsurface-divelog.org/[_Subsurface_ web site]. Please discuss " "https://subsurface-divelog.org/[_Subsurface_ web site]. Please discuss "
"issues with this program by sending an email to " "issues with this program by sending an email to "
"mailto:subsurface@subsurface-divelog.org[our mailing list] and report bugs " "mailto:subsurface@subsurface-divelog.org[our mailing list] and report bugs "
"at https://github.com/Subsurface-divelog/subsurface/issues[our bugtracker]. " "at https://github.com/Subsurface/subsurface/issues[our bugtracker]. "
"For instructions on how to build the software and (if needed) its " "For instructions on how to build the software and (if needed) its "
"dependencies please consult the INSTALL file included with the source code." "dependencies please consult the INSTALL file included with the source code."
msgstr "" msgstr ""

View file

@ -33,7 +33,7 @@ the software, consult the _Downloads_ page on the
https://subsurface-divelog.org/[_Subsurface_ web site]. https://subsurface-divelog.org/[_Subsurface_ web site].
Please discuss issues with this program by sending an email to Please discuss issues with this program by sending an email to
mailto:subsurface@subsurface-divelog.org[our mailing list] and report bugs at mailto:subsurface@subsurface-divelog.org[our mailing list] and report bugs at
https://github.com/Subsurface-divelog/subsurface/issues[our bugtracker]. For instructions on how to build the https://github.com/Subsurface/subsurface/issues[our bugtracker]. For instructions on how to build the
software and (if needed) its dependencies please consult the INSTALL file software and (if needed) its dependencies please consult the INSTALL file
included with the source code. included with the source code.

View file

@ -59,7 +59,7 @@ Este manual explica como utilizar el programa _Subsurface_. Para instalar
el software, consulta la página Descargas en https://subsurface-divelog.org/[la el software, consulta la página Descargas en https://subsurface-divelog.org/[la
web]. Por favor, comenta los problemas que tengas con este programa enviando un web]. Por favor, comenta los problemas que tengas con este programa enviando un
mail a mailto:subsurface@subsurface-divelog.org[nuestra lista de correo] e informa de mail a mailto:subsurface@subsurface-divelog.org[nuestra lista de correo] e informa de
fallos en https://github.com/Subsurface-divelog/subsurface/issues[nuestro bugtracker]. fallos en https://github.com/Subsurface/subsurface/issues[nuestro bugtracker].
Para instrucciones acerca de como compilar el software y (en caso necesario) Para instrucciones acerca de como compilar el software y (en caso necesario)
sus dependencias, por favor, consulta el archivo INSTALL incluido con el código sus dependencias, por favor, consulta el archivo INSTALL incluido con el código
fuente. fuente.

View file

@ -57,7 +57,7 @@ moet installeren staat uitgelegd op _Downloaden_ page on the
https://subsurface-divelog.org/[_Subsurface_ website]. Vragen over of problemen met https://subsurface-divelog.org/[_Subsurface_ website]. Vragen over of problemen met
het programma kunnen bij de ontwikkelaars gemeld worden via email op het programma kunnen bij de ontwikkelaars gemeld worden via email op
mailto:subsurface@subsurface-divelog.org[onze mailinglijst]. Fouten kunnen mailto:subsurface@subsurface-divelog.org[onze mailinglijst]. Fouten kunnen
ook gemeld worden op https://github.com/Subsurface-divelog/subsurface/issues[onze bugtracker]. ook gemeld worden op https://github.com/Subsurface/subsurface/issues[onze bugtracker].
Instructies hoe _Subsurface_ zelf te compileren vanuit de broncode staan ook op Instructies hoe _Subsurface_ zelf te compileren vanuit de broncode staan ook op
onze website en in het INSTALL bestand in de broncode. onze website en in het INSTALL bestand in de broncode.

View file

@ -55,7 +55,7 @@ libdivecomputer.
обратитесь к странице _Downloads_ на http://subsurface-divelog.org/[веб-сайте обратитесь к странице _Downloads_ на http://subsurface-divelog.org/[веб-сайте
_Subsurface_]. Вы можете обсудить эту программу, отправив email на адрес _Subsurface_]. Вы можете обсудить эту программу, отправив email на адрес
mailto:subsurface@subsurface-divelog.org[списка рассылки] и сообщить об ошибках на сайте mailto:subsurface@subsurface-divelog.org[списка рассылки] и сообщить об ошибках на сайте
https://github.com/Subsurface-divelog/subsurface/issues[треккера ошибок]. Инструкции по самостоятельной сборке https://github.com/Subsurface/subsurface/issues[треккера ошибок]. Инструкции по самостоятельной сборке
_Subsurface_ и, если необходимо, зависимостей, описаны в файле INSTALL, распространяемом _Subsurface_ и, если необходимо, зависимостей, описаны в файле INSTALL, распространяемом
вместе с исходными текстами. вместе с исходными текстами.

View file

@ -18,7 +18,7 @@ Getting Subsurface source
You can get the sources to the latest development version from our git You can get the sources to the latest development version from our git
repository: repository:
git clone http://github.com/Subsurface-divelog/subsurface.git git clone http://github.com/Subsurface/subsurface.git
You keep it updated by doing: You keep it updated by doing:
git checkout master git checkout master
@ -31,7 +31,7 @@ Getting our flavor of libdivecomputer
All our prebuilt binaries (see https://subsurface-divelog.org/download) All our prebuilt binaries (see https://subsurface-divelog.org/download)
are built using our own custom "flavor" of libdivecomputer are built using our own custom "flavor" of libdivecomputer
see https://github.com/Subsurface-divelog/libdc.git see https://github.com/Subsurface/libdc.git
In order to get the modified sources, do In order to get the modified sources, do
- locate yourself in the subsurface repo on your local computer - locate yourself in the subsurface repo on your local computer
@ -213,7 +213,7 @@ like this:
mkdir -p ~/src mkdir -p ~/src
cd ~/src cd ~/src
git clone https://github.com/Subsurface-divelog/subsurface.git git clone https://github.com/Subsurface/subsurface.git
./subsurface/scripts/build.sh # <- this step will take quite a while as it ./subsurface/scripts/build.sh # <- this step will take quite a while as it
# compiles a handful of libraries before # compiles a handful of libraries before
# building Subsurface # building Subsurface

View file

@ -10,14 +10,14 @@ Subsurface can be found at http://subsurface-divelog.org
Our user forum is at http://subsurface-divelog.org/user-forum/ Our user forum is at http://subsurface-divelog.org/user-forum/
Report bugs and issues at Report bugs and issues at
https://github.com/Subsurface-divelog/subsurface/issues https://github.com/Subsurface/subsurface/issues
License: GPLv2 License: GPLv2
We frequently make new test versions of Subsurface available at We frequently make new test versions of Subsurface available at
http://subsurface-divelog.org/downloads/test/ and you always can get the http://subsurface-divelog.org/downloads/test/ and you always can get the
latest builds (with some caveats about installability) at latest builds (with some caveats about installability) at
https://github.com/Subsurface-divelog/subsurface/releases/tag/continuous https://github.com/subsurface/subsurface/releases/tag/ci-release
These tend to contain the latest bug fixes and features, but also These tend to contain the latest bug fixes and features, but also
occasionally the latest bugs and issues. Please understand when using them occasionally the latest bugs and issues. Please understand when using them
@ -27,11 +27,11 @@ You can get the sources to the latest development version from the git
repository: repository:
``` ```
git clone https://github.com/Subsurface-divelog/subsurface.git git clone https://github.com/Subsurface/subsurface.git
``` ```
You can also fork the repository and browse the sources at the same site, You can also fork the repository and browse the sources at the same site,
simply using https://github.com/Subsurface-divelog/subsurface simply using https://github.com/Subsurface/subsurface
If you want the latest release (instead of the bleeding edge If you want the latest release (instead of the bleeding edge
development version) you can either get this via git or the release tar development version) you can either get this via git or the release tar
@ -102,7 +102,7 @@ Go to http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
to subscribe. to subscribe.
If you want to contribute code, please open a pull request with signed-off If you want to contribute code, please open a pull request with signed-off
commits at https://github.com/Subsurface-divelog/subsurface/pulls commits at https://github.com/Subsurface/subsurface/pulls
(alternatively, you can also send your patches as emails to the developer (alternatively, you can also send your patches as emails to the developer
mailing list). mailing list).

View file

@ -21,14 +21,14 @@
</description> </description>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://raw.githubusercontent.com/Subsurface-divelog/subsurface/master/appdata/main.png</image> <image>https://raw.githubusercontent.com/Subsurface/subsurface/master/appdata/main.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/Subsurface-divelog/subsurface/master/appdata/diveplanner.png</image> <image>https://raw.githubusercontent.com/Subsurface/subsurface/master/appdata/diveplanner.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://subsurface-divelog.org</url> <url type="homepage">https://subsurface-divelog.org</url>
<url type="bugtracker">https://github.com/Subsurface-divelog/subsurface/issues</url> <url type="bugtracker">https://github.com/Subsurface/subsurface/issues</url>
<url type="faq">https://subsurface-divelog.org/faq/</url> <url type="faq">https://subsurface-divelog.org/faq/</url>
<url type="help">https://subsurface-divelog.org/documentation/</url> <url type="help">https://subsurface-divelog.org/documentation/</url>
<url type="translate">https://www.transifex.com/subsurface/subsurface/</url> <url type="translate">https://www.transifex.com/subsurface/subsurface/</url>

View file

@ -9,7 +9,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec
exit 1; exit 1;
fi fi
if [[ ! -d googlemaps ]] ; then if [[ ! -d googlemaps ]] ; then
echo "Please make sure you have the current master of git://github.com/Subsurface-divelog/googlemaps" echo "Please make sure you have the current master of git://github.com/Subsurface/googlemaps"
echo "checked out in parallel to the Subsurface directory" echo "checked out in parallel to the Subsurface directory"
exit 1; exit 1;
fi fi

View file

@ -12,7 +12,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec
exit 1; exit 1;
fi fi
if [[ ! -d googlemaps ]] ; then if [[ ! -d googlemaps ]] ; then
echo "Please make sure you have the current master of git://github.com/Subsurface-divelog/googlemaps" echo "Please make sure you have the current master of git://github.com/Subsurface/googlemaps"
echo "checked out in parallel to the Subsurface directory" echo "checked out in parallel to the Subsurface directory"
exit 1; exit 1;
fi fi

View file

@ -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 # 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) # 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 RUN bash -e -x ./subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit
# remove the source, but keep the install-root # remove the source, but keep the install-root

View file

@ -166,7 +166,7 @@ for package in "${PACKAGES[@]}" ; do
git_checkout_library breeze-icons $CURRENT_BREEZE_ICONS https://github.com/kde/breeze-icons.git git_checkout_library breeze-icons $CURRENT_BREEZE_ICONS https://github.com/kde/breeze-icons.git
;; ;;
googlemaps) 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) hidapi)
git_checkout_library hidapi master https://github.com/signal11/hidapi.git git_checkout_library hidapi master https://github.com/signal11/hidapi.git

View file

@ -28,6 +28,6 @@ sh -e /etc/init.d/xvfb start
# TestParsePerformance needs this data file to test XML parsing performance # TestParsePerformance needs this data file to test XML parsing performance
pushd .. 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 xzcat large-anonymous-sample-data/large-anon.ssrf.xz > subsurface/dives/large-anon.ssrf
popd popd

View file

@ -57,7 +57,7 @@ fi
echo "Get googlemaps" echo "Get googlemaps"
cd ${TRAVIS_BUILD_DIR}/.. cd ${TRAVIS_BUILD_DIR}/..
git clone https://github.com/Subsurface-divelog/googlemaps.git git clone https://github.com/Subsurface/googlemaps.git
echo "Get Grantlee" echo "Get Grantlee"
cd ${TRAVIS_BUILD_DIR}/.. cd ${TRAVIS_BUILD_DIR}/..

View file

@ -30,7 +30,7 @@ apps:
parts: parts:
googlemaps: googlemaps:
source: git://github.com/Subsurface-divelog/googlemaps.git source: git://github.com/Subsurface/googlemaps.git
build-packages: build-packages:
- wget - wget
override-pull: | override-pull: |

View file

@ -10,7 +10,7 @@
#include <QDebug> #include <QDebug>
#include <QNetworkProxy> #include <QNetworkProxy>
#define LARGE_TEST_REPO "https://github.com/Subsurface-divelog/large-anonymous-sample-data" #define LARGE_TEST_REPO "https://github.com/Subsurface/large-anonymous-sample-data"
void TestParsePerformance::initTestCase() void TestParsePerformance::initTestCase()
{ {