diff options
-rw-r--r-- | TODO.md | 4 | ||||
-rw-r--r-- | basics.md | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -4,7 +4,9 @@ TODO Organization ------------ -* Script `debian-keyring-setup`. +* Scripts: + * `debian-keyring-setup`. + * `debian-build`. * Merge all `build-area` folders. * Deploy as a ikiwiki + git-annex instance, perhaps replacing reprepro. * Try an [AutomateBackports](https://wiki.debian.org/AutomateBackports) setup. @@ -26,9 +26,13 @@ In practice, it should always work for sources you download from the **same** De But sources you download from newer versions might not work, depending basically if the maintainer's key is already on the `debian-keyring` you installed. +### Using a newer debian-keyring package + You might want to try a newer `debian-keyring` package (for testing or unstable), which we haven't tested yet but can reduce a lot of complexity that follows. +### Install manually debian-keyring somewhere + If not, you might try to have a newer copy of the `debian-keyring` somewhere. We already provide one in the form of git://anonscm.debian.org/keyring/keyring.git available as a git submodule in the `keyring` folder: |