aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
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