[rabbitmq-discuss] make up_c

Simon MacMullen simon at rabbitmq.com
Mon Mar 11 18:02:19 GMT 2013


On 11/03/13 17:15, Ben Hood wrote:
> Hi,
>
> I was wondering whether every sub repo in the umbrella should have a tag
> of every release.

No, only the ones that have actually formed part of that release.

> For example, if you do:
>
> $ make BRANCH=rabbitmq_v3_0_3 up_c
>
> This works fine until the Makefile hits rabbitmq-test, when the absence
> of the revision 'rabbitmq_v3_0_3' causes the Makefile to halt.
>
> Should this tag exist for this repo?

The problem you have is that you are updating using the Makefile for 
default (which includes rabbitmq-test). Try:

$ hg up rabbitmq_v3_0_3
$ make BRANCH=rabbitmq_v3_0_3 up_c

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list