Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maketgz: put docs/RELEASE-TOOLS.md into the tarball #13239

Closed
wants to merge 4 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Mar 30, 2024

Generated with scripts/release-tools.sh

The script lists the exact Debian package names and version numbers for the tools that are used to generate the tarball.

docs/RELEASE-TOOLS.md

# Release tools

The following tools and their Debian package version numbers were used to
produce this release tarball.

- autoconf: 2.71-3
- automake: 1:1.16.5-1.3
- libtool: 2.4.7-7
- make: 4.3-4.1
- perl: 5.38.2-3.2
- git: 1:2.43.0-1+b1

# Reproduce the tarball

- Clone the repo and checkout the release tag
- Install the same set of tools + versions as listed above

## Do a standard build

- autoreconf -fi
- ./configure [...]
- make

## Generate the tarball

- ./maketgz [version]

Generated with scripts/release-tools.sh

The script lists the exact Debian package names and version numbers for
the tools that are used to generate the tarball.
@bagder bagder added the dist label Mar 30, 2024
@bagder bagder changed the title maketgz: put docs/RELEASE-TOOL.md into the tarball maketgz: put docs/RELEASE-TOOLS.md into the tarball Mar 30, 2024
@bagder bagder added the script label Mar 30, 2024
@bagder
Copy link
Member Author

bagder commented Mar 30, 2024

The script also uses sh, find, date, sed etc but I cannot see that their versions should be relevant

scripts/release-tools.sh Outdated Show resolved Hide resolved
scripts/release-tools.sh Outdated Show resolved Hide resolved
bagder and others added 2 commits March 31, 2024 11:08
Co-authored-by: kalvdans <github@kalvdans.no-ip.org>
Co-authored-by: kalvdans <github@kalvdans.no-ip.org>
@bagder bagder closed this in 5418812 Mar 31, 2024
@bagder bagder deleted the bagder/release-tools branch March 31, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants