]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Enhancing the development workflow (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Sep 2013 18:48:43 +0000 (15:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Sep 2013 18:48:43 +0000 (15:48 -0300)
development.mdwn

index be609d0bfdd6ae2bfcc7c839d346ebbe57118f10..4267f96efa931d8d322ac80335d8b207c3ce7291 100644 (file)
@@ -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