]> _ Git - alire.git/commit
Implement `--branch` in `alr with`, `alr pin` (#760)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Mon, 28 Jun 2021 14:07:05 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 14:07:05 +0000 (16:07 +0200)
commit878c42131c1325b22cc0a1905e5d47b9998f5954
treecd28008a1365b46e6d6d31cd6210a92289f7a558
parent8e7f59ae8c1f8621a951d4e48516c1ed193dce6f
Implement `--branch` in `alr with`, `alr pin` (#760)

* Completed Roots.Editable commands for removal

* Completed Alr.Commands.Pin

* Reinstated all `alr pin` functionality

* Reinstated remaining disabled pin tests

* Reinstated remaining disabled tests

* Testsuite: fix platform-independent path on Windows

* Implement pin commands in alr driver

* Testsuite: Implement with command in alr driver

* Testsuite: equivalence between manual and cmd-line

* Fix git folder deletion on Windows
14 files changed:
src/alire/alire-directories.adb
src/alire/alire-directories.ads
src/alire/alire-user_pins.adb
src/alr/alr-commands-pin.adb
src/alr/alr-commands-pin.ads
src/alr/alr-commands-withing.adb
src/alr/alr-commands-withing.ads
testsuite/drivers/alr.py
testsuite/tests/pin/branch/test.py
testsuite/tests/pin/change-type/test.py
testsuite/tests/pin/equivalent/test.py [new file with mode: 0644]
testsuite/tests/pin/equivalent/test.yaml [new file with mode: 0644]
testsuite/tests/with/equivalent/test.py [new file with mode: 0644]
testsuite/tests/with/equivalent/test.yaml [new file with mode: 0644]