Skip to content
Snippets Groups Projects
Commit 569c2ce5 authored by hahn's avatar hahn
Browse files

- change of config keys "ssh" --> "url" and "keyfile" --> "auth"

(this requires to edit the project config files on server)
- undo check of repository in project->canAcceptPhase()
- fix: detection  of ? in url
parent eeb34a20
No related branches found
No related tags found
No related merge requests found
......@@ -240,9 +240,9 @@
"queue": "Queue",
"repositoryinfos": "Quell-Repository",
"repository-access-browser": "Browserzugriff auf das Repo",
"repository-auth": "Authentifizierung/ Dateiname zum SSH-Private-Key",
"repository-url": "URL zum Repository",
"repository-urlwebgui": "URL zur Web GUI des Repositorys",
"repository-privkey": "Authentifizierung/ Dateiname zum SSH-Private-Key",
"revision": "Revision",
"rollback": "Rollback",
"rollback-hint": "Rollback der Phase [%s] auf Version [%s]",
......
......@@ -242,9 +242,9 @@
"queue": "Queue",
"repositoryinfos": "Sourcecode Repository",
"repository-access-browser": "Browser access to sources",
"repository-auth": "Authentication/ filename of ssh private key",
"repository-url": "URL to repository",
"repository-urlwebgui": "URL zur Web GUI des Repositorys",
"repository-privkey": "Authentication/ filename of ssh private key",
"revision": "Revision",
"rollback": "Rollback",
"rollback-hint": "Rollback of phase [%s] to version [%s]",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment