Hi Ugo, <br><br>Just to follow up on this.  Last week we converted the bzr rosdistro syntax to be more standard.  I believe that bzr should be fully supported now with DVCS syntax.  We've updated your rosdistro entries.  You will need to update the ros_release packages for the new format.  <br>

<br>Please let us know if you still have problems.<br><br>Tully<br><br><br><br><div class="gmail_quote">On Wed, Apr 20, 2011 at 1:21 PM, Ken Conley <span dir="ltr"><<a href="mailto:kwc@willowgarage.com">kwc@willowgarage.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Ugo,<br><br>Thanks for the patch.  We need to wait for the other tickets to land first, though, as they will change the underlying model being used.  The main issue is that the Bzr implementation is using a SVN instead of a DVCS model.  As the current create.py script is written on a DVCS model, it is better to leave as-is for now .<br>



<br>cheers,<br><font color="#888888">Ken</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Apr 20, 2011 at 5:58 AM, Ugo Cupcic <span dir="ltr"><<a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<div><br></div><div>Please find attached a patch for the create.py bzr support. Once more it's probably not generic.</div><div><br></div><div>Here's what I did to be able to make a release:</div><div> 1. there were some problems in the code, trying to access non existing config variables such as config.dev_branch, etc...</div>




<div> 2. The bzr_client.checkout(from_url, config.dev_branch) didn't work for me: from_url and config.dev are the same in my case. Should it be bzr_client.checkout(from_url, config.release_tag)?</div><div> 3. Anyway there's no need of checking out the code once more to tag the branch -> modified the command to tag directly, without using the tmp checkout.</div>




<div><br></div><div>I didn't use the create branch action. </div><div><br></div><div>Hope this helps.</div><div><br></div><div>Cheers,</div><div><br><font color="#888888">Ugo</font><div><div></div><div><br>

<br><div class="gmail_quote">On Tue, Apr 19, 2011 at 8:58 PM, Ugo Cupcic <span dir="ltr"><<a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dear Wim,<div><br></div><div>I also had to modify the create.py script to get it working. If you want I can send you a patch with some explanations on what I did tomorrow. My patch would probably not be completely generic because I'm not sure of what each variable of the config is meant to be.</div>





<div><br></div><div>Cheers,</div><div><br></div><div><font color="#888888">Ugo</font><div><div></div><div><br><br><div class="gmail_quote">On Tue, Apr 19, 2011 at 6:06 PM, Wim Meeussen <span dir="ltr"><<a href="mailto:meeussen@willowgarage.com" target="_blank">meeussen@willowgarage.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Ugo,<br>
<br>
Thanks for testing the bzr support again! I filed two tickets for the<br>
remaining issues:<br>
<br>
<a href="https://code.ros.org/trac/ros/ticket/3462" target="_blank">https://code.ros.org/trac/ros/ticket/3462</a><br>
<a href="https://code.ros.org/trac/ros/ticket/3463" target="_blank">https://code.ros.org/trac/ros/ticket/3463</a><br>
<br>
Wim<br>
<div><br>
<br>
<br>
On Mon, Apr 18, 2011 at 9:02 AM, Ugo Cupcic <<a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a>> wrote:<br>
</div><div><div></div><div>> Hi,<br>
> I'm trying to release my shadow_robot stack using the create.py script.<br>
> It didn't work as is and I had to modify it a bit:<br>
>  - config.repo_uri doesn't seem to exist<br>
> There's no need of doing a new checkout of the code to tag it so I commented<br>
> it out (as the checkout method was failing in tag_bzr).<br>
> The tag command subprocess call was not working because config.dev_branch is<br>
> undefined.<br>
> I used this:<br>
> bzr tag -d config.dev --force config.release_tag<br>
> I'll be happy to send a patch, but I'm really not sure of what each item in<br>
> the config is precisely supposed to be.<br>
> Cheers,<br>
> Ugo<br>
> --<br>
> Ugo Cupcic | Shadow Robot Company | <a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a><br>
> Software Engineer | 251 Liverpool Road |<br>
> need a Hand? | London N1 1LX | <a href="tel:%2B44%2020%207700%202487" value="+442077002487" target="_blank">+44 20 7700 2487</a><br>
> <a href="http://www.shadowrobot.com/hand/" target="_blank">http://www.shadowrobot.com/hand/</a> @shadowrobot<br>
><br>
><br>
</div></div><div>> _______________________________________________<br>
> ros-developers mailing list<br>
> <a href="mailto:ros-developers@code.ros.org" target="_blank">ros-developers@code.ros.org</a><br>
> <a href="https://code.ros.org/mailman/listinfo/ros-developers" target="_blank">https://code.ros.org/mailman/listinfo/ros-developers</a><br>
><br>
><br>
<br>
<br>
<br>
</div>--<br>
<font color="#888888">--<br>
Wim Meeussen<br>
Willow Garage Inc.<br>
<<a href="http://www.willowgarage.com" target="_blank">http://www.willowgarage.com</a>)<br>
</font><div><div></div><div>_______________________________________________<br>
ros-developers mailing list<br>
<a href="mailto:ros-developers@code.ros.org" target="_blank">ros-developers@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-developers" target="_blank">https://code.ros.org/mailman/listinfo/ros-developers</a><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div>Ugo Cupcic | Shadow Robot Company | <a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a> <br>Software Engineer | 251 Liverpool Road | <br>





need a Hand? | London N1 1LX | <a href="tel:%2B44%2020%207700%202487" value="+442077002487" target="_blank">+44 20 7700 2487</a> <br><a href="http://www.shadowrobot.com/hand/" target="_blank">http://www.shadowrobot.com/hand/</a> @shadowrobot <br>

<br>
</div></div>
</blockquote></div><br><br clear="all"><br></div></div>-- <br><div>Ugo Cupcic | Shadow Robot Company | <a href="mailto:ugo@shadowrobot.com" target="_blank">ugo@shadowrobot.com</a> <br>Software Engineer | 251 Liverpool Road | <br>



need a Hand? | London N1 1LX | <a href="tel:%2B44%2020%207700%202487" value="+442077002487" target="_blank">+44 20 7700 2487</a> <br>
<a href="http://www.shadowrobot.com/hand/" target="_blank">http://www.shadowrobot.com/hand/</a> @shadowrobot <br><br>
</div></div>
<br>_______________________________________________<br>
ros-developers mailing list<br>
<a href="mailto:ros-developers@code.ros.org" target="_blank">ros-developers@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-developers" target="_blank">https://code.ros.org/mailman/listinfo/ros-developers</a><br>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
ros-developers mailing list<br>
<a href="mailto:ros-developers@code.ros.org">ros-developers@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-developers" target="_blank">https://code.ros.org/mailman/listinfo/ros-developers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Tully Foote<br>Systems Engineer<br>Willow Garage, Inc.<br><a href="mailto:tfoote@willowgarage.com">tfoote@willowgarage.com</a><br>(650) 475-2827<br>