Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Commits
998e97fd
Commit
998e97fd
authored
2 years ago
by
Lars Beckers
Browse files
Options
Downloads
Plain Diff
Merge branch 'gitlab-moves' into 'master'
Fix git URLs for moved projects See merge request
!16
parents
1cb1b3ea
c237d98d
No related branches found
No related tags found
1 merge request
!16
Fix git URLs for moved projects
Pipeline
#4797
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
uwsgi-python/vars/lehrpreis.yml
+1
-1
1 addition, 1 deletion
uwsgi-python/vars/lehrpreis.yml
uwsgi-python/vars/meckerkasten.yml
+1
-1
1 addition, 1 deletion
uwsgi-python/vars/meckerkasten.yml
uwsgi-python/vars/shorturl.yml
+1
-1
1 addition, 1 deletion
uwsgi-python/vars/shorturl.yml
with
3 additions
and
3 deletions
uwsgi-python/vars/lehrpreis.yml
+
1
−
1
View file @
998e97fd
...
...
@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software
:
[]
app_deploy_key
:
"
{{
inventory_dir
}}/files/deploy-keys/lehrpreis"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
studi-systeme
/lehrpreis.git"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
fachschaft
/lehrpreis.git"
app_git_version
:
HEAD
app_requirements_file
:
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
uwsgi-python/vars/meckerkasten.yml
+
1
−
1
View file @
998e97fd
...
...
@@ -16,7 +16,7 @@ app_enable_threads: false
app_uwsgi_options
:
[]
app_deploy_key
:
"
{{
inventory_dir
}}/files/deploy-keys/meckerkasten"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
studi-systeme
/meckerkasten.git"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
fachschaft
/meckerkasten.git"
app_git_version
:
HEAD
app_requirements_file
:
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
uwsgi-python/vars/shorturl.yml
+
1
−
1
View file @
998e97fd
...
...
@@ -22,7 +22,7 @@ app_db_type: postgres
app_additional_software
:
[]
app_deploy_key
:
"
{{
inventory_dir
}}/files/deploy-keys/shorturl"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
infra
/shorturl.git"
app_git_url
:
"
git@git.fsmpi.rwth-aachen.de:
fachschaft
/shorturl.git"
app_git_version
:
HEAD
app_requirements_file
:
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment