diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-14 13:14:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-14 13:14:03 -0300 |
commit | 06f86ca0b54dc4f71ab055a3b3c3299d975da8e0 (patch) | |
tree | c5927dc5789fa93dd00334d5174ea0d961e8a5b3 | |
parent | 95349dc8761e4f529f09fbfe84b6941cae7381db (diff) | |
download | keyringer-06f86ca0b54dc4f71ab055a3b3c3299d975da8e0.tar.gz keyringer-06f86ca0b54dc4f71ab055a3b3c3299d975da8e0.tar.bz2 |
Cowbuilder instructions
-rw-r--r-- | development.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/development.mdwn b/development.mdwn index 289fd14..5894306 100644 --- a/development.mdwn +++ b/development.mdwn @@ -27,9 +27,13 @@ To generate a `keyringer_0.1.orig.tar.gz`-line file: dh_make -f ../tarballs/keyringer-0.1.tar.gz -p keyringer_0.1 -Setting up a sid chroot: +Setting up a sid pbuilder chroot: - DIST=sid pbuilder create --debootstrapopts --variant=buildd + DIST=sid sudo pbuilder create --debootstrapopts --variant=buildd + +Setting up a sid cowbuilder chroot: + + DIST=sid sudo cowbuilder --create Building a package from the git three using the upstream branch: |