]> gitweb.fluxo.info Git - debian.git/commitdiff
External repo integration
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Sep 2014 21:28:33 +0000 (18:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Sep 2014 21:28:33 +0000 (18:28 -0300)
README.md

index 4d3d0d82195017af78e167cc7a29a8ab0fb04b38..4221d61548f629d3cf3abd21d9fc9fdce19430e4 100644 (file)
--- 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
 -----------------------