diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-21 14:14:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-21 14:14:52 -0300 |
commit | 8331102fbbf9dd0fe3a4c17a8e55074248178caa (patch) | |
tree | 653851a00d189d052402802d181a055c2b21199c | |
parent | d846c319af75c5d1c2a1d8cd8a340c6595b2615a (diff) | |
download | debian-8331102fbbf9dd0fe3a4c17a8e55074248178caa.tar.gz debian-8331102fbbf9dd0fe3a4c17a8e55074248178caa.tar.bz2 |
TODO update
-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: |