aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-01 18:02:36 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-01 18:02:36 -0200
commit0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20 (patch)
tree8ce9325576018bbe71267eb697c55fff2fcfb4b5
parent6ababf8c7d892e065d6adf9316e06a83ea064cc3 (diff)
downloadkeyringer-0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20.tar.gz
keyringer-0388ca01ef1c98880977c0a9c55e0ea5f4f5bd20.tar.bz2
Cowbuilder for other archs and distributions
-rw-r--r--development.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn
index 8c0c1ad..383ef92 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -19,6 +19,12 @@ The following steps needs to be run just once.
DIST=sid sudo cowbuilder --create
+You can also setup chroots for other archs and distributions:
+
+ mkdir /var/cache/pbuilder/squeeze-amd64
+ cowbuilder --create --basepath /var/cache/pbuilder/squeeze-amd64/base.cow \
+ --distribution squeeze --debootstrapopts --arch --debootstrapopts amd64
+
Environment maintenance
-----------------------