diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-12 15:02:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-12 15:02:07 -0200 |
commit | ed00f6872b654cdef1f7eba1e5d08020cbb91bd8 (patch) | |
tree | 7c51502242d4b2515d8ba035f53bc4e3a53f5264 /development.mdwn | |
parent | b4db27a6442bd76450f6465310d662f1e0418f8f (diff) | |
download | keyringer-ed00f6872b654cdef1f7eba1e5d08020cbb91bd8.tar.gz keyringer-ed00f6872b654cdef1f7eba1e5d08020cbb91bd8.tar.bz2 |
Updated doc on development environment
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 8 |
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 ---------------- |