Skip to content

Commit

Permalink
move GitHub url to the Subsurface org
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dirkhh committed Apr 26, 2020
1 parent 2021035 commit da953fa
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "libdivecomputer"]
path = libdivecomputer
url = git://github.com/Subsurface-divelog/libdc.git
url = git://github.com/Subsurface/libdc.git
branch = Subsurface-NG
2 changes: 1 addition & 1 deletion CODINGSTYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ match ExtraWhitespace /\s\+$\| \+\ze\t/
```
[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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ In order to make reviews simpler and have contributions merged faster in the cod
[2]: http://freenode.net/
[3]: https://www.transifex.com/
[4]: https://www.transifex.com/projects/p/subsurface/
[5]: https://github.com/Subsurface-divelog/subsurface/issues
[6]: https://github.com/Subsurface-divelog/subsurface/pulls
[5]: https://github.com/Subsurface/subsurface/issues
[6]: https://github.com/Subsurface/subsurface/pulls
[7]: https://www.kernel.org/pub/software/scm/git/docs/user-manual.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"
[10]: https://github.com/Subsurface-divelog/subsurface/blob/master/CodingStyle
[10]: https://github.com/Subsurface/subsurface/blob/master/CodingStyle
2 changes: 1 addition & 1 deletion Documentation/50-pot/subsurface-user-manual.pot
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ msgid ""
"https://subsurface-divelog.org/[_Subsurface_ web site]. Please discuss "
"issues with this program by sending an email to "
"mailto:[email protected][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 "
"dependencies please consult the INSTALL file included with the source code."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the software, consult the _Downloads_ page on the
https://subsurface-divelog.org/[_Subsurface_ web site].
Please discuss issues with this program by sending an email to
mailto:[email protected][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
included with the source code.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/user-manual_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
web]. Por favor, comenta los problemas que tengas con este programa enviando un
mail a mailto:[email protected][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)
sus dependencias, por favor, consulta el archivo INSTALL incluido con el código
fuente.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/user-manual_nl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ moet installeren staat uitgelegd op _Downloaden_ page on the
https://subsurface-divelog.org/[_Subsurface_ website]. Vragen over of problemen met
het programma kunnen bij de ontwikkelaars gemeld worden via email op
mailto:[email protected][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
onze website en in het INSTALL bestand in de broncode.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/user-manual_ru.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ libdivecomputer.
обратитесь к странице _Downloads_ на http://subsurface-divelog.org/[веб-сайте
_Subsurface_]. Вы можете обсудить эту программу, отправив email на адрес
mailto:[email protected][списка рассылки] и сообщить об ошибках на сайте
https://github.com/Subsurface-divelog/subsurface/issues[треккера ошибок]. Инструкции по самостоятельной сборке
https://github.com/Subsurface/subsurface/issues[треккера ошибок]. Инструкции по самостоятельной сборке
_Subsurface_ и, если необходимо, зависимостей, описаны в файле INSTALL, распространяемом
вместе с исходными текстами.

Expand Down
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Getting Subsurface source

You can get the sources to the latest development version from our git
repository:
git clone http://github.com/Subsurface-divelog/subsurface.git
git clone http://github.com/Subsurface/subsurface.git

You keep it updated by doing:
git checkout master
Expand All @@ -31,7 +31,7 @@ Getting our flavor of libdivecomputer

All our prebuilt binaries (see https://subsurface-divelog.org/download)
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
- locate yourself in the subsurface repo on your local computer
Expand Down Expand Up @@ -213,7 +213,7 @@ like this:

mkdir -p ~/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
# compiles a handful of libraries before
# building Subsurface
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Subsurface can be found at http://subsurface-divelog.org
Our user forum is at http://subsurface-divelog.org/user-forum/

Report bugs and issues at
https://github.com/Subsurface-divelog/subsurface/issues
https://github.com/Subsurface/subsurface/issues

License: GPLv2

We frequently make new test versions of Subsurface available at
http://subsurface-divelog.org/downloads/test/ and you always can get the
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
occasionally the latest bugs and issues. Please understand when using them
Expand All @@ -27,11 +27,11 @@ You can get the sources to the latest development version from the git
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,
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
development version) you can either get this via git or the release tar
Expand Down Expand Up @@ -102,7 +102,7 @@ Go to http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
to subscribe.

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
mailing list).

Expand Down
6 changes: 3 additions & 3 deletions appdata/subsurface.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
</description>
<screenshots>
<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>
<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>
</screenshots>
<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="help">https://subsurface-divelog.org/documentation/</url>
<url type="translate">https://www.transifex.com/subsurface/subsurface/</url>
Expand Down
2 changes: 1 addition & 1 deletion packaging/OBS/make-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec
exit 1;
fi
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"
exit 1;
fi
Expand Down
2 changes: 1 addition & 1 deletion packaging/ubuntu/make-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ $(pwd | grep "subsurface$") || ! -d subsurface || ! -d subsurface/libdivec
exit 1;
fi
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"
exit 1;
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/trusty-qt512/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-dep-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/windows/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}/..
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apps:

parts:
googlemaps:
source: git://github.com/Subsurface-divelog/googlemaps.git
source: git://github.com/Subsurface/googlemaps.git
build-packages:
- wget
override-pull: |
Expand Down
2 changes: 1 addition & 1 deletion tests/testparseperformance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <QDebug>
#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()
{
Expand Down

0 comments on commit da953fa

Please sign in to comment.