Skip to content
Snippets Groups Projects
Commit 3b30779e authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

dbscripts: Change push url for svntogit script

parent d766f78c
No related branches found
No related tags found
1 merge request!32dbscripts: Change push url for svntogit script
Pipeline #519 passed
......@@ -245,7 +245,7 @@
- skip_ansible_lint
- name: add svntogit public remotes
command: git remote add public ssh://git.archlinux.org/srv/git/svntogit/{{ item }}.git chdir=/srv/svntogit/repos/{{ item }}
command: git remote add public git@github.com:archlinux/svntogit-{{ item }}.git chdir=/srv/svntogit/repos/{{ item }}
with_items:
- community
- packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment