summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-19 18:28:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-19 18:28:33 -0300
commit1609d9af6b6fbd92a093c89a7c992833987145da (patch)
tree6f060764793176bbc33f831a3856083a89dfcb78 /README.md
parentac32a60e85a55fe4774151df5e71501d8f4da8ec (diff)
downloaddebian-1609d9af6b6fbd92a093c89a7c992833987145da.tar.gz
debian-1609d9af6b6fbd92a093c89a7c992833987145da.tar.bz2
External repo integration
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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
-----------------------