aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-12 15:02:07 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-12 15:02:07 -0200
commited00f6872b654cdef1f7eba1e5d08020cbb91bd8 (patch)
tree7c51502242d4b2515d8ba035f53bc4e3a53f5264
parentb4db27a6442bd76450f6465310d662f1e0418f8f (diff)
downloadkeyringer-ed00f6872b654cdef1f7eba1e5d08020cbb91bd8.tar.gz
keyringer-ed00f6872b654cdef1f7eba1e5d08020cbb91bd8.tar.bz2
Updated doc on development environment
-rw-r--r--development.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/development.mdwn b/development.mdwn
index 2eae39a..5c771c9 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -13,11 +13,11 @@ The following steps needs to be run just once for each arch and distro version.
### Setup a sid pbuilder chroot
- git-pbuilder create
+ DIST=sid git-pbuilder create
### Setup a sid cowbuilder chroot
- sudo cowbuilder --create
+ DIST=sid sudo cowbuilder --create
Environment maintenance
-----------------------
@@ -26,11 +26,11 @@ These steps should be run once in a while to ensure we have an up to date packag
### Pbuilder
- git-pbuilder update
+ DIST=sid git-pbuilder update
### Cowbuilder
- sudo cowbuilder --update
+ DIST=sid sudo cowbuilder --update
Release workflow
----------------