<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Colin,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thanks for your response.</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I think finally I found this here:</div>
<div class="gmail_default"><font face="arial, helvetica, sans-serif"><a href="https://launchpad.net/~gandelman-a/+archive/python-schroot">https://launchpad.net/~gandelman-a/+archive/python-schroot</a></font><br></div></div>
<div class="gmail_extra"><br clear="all"><div><font face="'courier new', monospace">Best Regards<br>-- Ray</font></div>
<br><br><div class="gmail_quote">On Fri, Sep 6, 2013 at 6:33 PM, Colin Watson <span dir="ltr"><<a href="mailto:cjwatson@ubuntu.com" target="_blank">cjwatson@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Sep 04, 2013 at 11:23:13PM +0800, Ray Sun wrote:<br>
> 1. In step 5, we already can generate the deb packages without '-S', but<br>
<div class="im">> why we finally use 'sbuild' to generate it? Is this only for signature?<br>
</div>> 2. What's the difference between 'bzr builddeb' and 'sbuild'?<br>
<br>
The answer to both of these is the same: sbuild builds the package in a<br>
clean environment with only the necessary build-dependencies installed,<br>
which is much safer. It also makes it feasible to build packages for an<br>
Ubuntu release that doesn't match the one you're running on your<br>
development environment.<br>
<div class="im"><br>
> I found the build scripts which jenkins used is located here:<br>
> ~openstack-ubuntu-testing/openstack-ubuntu-testing, but when I try to run<br>
> any commands under bin, I always get:<br>
><br>
> root@demo:~/openstack-ubuntu-testing/bin# ./build-package<br>
> Traceback (most recent call last):<br>
> File "./build-package", line 14, in <module><br>
> from openstack_ubuntu_testing.build.component_build import ComponentBuild<br>
> File "/home/sysadmin/openstack-ubuntu-testing/bin/openstack_ubuntu_testing/build/component_build.py",<br>
> line 11, in <module><br>
> from schroot.executor import SchrootExecutor<br>
> ImportError: No module named schroot.executor<br>
<br>
</div>Good question. I've been entirely unable to find this. Adam, can you<br>
clarify where this module comes from?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Colin Watson [<a href="mailto:cjwatson@ubuntu.com">cjwatson@ubuntu.com</a>]<br>
<br>
--<br>
Ubuntu-devel-discuss mailing list<br>
<a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com">Ubuntu-devel-discuss@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss</a><br>
</font></span></blockquote></div><br></div>