[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Re: [Caffe] uploaded to mentors but NOT RFS



Hi,

On Wed, 2015-09-09 at 09:02 +0000, lumin wrote:
> snapshot versions use following strategy to come up with upstream version --
> should end with what 'git describe' ends with for the treeish: e.g.
> 
> $> git describe --tags e8e66
> rc2-513-ge8e660d
> 
> as you see -- current one is not understood by git,
> 
> $> git show 0.9999~rc2+git20150902+e8e660d3
> fatal: ambiguous argument '0.9999~rc2+git20150902+e8e660d3': unknown revision or path not in the working tree.
> Use '--' to separate paths from revisions, like this:
> 'git <command> [<revision>...] -- [<file>...]'
> 
> whenever such one (where you use "-g" instead of "+"):
> 
> $> git show 0.9999~rc2+git20150902-ge8e660d3
> commit e8e660d3ca5b5d8d1e8f2853c0d606cb525d8a72
> Merge: cbb2ed1 4f64b9e
> Author: Jeff Donahue <jeff.donahue@gmail.com>
> Date:   Tue Sep 1 19:37:41 2015 -0700
> 
>      Merge pull request #2990 from mattdawkins/add-openblas-path
>      
>      Add extra OpenBLAS include search path
> 
> does. that makes it possible for gbp to even generate tarball from that treeish if .orig is not found locally
> 
> just few cents hoping of help ;)
> 

Well, Thank you so much for this hint.
I'm planning to import new upstream version of caffe several days later,
at that time "treeish" will be used in new version string.

Thanks.



Reply to: