mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-01-13 17:53:42 +00:00
change gitremote api to be same as report and upload
These changes are keeping fallback to old settings, but will allow to run multiple git targets with different settings
This commit is contained in:
@ -31,9 +31,15 @@ root = ../../../
|
||||
[sign]
|
||||
target =
|
||||
|
||||
[remote-push]
|
||||
target = gitremote
|
||||
|
||||
[remote-pull]
|
||||
target = gitremote
|
||||
|
||||
[gitremote]
|
||||
pull_url = https://github.com/arcan1s/repository.git
|
||||
push_url = https://github.com/arcan1s/repository.git
|
||||
pull_url = https://github.com/arcan1s/repository.git
|
||||
|
||||
[report]
|
||||
target =
|
||||
|
||||
Reference in New Issue
Block a user