The proposal to merge ~dbungert/curtin:tests-apt-sources-target into curtin:master has been updated.
Commit message changed to: tests/apt: use tmpdir as target This refactor helps make way for discontinuing usage of apt-key. When trying to do it all at once, there were problems with the file path that needed to be used for the key file. The major change is that these tests are run with a tmpdir as the target, instead of '/'. This is also independently a nice improvement, since misbehaved tests or code would really try to write to the host system. The tests were written assuming apt key files would have full paths, but the examples (and presumably most real-world usage) were based on filenames, so move the tests to use file names. Add back a full path test, since that is supported behavior today. Also removes the unused _myjoin function. For more details, see: https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/432271 -- Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:tests-apt-sources-target into curtin:master. -- Mailing list: https://launchpad.net/~curtin-dev Post to : curtin-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp