summaryrefslogtreecommitdiffstats
path: root/release-scripts/create-tarball
Commit message (Collapse)AuthorAgeFilesLines
* s3 create-tarball.sh: Remove dashes in git commands.Karolin Seeger2008-12-091-4/+4
| | | | | | | | | | | Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands any longer. Karolin (cherry picked from commit 0cba859f12177aaf3ef2d96663f0a51f61c24d56) (cherry picked from commit 3d64e67de2b50f7b781aa3f5ad13ec8e866d4333) (cherry picked from commit aa41a80969bd413d5922c602c7309bd8c05f3181) (cherry picked from commit 0b4dd0cb1f81126344a6fe3304b46f880089718d)
* Release scripts: Update create-tarball to include docs and other packaging ↵Gerald W. Carter2008-09-051-94/+218
| | | | | | | | | | | | | | | | | | details. I've updated the create-tarball script to support command line options, docs build (or copy and existing build), and to run the packaging update scripts. $ release-scripts/create-tarball --help Usage release-scripts/create-tarball [options] --help Print command usage --branch <name> Specify the branch to to create the archive file from --copy-docs <dir> Copy documentation from <dir> rather than building --tag <name> Tag name for release --keyid <email> The GnuPG key ID used to sign the release tag (cherry picked from commit 7c96795e5954b6a716beb6f5a30d6c7bb1647717) (cherry picked from commit 4a5830fb03152cf59f27c762046554eb6df5cb65)
* ask for the keyid in the release script.samba-3.2.0pre2Karolin Seeger2008-03-041-1/+7
|
* Fix release script.Karolin Seeger2008-02-291-3/+10
|
* Adding basic script to help in the creation of tarballs for release.Gerald W. Carter2008-01-151-0/+85
Developers can use this to create tarballs for testing or general purpose QA. Usage: release-scripts/create-tarball The script will prompt for information as necessary.