]> _ Git - alire.git/commit
Move out a possible upstream-provided manifest (#487)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Tue, 1 Sep 2020 16:54:08 +0000 (18:54 +0200)
committerAlejandro R. Mosteo <amosteo@unizar.es>
Tue, 1 Sep 2020 18:56:45 +0000 (20:56 +0200)
commitd82c576ba900004538e32984494fd48edd6339af
tree05eccd3547996edf2fca97337eb3358f4d69c853
parentf97216a60b4f77f6a75d69f5d4533773a1a28baa
Move out a possible upstream-provided manifest (#487)

When doing `alr get` we want to use the index-provided manifest for
reproducibility. So, an eventual upstream manifest provided with the sources is
renamed with an extra ".upstream" coda.
src/alire/alire-workspace.adb
testsuite/tests/get/backup-user-manifest/my_index/crates/crate/.emptydir [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/crates/crate/alire.lock [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/crates/crate/alire.toml [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/crates/crate/crate.gpr [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/crates/crate/src/crate.adb [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/index/cr/crate/crate-1.0.0.toml [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/test.py [new file with mode: 0644]
testsuite/tests/get/backup-user-manifest/test.yaml [new file with mode: 0644]