diff options
-rw-r--r-- | wiki/src/blueprint/freezable_APT_repository.mdwn | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/wiki/src/blueprint/freezable_APT_repository.mdwn b/wiki/src/blueprint/freezable_APT_repository.mdwn index 8238384..56e5eca 100644 --- a/wiki/src/blueprint/freezable_APT_repository.mdwn +++ b/wiki/src/blueprint/freezable_APT_repository.mdwn @@ -86,21 +86,19 @@ little value. - The architecture information is not part of the manifest. It's fine if `tails-prepare-tagged-apt-snapshot-import` can do its job without this information. Can it? - * check source packages handling in - `tails-prepare-tagged-apt-snapshot-import`, e.g. when the - binary package's version is different from the corresponding - source package's one - * see remaining XXX:s in `tails-prepare-tagged-apt-snapshot-import` - (`puppet-tails` repo) - * support for multiple architectures in - `tails-prepare-tagged-apt-snapshot-import`? needed for multiarch - that we'll have to use as soon as we want to upgrade Linux - to 4.x, see [[!tails_gitweb_branch feature/8415-overlayfs]]; - (maybe it's good enough to import all needed packages for - _all_ architectures our reprepro setup supports? beware of - differing versions due to binNMUs, though) - * support for multiple APT repositories (not only suites) - in `tails-prepare-tagged-apt-snapshot-import`? + * `tails-prepare-tagged-apt-snapshot-import`, aka. + [[!tails_ticket 10749]] (`puppet-tails` repo): + - check source packages handling, e.g. when the + binary package's version is different from the corresponding + source package's one + - see remaining XXX:s in the script + - support for multiple architectures? needed for multiarch + that we'll have to use as soon as we want to upgrade Linux + to 4.x, see [[!tails_gitweb_branch feature/8415-overlayfs]]; + (maybe it's good enough to import all needed packages for + _all_ architectures our reprepro setup supports? beware of + differing versions due to binNMUs, though) + - support for multiple APT repositories (not only suites)? e. expand list of source packages with those that the binary packages were built from [k] f. have the manifest → partial snapshot process include source |