Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
specclassify
Commits
ca3e17c1
Commit
ca3e17c1
authored
Jan 04, 2021
by
Daniel Scheffler
Browse files
Updated GitLab URLs due to changes on the server side.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
4b88396c
Pipeline
#17539
passed with stages
in 9 minutes and 43 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
View file @
ca3e17c1
...
...
@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/-/issues.
Report bugs at https://git.gfz-potsdam.de/geomultisens/specclassify/-/issues.
If you are reporting a bug, please include:
...
...
@@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/-/issues.
The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/geomultisens/specclassify/-/issues.
If you are proposing a feature:
...
...
README.rst
View file @
ca3e17c1
...
...
@@ -5,21 +5,21 @@ specclassify
A Python package for multi- or hyperspectral image classification.
* Free software: GNU General Public License v3 or later (GPLv3+)
* **Documentation:** https://geomultisens.git
ext
-pages.gfz-potsdam.de/specclassify/doc/
* Submit feedback by filing an issue `here <https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/issues>`__.
* **Documentation:** https://geomultisens.git-pages.gfz-potsdam.de/specclassify/doc/
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/geomultisens/specclassify/issues>`__.
Status
------
.. image:: https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/badges/master/pipeline.svg
:target: https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/commits/master
.. image:: https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/badges/master/coverage.svg
:target: https://geomultisens.git
ext
-pages.gfz-potsdam.de/specclassify/coverage/
.. image:: https://git.gfz-potsdam.de/geomultisens/specclassify/badges/master/pipeline.svg
:target: https://git.gfz-potsdam.de/geomultisens/specclassify/commits/master
.. image:: https://git.gfz-potsdam.de/geomultisens/specclassify/badges/master/coverage.svg
:target: https://geomultisens.git-pages.gfz-potsdam.de/specclassify/coverage/
.. image:: https://img.shields.io/pypi/v/specclassify.svg
:target: https://pypi.python.org/pypi/specclassify
.. image:: https://img.shields.io/pypi/l/specclassify.svg
:target: https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/blob/master/LICENSE
:target: https://git.gfz-potsdam.de/geomultisens/specclassify/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/specclassify.svg
:target: https://img.shields.io/pypi/pyversions/specclassify.svg
...
...
@@ -42,5 +42,5 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: https://geomultisens.git
ext
-pages.gfz-potsdam.de/specclassify/coverage/
.. _nosetests: https://geomultisens.git
ext
-pages.gfz-potsdam.de/specclassify/nosetests_reports/nosetests.html
.. _coverage: https://geomultisens.git-pages.gfz-potsdam.de/specclassify/coverage/
.. _nosetests: https://geomultisens.git-pages.gfz-potsdam.de/specclassify/nosetests_reports/nosetests.html
setup.py
View file @
ca3e17c1
...
...
@@ -70,7 +70,7 @@ setup(
setup_requires
=
setup_requirements
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://git
ext
.gfz-potsdam.de/geomultisens/specclassify'
,
url
=
'https://git.gfz-potsdam.de/geomultisens/specclassify'
,
version
=
version
[
'__version__'
],
zip_safe
=
False
,
)
tests/CI_docker/build_testsuite_image.sh
View file @
ca3e17c1
...
...
@@ -28,7 +28,7 @@ docker run \
gitlab/gitlab-runner:latest
# register the runner at the corresponding GitLab repository via a registration-token
echo
"#### Register container at gitlab, get token here https://git
ext
.gfz-potsdam.de/geomultisens/specclassify/settings/ci_cd"
echo
"#### Register container at gitlab, get token here https://git.gfz-potsdam.de/geomultisens/specclassify/settings/ci_cd"
read
-p
"Please enter gitlab token: "
token
echo
""
read
-p
"Please enter gitlab runner name: "
runner_name
...
...
@@ -41,7 +41,7 @@ gitlab-ci-multi-runner register \
--non-interactive
\
--executor 'docker'
\
--docker-image '
${
tag
}
'
\
--url 'https://git
ext
.gfz-potsdam.de/ci'
\
--url 'https://git.gfz-potsdam.de/ci'
\
--registration-token '
${
token
}
'
\
--description '
${
runner_name
}
'
\
--tag-list specclassify_ci_client
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment