]> _ Git - alire.git/commit
feat: support for Git repos with multiple remotes configured (#1782)
authorSeb M'Caw <mcaw@adacore.com>
Tue, 29 Oct 2024 06:05:56 +0000 (06:05 +0000)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 06:05:56 +0000 (07:05 +0100)
commit15addade351a4e9538304ac1540b25f3e22c7b8c
tree64d9ee5e6bf7ba920effd47001c7b5929deeb302
parentbe47743ff8508b903d7b8163b88167bd3a3bda68
feat: support for Git repos with multiple remotes configured (#1782)

* Add support for git repos with multiple remotes configured

* Support Python 3.9

* Move commit_file() to helpers

* Use git_commit_file() elsewhere
src/alire/alire-publish.adb
src/alire/alire-publish.ads
src/alire/alire-vcss-git.adb
src/alire/alire-vcss-git.ads
testsuite/drivers/helpers.py
testsuite/tests/pin/branch/test.py
testsuite/tests/pin/conflicting-remote/test.py
testsuite/tests/publish/multiple-remotes/test.py [new file with mode: 0644]
testsuite/tests/publish/multiple-remotes/test.yaml [new file with mode: 0644]