| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Michael
(cherry picked from commit ce3e34d37ce5592e0268be5d16240387d971585a)
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
| |
This fixes bug #6058.
Thanks to Christian Perrier for reporting!
Karolin
|
|
|
|
|
|
|
| |
This fixes build-docs if it's called from the create-tarball script.
Karolin
(cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 12e72140b944f844e7f44f21a087ab4a4ecc51a7)
|
|
|
|
|
|
|
|
| |
Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands
any longer.
Karolin
(cherry picked from commit 0cba859f12177aaf3ef2d96663f0a51f61c24d56)
|
|
|
|
| |
Karolin
|
|
|
|
|
| |
(cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918)
(cherry picked from commit c8154142d97ccf973feb36d77f932c893fda0af5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
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.
|