History log of /curl/scripts/dmaketgz (Results 1 – 5 of 5)
Revision Date Author Comments
# 5c14d696 05-Sep-2024 Daniel Stenberg

maketgz: move from / into scripts

Closes #14797


# d0afb339 02-Aug-2024 Daniel Stenberg

dmaketgz: only run 'make distclean' if Makefile exists

... so that we can avoid the build failure if we run this in a clean
checkout.

Also remove -it from the docker invoke sinc

dmaketgz: only run 'make distclean' if Makefile exists

... so that we can avoid the build failure if we run this in a clean
checkout.

Also remove -it from the docker invoke since it is not interactive and
it needs no TTY. They made the job fail in the CI.

show more ...


# bc5261a1 10-May-2024 Daniel Stenberg

dmaketgz: accept a SOURCE_DATE_EPOCH as an second argument

to make it easier to reproduce a tarball

Closes #13573


# 7afb0e1b 16-Apr-2024 Daniel Stenberg

dmaketgz: compacter

Removes the need for disabling shellcheck warnings.

Follow-up to d28f74913c2
Proposed-by: Viktor Szakats
Closes #13391


# d28f7491 16-Apr-2024 Daniel Stenberg

dmaketgz: release tarball generation using docker

For easier reproducibility.

Mention using this script in RELEASE-PROCEDURE

Closes #13388