Diff earthly-0.7.15 with a earthly-0.7.17
/usr/portage/app-containers/earthly/earthly-0.7.17.ebuild 2023-10-09 14:52:28.220368318 +0300 | ||
---|---|---|
32 | 32 | |
33 | 33 |
# Git SHA is needed at runtime by earthly to pull and bootstrap images. |
34 | 34 |
local git_sha |
35 |
if [[ ${PV} == 0.7.15 ]] ; then |
|
36 |
git_sha=ae8f65528ad37a278985de2e234deb42b91e308f |
|
35 |
if [[ ${PV} == 0.7.17 ]] ; then |
|
36 |
git_sha=7b7d8f4abbc7a35034fcd29cfada52d3d25fcff2 |
|
37 | 37 |
else |
38 | 38 |
die 'Could not detect "git_sha", please update the ebuild.' |
39 | 39 |
fi |