aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-15 15:48:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-15 15:48:43 -0300
commit911c8658dfdb1d86d84cad4ba1fe57061a97b4b0 (patch)
treeac1bb855f8a04adb38aa7637b327e08ac0466218 /development.mdwn
parent3f950645d5ac6d1faee77d1c2246174870b029f3 (diff)
downloadkeyringer-911c8658dfdb1d86d84cad4ba1fe57061a97b4b0.tar.gz
keyringer-911c8658dfdb1d86d84cad4ba1fe57061a97b4b0.tar.bz2
Enhancing the development workflow (2)
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn13
1 files changed, 5 insertions, 8 deletions
diff --git a/development.mdwn b/development.mdwn
index be609d0..4267f96 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -1,29 +1,26 @@
[[!meta title="Keyringer: development guidelines and workflow"]]
Development environment
-=======================
+-----------------------
The following steps needs to be run just once.
-Create the `debian/` structure
-------------------------------
+### Create the `debian/` structure
if [ ! -d "debian" ]; then
dh_make -p keyringer_0.1 --createorig
fi
-Setup a sid pbuilder chroot
----------------------------
+### Setup a sid pbuilder chroot
DIST=sid sudo pbuilder create --debootstrapopts --variant=buildd
-Setup a sid cowbuilder chroot
------------------------------
+### Setup a sid cowbuilder chroot
DIST=sid sudo cowbuilder --create
Release workflow
-================
+----------------
Go to master branch