[molpro-user] Error in ci test jobs
Elisa Rebolini
rebolini at lct.jussieu.fr
Fri Sep 20 12:56:40 BST 2013
Here it is:
TAG=$(shell cd $(BASE); git name-rev --name-only --tags HEAD)
SHA1=$(shell cd $(BASE); git rev-parse HEAD)
SHA1SHORT=$(shell cd $(BASE); git rev-parse HEAD | cut -c 1-7)
ifeq ($(TAG),undefined)
NAME=$(VERSION).$(SHA1SHORT)
else
NAME=$(TAG)
endif
--
Elisa
Le 20/09/2013 13:19, Andy May a écrit :
> Elisa,
>
> The CONFIG file is missing the SHA1, can you also send the file
> src/make/git.mk from the build?
>
> Thanks,
>
> Andy
>
> On 20/09/13 12:11, Elisa Rebolini wrote:
>> Dear Andy,
>> Here is the CONFIG file.
>> Thank you
More information about the Molpro-user
mailing list