On 27/03/14 19:45, Brad King wrote:
> On 03/27/2014 02:35 PM, Brad King wrote:
>> Please take a look at the failure on the continuous test submissions.
>>
>>  fatal: Couldn't find remote ref origin/master
>>  fatal: The remote end hung up unexpectedly
> 
> Is there a particular version requirement on Git?

I don't think so. I believe the problem was the "origin/" in the tag. I
just pushed a fix that strips "origin/" from the tag to see if this
fixes the tests, but I'm not sure if this is correct, what if the
tag/branch name is actually "origin/something"?

I think I can do something better by parsing the output of
git show-ref ${git_tag}. I will try later.


> Also I just noticed this line:
> 
>> +        COMMAND \"${git_EXECUTABLE}\" stash --all --quiet
> 
> That should be "stash save --all --quiet" because "git stash" may
> some day do nothing without the explicit "save" command.

Fixed.


Daniele

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to