1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-22 04:42:02 +02:00

svntogit: Remove "git push --set-upstream" command

The upstream branch is set by the earlier "git pull --set-upstream".
This commit is contained in:
Evangelos Foutras 2021-07-12 04:32:35 +03:00
parent d2d9bbb2f3
commit 112f0953e2
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -278,18 +278,6 @@
tags:
- skip_ansible_lint
- name: configure svntogit push upstream branch
command: git push -u public master chdir=/srv/svntogit/repos/{{ item }}
with_items:
- community
- packages
become: true
become_user: svntogit
register: git_push_master
changed_when: "git_push_master.rc == 0"
tags:
- skip_ansible_lint
- name: fix svntogit home permissions
file: path="/srv/svntogit" state=directory owner=svntogit group=svntogit mode=0775