summaryrefslogtreecommitdiffstats
path: root/release-scripts
Commit message (Collapse)AuthorAgeFilesLines
* build-docs: cleanup exit of the scriptMichael Adam2009-01-281-6/+14
| | | | | | | | | | exit in the directory where it was called using pushd/popd. Michael (cherry picked from commit b319549f129b1c79afc9bfd4a84f2730b96d69a3) Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 0ee05c012e5f58c9132549c59cfd1ed74dd27759)
* build_docs: Use 'make distclean' instead of 'make clean'.Karolin Seeger2009-01-281-1/+1
| | | | | | | | | This fixes bug #6058. Thanks to Christian Perrier for reporting! Karolin (cherry picked from commit 162e4b66601b41dd5adb24e192f3b5a91dfb41cc) (cherry picked from commit 2545fcc48888628eef2d6b83ef5656be1e53bf7e)
* build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2008-12-091-1/+1
| | | | | | | This fixes build-docs if it's called from the create-tarball script. Karolin (cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3)
* build-docs: Use 'git clean' instead of 'git-clean'.Karolin Seeger2008-12-091-1/+1
| | | | | | Karolin (cherry picked from commit 12e72140b944f844e7f44f21a087ab4a4ecc51a7) (cherry picked from commit ab02316ced8b0dc0d577960d1bab02d239313ef5)
* 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)
* build-docs: Add 'make clean'.Karolin Seeger2008-12-091-0/+3
| | | | | | | | Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) (cherry picked from commit 6e1d92e3b324a0759486f914a0e4b32be1142aee) (cherry picked from commit 656189740d701246a8689e3348510715122bf148) (cherry picked from commit 4f9f592ab792e36e870bbeba96a1fb8f0ee9efda)
* Revert "build-docs: Add 'make clean'."Karolin Seeger2008-11-171-3/+0
| | | | This reverts commit 4f9f592ab792e36e870bbeba96a1fb8f0ee9efda.
* build-docs: Add 'make clean'.Karolin Seeger2008-09-181-0/+3
| | | | | | | Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) (cherry picked from commit 6e1d92e3b324a0759486f914a0e4b32be1142aee) (cherry picked from commit 656189740d701246a8689e3348510715122bf148)
* Add workaround for docs build and dependency on parameters.all.xmlGerald (Jerry) Carter2008-09-051-2/+5
| | | | | | | | (cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918) (cherry picked from commit c8154142d97ccf973feb36d77f932c893fda0af5) (cherry picked from commit c91e7e9f7f392d5ba850619395eddac34617f1e4) (cherry picked from commit bdb0a5d5fdbc331e11391f7b6e0aae963cebd3fc) (cherry picked from commit babe47a0ca130888eb478e2f5ff8d5ec04810938)
* 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)
* Add simple script to build docsGerald (Jerry) Carter2008-09-051-0/+25
| | | | | (cherry picked from commit 0865f4615d3ee91673dd6d02c6537765f34b3129) (cherry picked from commit 16fe020367f3d63c4ff1391f265bdaa48764900f)
* 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.