> > Not working for me. > :-( >But that's because I used shallow clones! Works OK without the "--depth 1". $ cat package_version | grep "PACKAGE_VERSION" PACKAGE_VERSION="1.1-beta-24-ga32fa31" $ cat package_version | grep "PACKAGE_VERSION" PACKAGE_VERSION="0.1.7-9-g4d0df2b"
On 01/10/13 12:20 PM, bat guano wrote:> But that's because I used shallow clones! Works OK without the > "--depth 1".Yep, that will do it. I guess we could fall back to 'git rev-parse HEAD'. Or disable the git: protocol. -r
----------------------------------------> I guess we could ...Hi Your "--always" commit here ---> http://git.xiph.org/?p=opus.git;a=commit;h=c435f06b308e52d7a5d2aad9eec98a1541832b47 has fixed it for "--depth 1" with opus. PACKAGE_VERSION="1.1-beta-24-ga32fa31" Are you going to apply a similar fix to opus-tools?