#62 figure out image and livecd git hash at compose time
Closed: Fixed None Opened 9 years ago by ausil.

Docs for setting up image build have

'ksurl': 'https://git.fedorahosted.org/git/spin-kickstarts.git?somedirectoryifany#HEAD',

we really should figure out the best way to deal with the git commit, at least in fedora we always build from head, but we do want to track the actual hash of the commit. pungi should figure that out and put the commit hash in


This could help here:

$ git ls-remote https://git.fedorahosted.org/git/spin-kickstarts.git HEAD
1d9ef5a9c1e148b979c68a1b510f6b007e652d93    HEAD

The whole thing works from anywhere (no need to clone the repo).

Log in to comment on this ticket.

Metadata