]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Changing pbuilder/cowbuilder instructions
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Nov 2013 16:43:44 +0000 (14:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Nov 2013 16:43:44 +0000 (14:43 -0200)
development.mdwn

index cbfa03ff128d63851a92abf9faae9b1c06336953..a6db8da14895d20612ce73afcbfa13f5339e7957 100644 (file)
@@ -13,11 +13,11 @@ The following steps needs to be run just once for each arch and distro version.
 
 ### Setup a sid pbuilder chroot
 
-    DIST=sid sudo -E pbuilder create --debootstrapopts --variant=buildd
+    git-pbuilder create
 
 ### Setup a sid cowbuilder chroot
 
-    DIST=sid sudo -E cowbuilder --create
+    sudo cowbuilder --create
 
 Environment maintenance
 -----------------------
@@ -26,11 +26,11 @@ These steps should be run once in a while to ensure we have an up to date packag
 
 ### Pbuilder
 
-    DIST=sid sudo -E pbuilder update
+    git-pbuilder update
 
 ### Cowbuilder
 
-    DIST=sid sudo -E cowbuilder --update
+    sudo cowbuilder --update
 
 Release workflow
 ----------------