- name: 'maketgz'
run: |
- SOURCE_DATE_EPOCH=1711526400 ./maketgz 99.98.97
+ SOURCE_DATE_EPOCH=1711526400 ./scripts/maketgz 99.98.97
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure --without-ssl --without-libpsl
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
-# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7.1
+# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/maketgz 8.7.1
#
# or get into a shell in the build environment, for example
#
# $ autoreconf -fi
# $ ./configure --without-ssl --without-libpsl
# $ make
-# $ ./maketgz 8.7.1
+# $ ./scripts/maketgz 8.7.1
# To update, get the latest digest e.g. from https://hub.docker.com/_/debian/tags
FROM debian:bookworm-slim@sha256:903d3225acecaa272bbdd7273c6c312c2af8b73644058838d23a8c9e6e5c82cf
plan9/src/mkfile.inc \
plan9/src/mkfile
-EXTRA_DIST = CHANGES.md COPYING maketgz Makefile.dist curl-config.in \
+EXTRA_DIST = CHANGES.md COPYING Makefile.dist curl-config.in \
RELEASE-NOTES libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) \
$(PLAN9_DIST) lib/libcurl.vers.in buildconf.bat Dockerfile
EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
mk-ca-bundle.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
- dmaketgz release-tools.sh verify-release cmakelint.sh
+ dmaketgz maketgz release-tools.sh verify-release cmakelint.sh
ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
autoreconf -fi
./configure --without-ssl --without-libpsl
make -sj8
- ./maketgz $version"
+ ./scripts/maketgz $version"
## Generate the tarball with the same timestamp
- export SOURCE_DATE_EPOCH=$timestamp
-- ./maketgz [version]
+- ./scripts/maketgz [version]
MOO