r1514 - in website/trunk (developers.rst)

Brian Sutherland jinty-guest at alioth.debian.org
Wed Jun 10 13:21:57 UTC 2009


    Date: Wednesday, June 10, 2009 @ 13:21:57
  Author: jinty-guest
Revision: 1514

Add optimization tweaks to buildslave instructions

Modified:
  website/trunk/developers.rst

Modified: website/trunk/developers.rst
===================================================================
--- website/trunk/developers.rst	2009-06-10 09:49:41 UTC (rev 1513)
+++ website/trunk/developers.rst	2009-06-10 13:21:57 UTC (rev 1514)
@@ -97,9 +97,13 @@
 
 Normally, however you will want to build and test against the same distributions.
 
-Next, update the chroot to check all is well::
+Next, we will update the chroot to check all is well and install some basic
+packages into the chroot so that the tests run faster (the last command fails,
+but does generate a gpg key)::
 
         cowbuilder --update --basepath /var/cache/pbuilder/${distribution}.cow
+        chroot /var/cache/pbuilder/lenny.cow apt-get install python-apt gdebi-core autopkgtest sudo
+        chroot /var/cache/pbuilder/lenny.cow adt-run --source notfound.dsc --- sudo adt-virt-null
 
 To setup the buildbot buildslave do::
 




More information about the pkg-zope-commits mailing list