From: Silvio Rhatto Date: Sun, 15 Sep 2013 18:48:43 +0000 (-0300) Subject: Enhancing the development workflow (2) X-Git-Tag: 0.2.3~18 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=911c8658dfdb1d86d84cad4ba1fe57061a97b4b0;p=keyringer.git Enhancing the development workflow (2) --- 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