Good day.

I've trying to get git commit which become the XCP 1.6.

I download source-1.iso, unpack rpm and found xapi-version patch:

@@ -0,0 +1,13 @@
+(* This file is autogenerated. Grep for e17512ce-ba7c-11df-887b-0026b9799147 (random uuid) to see where it comes from. ;o) *)
+ let git_id = "e92405831b3300f6d2108d7bd0d2c329b4d1e918"

I looked to source and found:

.PHONY: version
version:
@printf "(* This file is autogenerated. Grep for e17512ce-ba7c-11df-887b-0026b9799147 (random uuid) to see where it comes from. ;o) *) \n \ let git_id = \"$(shell git show-ref --head | grep -E ' HEAD$$' | cut -f 1 -d ' ')\" \n \

So I tried to find commit e92405831b3300f6d2108d7bd0d2c329b4d1e918 in git repository on github.com/xen-org/xen-api, but failed.

Where is the repository with that magic commit e92405831b3300f6d2108d7bd0d2c329b4d1e918?

Thanks.

_______________________________________________
Xen-api mailing list
[email protected]
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

Reply via email to