Bug#1085265: local-apt-repository: use caching

2024-10-20 Thread mike
Package: local-apt-repository Version: 0.9 Followup-For: Bug #1085265 X-Debbugs-Cc: okgomdjgbm...@gmail.com Dear Maintainer, in the previous one, the loop doesn't do its job. fix #!/bin/bash set -e DEBS=/srv/local-apt-repository REPO=/var/lib/local-apt-repository if ! test -d $DEBS then # W

Bug#1085265: local-apt-repository: use caching

2024-10-17 Thread mike
Package: local-apt-repository Version: 0.9 Severity: normal X-Debbugs-Cc: okgomdjgbm...@gmail.com Dear Maintainer, If you have a bunch of packages, regeneration takes very long because it rebuilds everything from scratch. It should be using caching. Something like this: apt-ftparchive p