summaryrefslogtreecommitdiffstats
path: root/release-scripts
Commit message (Collapse)AuthorAgeFilesLines
* build-docs: Use 'git clean' instead of 'git-clean'.Karolin Seeger2008-11-191-1/+1
| | | | Karolin
* s3 create-tarball.sh: Remove dashes in git commands.Karolin Seeger2008-11-171-4/+4
| | | | | | | Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands any longer. Karolin
* create-tarball: Adapt script to changed directory structure.Karolin Seeger2008-09-221-3/+3
| | | | Karolin
* create-tarball: Don't remove /*.Karolin Seeger2008-09-221-2/+2
| | | | | | | These strings do appear several times. Extend the grep pattern to get the right string only. This avoids the removal of /*! Karolin
* create-tarball: Remove trailing/leading whitespaces.Karolin Seeger2008-09-221-4/+4
| | | | Karolin
* Add workaround for docs build and dependency on parameters.all.xmlGerald (Jerry) Carter2008-09-051-2/+5
| | | | | (cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918) (This used to be commit c8154142d97ccf973feb36d77f932c893fda0af5)
* Release scripts: Update create-tarball to include docs and other packaging ↵Gerald W. Carter2008-06-031-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)
* Add simple script to build docsGerald (Jerry) Carter2008-05-271-0/+25
| | | | (This used to be commit 0865f4615d3ee91673dd6d02c6537765f34b3129)
* ask for the keyid in the release script.Karolin Seeger2008-03-041-1/+7
| | | | (This used to be commit bccae9487485a6c9468bc6afb9ada8c8d9f6e135)
* Fix release script.Karolin Seeger2008-02-291-3/+10
| | | | (This used to be commit 400609bce5cd1ce7e3330b9f00bb1f08de9d3a12)
* 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. (This used to be commit 1df8f98602ac4be1d37f9c7748da8b89db80215f)