You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few weeks ago (Nov 13th) I created release packages using ./scripts/dmaketgz <version> as mentioned in RELEASE-PROCEDURE.md
I then created new packages today following same procedure. While the script (docker container) was running it reported:
datestamp 2024-11-13
Checking curlver.h from the new packages shows the same old date - Nov 13th.
As it turns out, the previous time dmaketgz was running, the created docker image was cached and the release date was kept in it as SOURCE_DATE_EPOCH variable. When running it again, docker found a cached image and used it instead of recreating. As a result, I got a new set of packages and release version, but old release date.
I expected the following
Correct date of release in curlver.h
curl/libcurl version
8.11.0
operating system
Red Hat Linux
The text was updated successfully, but these errors were encountered:
I did this
Few weeks ago (Nov 13th) I created release packages using
./scripts/dmaketgz <version>
as mentioned in RELEASE-PROCEDURE.mdI then created new packages today following same procedure. While the script (docker container) was running it reported:
Checking
curlver.h
from the new packages shows the same old date - Nov 13th.As it turns out, the previous time
dmaketgz
was running, the created docker image was cached and the release date was kept in it asSOURCE_DATE_EPOCH
variable. When running it again, docker found a cached image and used it instead of recreating. As a result, I got a new set of packages and release version, but old release date.I expected the following
Correct date of release in
curlver.h
curl/libcurl version
8.11.0
operating system
Red Hat Linux
The text was updated successfully, but these errors were encountered: