Release scripts: Update create-tarball to include docs and other packaging details.
authorGerald W. Carter <jerry@samba.org>
Tue, 27 May 2008 21:27:21 +0000 (16:27 -0500)
committerGerald W. Carter <jerry@samba.org>
Tue, 3 Jun 2008 16:20:44 +0000 (11:20 -0500)
commit175909f4e1df51a1e00db1804372db5920c5f209
tree86c5230df1e71e73348fc16da4c8dc7fba2dc0bf
parenta307e90f3f274cd307a5e7377bae4b27ae3a5c69
Release scripts: Update create-tarball to include docs and other packaging 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)
release-scripts/create-tarball