feature(keyringctl): move main/packager folders to isolated keyring dir

This helps to structure the layout of the repository better by having
one root folder that contains the actual decomposed keyring structure.
This commit is contained in:
Levente Polyak
2021-10-20 01:41:04 +02:00
parent 48e9bb67cb
commit b91e8b983c
3 changed files with 4 additions and 4 deletions

View File

@ -1196,7 +1196,7 @@ if __name__ == "__main__":
# temporary working directory that gets auto cleaned
with TemporaryDirectory(prefix="arch-keyringctl-") as tempdir:
keyring_root = Path().absolute()
keyring_root = Path("keyring").absolute()
working_dir = Path(tempdir)
debug(f"Working directory: {working_dir}")
with cwd(working_dir):