[hipl-dev] Re: [Branch ~hipl-core/hipl/trunk] Rev 5192: Updated maintainer script

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Tue, 30 Nov 2010 16:42:20 +0100

On Tue, Nov 30, 2010 at 04:33:26PM +0100, Diego Biurrun wrote:
> On Tue, Nov 30, 2010 at 05:22:31PM +0200, Miika Komu wrote:
> >
> > On 11/29/2010 11:32 AM, Diego Biurrun wrote:
> >> On Fri, Nov 26, 2010 at 09:29:31PM +0000, noreply@xxxxxxxxxxxxx wrote:
> >>> revno: 5192
> >>> committer: Miika Komu<miika@xxxxxx>
> >>> branch nick: trunk
> >>> timestamp: Fri 2010-11-26 23:27:47 +0200
> >>> message:
> >>>    Updated maintainer script
> >>>
> >>>    Rationalized naming convention of variables. Corrected bzr repository
> >>>    address when fetching new it for the first time and fixed a missing
> >>>    directory change.
> >>> modified:
> >>>    tools/maintainer/bzr-update-hipl
> >>>
> >>> --- tools/maintainer/bzr-update-hipl      2010-11-26 20:14:54 +0000
> >>> +++ tools/maintainer/bzr-update-hipl      2010-11-26 21:27:47 +0000
> >>> @@ -16,14 +16,16 @@
> >>>       mkdir $TMP_DIR
> >>> +    cd $TMP_DIR
> >>>       bzr init-repo hipl-bzr
> >>>       cd hipl-bzr
> >>> -    bzr checkout file:///var/archive/hipl-bzr/$REVISION
> >>> -    cd $REVISION
> >>> +    bzr checkout lp:hipl
> >>> +    mv hipl $BRANCH
> >>
> >> Just do this in one go:
> >>
> >>    bzr checkout lp:hipl $BRANCH
> >
> > thanks, done.
> 
> Now that I look at this again, the following should be considerably
> faster:
> 
>   bzr checkout --lightweight lp:hipl $BRANCH

On second thought: Forget about it, you do a complete bzr log below,
this will need a net connection to launchpad with a lightweight
checkout, so there will be no speedup in total.

Diego

Other related posts: