From: Silvio Rhatto Date: Fri, 19 Sep 2014 21:28:33 +0000 (-0300) Subject: External repo integration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1609d9af6b6fbd92a093c89a7c992833987145da;p=debian.git External repo integration --- diff --git a/README.md b/README.md index 4d3d0d8..4221d61 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,17 @@ with `git-buildpackage` not getting `~/.pbuilderrc` from the local user: ( cd /var/cache/pbuilder/ && sudo ln -s sid-amd64/base.cow ) +External repo integration +------------------------- + +If your package storage lives elsewhere, make a symlink like this: + + ( + cd /var/cache/pbuilder/wheezy-amd64 && \ + sudo rm -rf result && \ + sudo ln -s /var/data/apps/distros/debian/packages/build-area/wheezy-amd64 result + ) + Environment maintenance -----------------------