diff options
| author | spwhitton <spwhitton@web> | 2017-06-10 09:33:29 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-06-10 09:33:29 +0000 |
| commit | 199c06732517b8a68afcf7d04ffddcc7dacbff31 (patch) | |
| tree | 44c3e431ca383d711b4455dc4faf3ceb07f5b3d6 /doc/todo | |
| parent | ee56d3793be3a8c0c268d8afdc642ef92b879269 (diff) | |
todo: sbuild should use apt-cacher-ng
Diffstat (limited to 'doc/todo')
| -rw-r--r-- | doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn b/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn new file mode 100644 index 00000000..450416f2 --- /dev/null +++ b/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn @@ -0,0 +1,11 @@ +The properties in `Sbuild.hs` should use apt-cacher-ng instead of a bind mount of `/var/cache/apt/archives`. This has at least three advantages: + +1. more than one instance of sbuild can run at once + +2. sbuild can run even if apt is doing something else with its cache + +3. the `piupartsConf` properties are no longer needed. + +--spwhitton + +[[!tag user/spwhitton]] |
