summaryrefslogtreecommitdiff
path: root/release-scripts/create-tarball
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30release-scripts/create-tarball: always create a tag in form of samba-${version}Stefan Metzmacher1-20/+6
metze
2010-07-17Fix a typoVolker Lendecke1-1/+1
2010-03-08s3:release-scripts: fix create-tarball to treat vendor patch level correctlyMichael Adam1-1/+1
2009-11-26create-tarball: Make it more comfortable to use the --copy-docs option.Karolin Seeger1-0/+13
Now you can directly specify the 'make release' output dir without any modifications. Karolin
2009-11-15s3: Remove two more DFSG-nonfree text documents at release time. (Debian bugJelmer Vernooij1-0/+2
2009-07-28release-scripts: Remove RFCs in source4/.Karolin Seeger1-0/+8
Remove RFCs as they are non-free content (with a strict interpretation of the DFSG). Addresse Debian bug #538034. Karolin
2009-01-21s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam1-0/+4
Michael
2008-11-17s3 create-tarball.sh: Remove dashes in git commands.Karolin Seeger1-4/+4
Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands any longer. Karolin
2008-09-22create-tarball: Adapt script to changed directory structure.Karolin Seeger1-3/+3
Karolin
2008-09-22create-tarball: Don't remove /*.Karolin Seeger1-2/+2
These strings do appear several times. Extend the grep pattern to get the right string only. This avoids the removal of /*! Karolin
2008-09-22create-tarball: Remove trailing/leading whitespaces.Karolin Seeger1-4/+4
Karolin
2008-06-03Release scripts: Update create-tarball to include docs and other packaging ↵Gerald W. Carter1-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 (This used to be commit 7c96795e5954b6a716beb6f5a30d6c7bb1647717)
2008-03-04ask for the keyid in the release script.Karolin Seeger1-1/+7
(This used to be commit bccae9487485a6c9468bc6afb9ada8c8d9f6e135)
2008-02-29Fix release script.Karolin Seeger1-3/+10
(This used to be commit 400609bce5cd1ce7e3330b9f00bb1f08de9d3a12)
2008-01-15Adding basic script to help in the creation of tarballs for release.Gerald W. Carter1-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. (This used to be commit 1df8f98602ac4be1d37f9c7748da8b89db80215f)