]> _ Git - alire.git/commit
Move the lockfile inside `$crate/alire` (#789)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Thu, 19 Aug 2021 07:44:58 +0000 (09:44 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 07:44:58 +0000 (09:44 +0200)
commitb60d08881bdfecb6b81d484d2591ac28acf1ba8a
tree84a111623fa8829d90efaaa242ea496df7b02279
parentef13b1bc8a33ac17614ff800f2ba53d56a6aeda8
Move the lockfile inside `$crate/alire` (#789)

* Lockfile silently migrated to $crate/alire

* testsuite: new test for the silent migration

* testsuite: fixes for existing tests

* user-changes.md: document the new lock location
18 files changed:
doc/user-changes.md
src/alire/alire-lockfiles.adb
src/alire/alire-lockfiles.ads
src/alire/alire-roots.adb
testsuite/drivers/alr.py
testsuite/drivers/helpers.py
testsuite/tests/get/external-tool-dependency/test.py
testsuite/tests/get/git-local/test.py
testsuite/tests/get/unpack-in-place/test.py
testsuite/tests/misc/bad-lockfile/test.py
testsuite/tests/misc/lockfile-hiding/test.py [new file with mode: 0644]
testsuite/tests/misc/lockfile-hiding/test.yaml [new file with mode: 0644]
testsuite/tests/misc/sync-manual-edit/test.py
testsuite/tests/pin/downgrade/test.py
testsuite/tests/pin/post-update/test.py
testsuite/tests/pin/unpin/test.py
testsuite/tests/update/manual-once/test.py
testsuite/tests/workflows/init-options/test.py