Re: [ros-users] Ros release script feedback

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: ros-users
Emne: Re: [ros-users] Ros release script feedback
On Thursday 29 September 2011 17:55:50 Brian Gerkey wrote:
> hi Peter,
>
> On Thu, Sep 29, 2011 at 5:26 AM, Peter Soetens <>

wrote:
> > I wonder if the release scripts could be modified such that the VCS
> > module gets an extra option 'aim' which contains one of
> > "package"/"tag"/"branch". The git vcs module could use this information
> > to decide if a recursive checkout is needed or not.
>
> That sounds like a good feature. Do you think you could provide a
> patch that implements it?
>
> We (at Willow) don't use git much (we're still using svn a lot, and
> for DVCS, we're mostly on hg), so we don't see the problem you're
> describing.
>
> > Another question which rises is why on earth 3 checkouts are done, and
> > why it doesn't work on a single checkout of the sources.
>
> Perhaps another patch? For svn (where the release scripts started),
> there's only 1 checkout; the tag and branch steps are invoked
> remotely.


Patch on ticket https://code.ros.org/trac/ros/ticket/3696

I've tested it on one of my stacks.

Other dvcs could use the same system too, but since I don't use them, I could
not test them, hence could not change them.

Peter