Skip to content

Commit

Permalink
Replaced reference to gitlab.com with new url
Browse files Browse the repository at this point in the history
  • Loading branch information
pnizenkov committed Sep 25, 2022
1 parent cb0066d commit 7f66642
Show file tree
Hide file tree
Showing 282 changed files with 295 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#==================================================================================================================================
# Copyright (c) 2010 - 2022 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
#
# This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
# This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
# of the License, or (at your option) any later version.
#
Expand Down
20 changes: 10 additions & 10 deletions CMakeListsLib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
MESSAGE(STATUS "Checking git origin: " ${GIT_ORIGIN})
ENDIF()

IF("${GIT_ORIGIN}" MATCHES "gitlab.com")
IF("${GIT_ORIGIN}" MATCHES "piclas.boltzplatz.eu")
# Checked out using SSH
IF("${GIT_ORIGIN}" MATCHES "^git@")
SET(LIBS_DLPATH "git@gitlab.com:piclas/")
SET(LIBS_DLPATH "git@piclas.boltzplatz.eu:piclas/")
# Checked out using HTTPS
# IF("${GIT_ORIGIN}" MATCHES "^https@")
ELSEIF("${GIT_ORIGIN}" MATCHES "^ssh:")
SET(LIBS_DLPATH "git@gitlab.com:piclas/")
SET(LIBS_DLPATH "git@piclas.boltzplatz.eu:piclas/")
ELSE()
SET(LIBS_DLPATH "https://gitlab.com/piclas/")
SET(LIBS_DLPATH "https://piclas.boltzplatz.eu/piclas/")
ENDIF()
ELSE()
# Select each lib separately
Expand Down Expand Up @@ -152,10 +152,10 @@ ELSE()
SET (HDF5DOWNLOAD "https://github.com/HDFGroup/hdf5.git")
ELSE()
IF("${GIT_ORIGIN}" MATCHES "https://gitlab-ci-token")
# Use https://gitlab.com/piclas/hdf5.git when gitlab runner needs to download libs
# Use https://piclas.boltzplatz.eu/piclas/hdf5.git when gitlab runner needs to download libs
STRING(REGEX REPLACE "/piclas.git" "/hdf5.git" HDF5DOWNLOAD ${GIT_ORIGIN})
ELSE()
# Use https://gitlab.com/piclas/hdf5.git when using piclas from gitlab.com
# Use https://piclas.boltzplatz.eu/piclas/hdf5.git when using piclas from piclas.boltzplatz.eu
SET (HDF5DOWNLOAD ${LIBS_DLPATH}hdf5.git )
ENDIF()
ENDIF()
Expand Down Expand Up @@ -324,10 +324,10 @@ ELSE()
SET (MATHLIB_DOWNLOAD "https://github.com/Reference-LAPACK/lapack.git")
ELSE()
IF("${GIT_ORIGIN}" MATCHES "https://gitlab-ci-token")
# Use https://gitlab.com/piclas/lapack.git when gitlab runner needs to download libs
# Use https://piclas.boltzplatz.eu/piclas/lapack.git when gitlab runner needs to download libs
STRING(REGEX REPLACE "/piclas.git" "/lapack.git" MATHLIB_DOWNLOAD ${GIT_ORIGIN})
ELSE()
# Use https://gitlab.com/piclas/lapack.git when using piclas from gitlab.com
# Use https://piclas.boltzplatz.eu/piclas/lapack.git when using piclas from piclas.boltzplatz.eu
SET (MATHLIB_DOWNLOAD ${LIBS_DLPATH}lapack.git )
ENDIF()
ENDIF()
Expand All @@ -346,10 +346,10 @@ ELSE()
SET (MATHLIB_DOWNLOAD "https://github.com/xianyi/OpenBLAS.git")
ELSE()
IF("${GIT_ORIGIN}" MATCHES "https://gitlab-ci-token")
# Use https://gitlab.com/piclas/OpenBLAS.git when gitlab runner needs to download libs
# Use https://piclas.boltzplatz.eu/piclas/OpenBLAS.git when gitlab runner needs to download libs
STRING(REGEX REPLACE "/piclas.git" "/OpenBLAS.git" MATHLIB_DOWNLOAD ${GIT_ORIGIN})
ELSE()
# Use https://gitlab.com/piclas/OpenBLAS.git when using piclas from gitlab.com
# Use https://piclas.boltzplatz.eu/piclas/OpenBLAS.git when using piclas from piclas.boltzplatz.eu
SET (MATHLIB_DOWNLOAD ${LIBS_DLPATH}OpenBLAS.git )
ENDIF()
ENDIF()
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation/developerguide/git_workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitLab Workflow

Code development is performed on the [GitLab platform](https://gitlab.com/piclas/piclas), with the protected `master` and
Code development is performed on the [GitLab platform](https://piclas.boltzplatz.eu/piclas/piclas), with the protected `master` and
`master.dev` branches. The actual development is performed on feature branches, which can be merged to `master.dev` following a
merge request and the completion of a merge request checklist. After a successful pass of the nightly and weekly regression test,
the `master.dev` can be merged into the `master`. A merge of the `master.dev` to the `master` should be associated with a release
Expand Down Expand Up @@ -77,7 +77,7 @@ merged into the **master** branch.

### Release Tag

A new release tag can be created through the web interface ([Repository -> Tags](https://gitlab.com/piclas/piclas/tags) -> New tag)
A new release tag can be created through the web interface ([Repository -> Tags](https://piclas.boltzplatz.eu/piclas/piclas/tags) -> New tag)
and as the `Tag name`, the new version number is used, e.g.,

v1.X.X
Expand Down Expand Up @@ -173,7 +173,7 @@ CRG!).
### GitHub

Finally, the release tag can be deployed to GitHub. This can be achieved by running the `Deploy` script in the
[CI/CD -> Schedules](https://gitlab.com/piclas/piclas/pipeline_schedules) web interface. At the moment, the respective tag and the
[CI/CD -> Schedules](https://piclas.boltzplatz.eu/piclas/piclas/pipeline_schedules) web interface. At the moment, the respective tag and the
release have to be created manually on GitHub through the web interface with **piclas-framework** account. The releases are
accessed through [Releases](https://github.com/piclas-framework/piclas/releases) and a new release (including the tag) can be
created with `Draft a new release`. The tag version should be set as before (`v1.X.X`) and the release title accordingly
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation/developerguide/reggie.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ Latest tests on
```
sudo gitlab-runner restart
```
5. create ssh keys for normal user and set up password free access to gitlab (iag) and gitlab.com (reggie)
5. create ssh keys for normal user and set up password free access to gitlab (https://piclas.boltzplatz.eu) and gitlab.com (reggie)
```
ssh-keygen -t ecdsa -b 521
```
Add key to `Enabled deploy keys`. If multiple codes are on gitlab.com, add the key to one
Add key to `Enabled deploy keys`. If multiple codes are on gitlab, add the key to one
repository and select the key on the other repositories via `Privately accessible deploy keys`.
Clone a code from each platform to create known hosts then
Expand Down Expand Up @@ -296,7 +296,7 @@ check_interval = 0
script:
- if [ -z "${DO_DEPLOY}" ]; then exit ; fi
- rm -rf piclas_github || true ;
- git clone -b master --single-branch git@gitlab.com:piclas/piclas.git piclas_github ;
- git clone -b master --single-branch git@piclas.boltzplatz.eu:piclas/piclas.git piclas_github ;
- cd piclas_github ;
- git remote add piclas-framework [email protected]:piclas-framework/piclas.git ;
- git push --force --follow-tags piclas-framework master ;
Expand Down
2 changes: 1 addition & 1 deletion src/analyze/analyze.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/analyze/analyze_vars.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/analyze/analyzefield.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dg/dg.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dg/dg_vars.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dg/fillflux.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dg/surfint.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dg/volint.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dielectric/dielectric.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/dielectric/dielectric_vars.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/calctimestep.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/equation.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/equation_vars.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/flux.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/getboundaryflux.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/riemann.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/timeavg.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic/timeavg_vars.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic_poisson/calctimestep.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
2 changes: 1 addition & 1 deletion src/equations/magnetostatic_poisson/equation.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! This file is part of PICLas (piclas.boltzplatz.eu/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
Expand Down
Loading

0 comments on commit 7f66642

Please sign in to comment.