summaryrefslogtreecommitdiff
path: root/release-scripts
Commit message (Collapse)AuthorAgeFilesLines
* release-scripts/build-manpages-nogit: run make realdistclean at the endStefan Metzmacher2015-08-171-0/+4
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* build-htmlman-nogit: Run build-htmlman-nogit with bash.Karolin Seeger2013-05-301-1/+1
| | | | | | | | | | | | On debian/ubuntu, the "dash" which is sh, does not provide pushd/popd... Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu May 30 04:48:06 CEST 2013 on sn-devel-104
* build-htmlman-git: Run build-htmlman-git with bash.Karolin Seeger2013-05-301-1/+1
| | | | | | | | | On debian/ubuntu, the "dash" which is sh, does not provide pushd/popd... Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build-htmlman-nogit: manpages-3 has been moved to manpages.Karolin Seeger2013-05-301-1/+1
| | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build-htmlman-git: manpages-3 has been moved to manpages.Karolin Seeger2013-05-301-1/+1
| | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: Remove old create-tarball release scriptAndrew Bartlett2013-05-271-235/+0
| | | | | | | | Releases are now done via "waf dist" and script/librelease.sh. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* Fix release script to build full set of documentationAlexander Bokovoy2012-10-021-2/+1
| | | | | | | | | | | build-docs script was not setting XML catalog properly. In addition, some time ago pdf versions of images were introduced as generated dependencies in our books but svg -> pdf rule was not added, so building books never finished properly. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Tue Oct 2 16:21:23 CEST 2012 on sn-devel-104
* release-scripts: run build-manpages-nogit with bashMichael Adam2012-09-121-1/+1
| | | | | | | On debian/ubuntu, the "dash" which is sh, does not provide pushd/popd... Signed-off-by: Stefan Metzmacher <metze@samba.org>
* release-scripts: run build-manpages-git with bashMichael Adam2012-09-121-1/+1
| | | | | | | On debian/ubuntu, the "dash" which is sh, does not provide pushd/popd... Signed-off-by: Stefan Metzmacher <metze@samba.org>
* release-scripts: let build-manpages-nogit store generated docs under ./bin/docsMichael Adam2012-09-121-1/+1
| | | | | | not under ./docs Signed-off-by: Stefan Metzmacher <metze@samba.org>
* release-scripts: let build-manpages-git store generated docs under bin/docs/Michael Adam2012-09-121-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* docs: Rename htmlman3 -> htmlman.Karolin Seeger2012-09-102-2/+2
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 10 14:19:42 CEST 2012 on sn-devel-104
* release-scripts: adapt build-manpages-nogit to renamed manpage directoryMichael Adam2012-09-101-2/+2
|
* release-scripts: adapt build-manpages-git to moved manpage directoryMichael Adam2012-09-101-2/+2
|
* release-scripts/create-tarball: always create a tag in form of samba-${version}Stefan Metzmacher2011-06-301-20/+6
| | | | metze
* release-scripts: add build-htmlman-nogitMichael Adam2011-01-181-0/+55
| | | | | | | non-git version of a script to ease building of html version of manpages Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Jan 18 15:07:09 CET 2011 on sn-devel-104
* release-scripts: add build-htmlman-gitMichael Adam2011-01-181-0/+52
| | | | git version of a script to ease building of html version of manpages
* release-scripts: add gpl header comment to build-manpages-nogitMichael Adam2011-01-181-0/+14
|
* release-scripts: add gpl header comment to build-manpages-gitMichael Adam2011-01-181-0/+14
|
* release-scripts: remove commented out line from git-versionMichael Adam2011-01-181-2/+0
|
* no need any more to manually create catalog file in build-manpages-nogitMichael Adam2010-09-231-8/+1
|
* no need any more to create catalog file manually in build-manpages-gitMichael Adam2010-09-231-5/+0
|
* add script to build only the manpages (not the complete docs) - no-git versionMichael Adam2010-09-231-0/+49
| | | | this version uses make clean to clean the source tree before building
* add script to build only the manual pages (not all the docs) - git versionMichael Adam2010-09-231-0/+42
| | | | the git version uses git clean to clean the docs source tree.
* Fix a typoVolker Lendecke2010-07-171-1/+1
|
* s3:release-scripts: fix create-tarball to treat vendor patch level correctlyMichael Adam2010-03-081-1/+1
|
* create-tarball: Make it more comfortable to use the --copy-docs option.Karolin Seeger2009-11-261-0/+13
| | | | | | | Now you can directly specify the 'make release' output dir without any modifications. Karolin
* s3: Remove two more DFSG-nonfree text documents at release time. (Debian bugJelmer Vernooij2009-11-151-0/+2
|
* release-scripts: Remove RFCs in source4/.Karolin Seeger2009-07-281-0/+8
| | | | | | | Remove RFCs as they are non-free content (with a strict interpretation of the DFSG). Addresse Debian bug #538034. Karolin
* build-docs: cleanup exit of the scriptMichael Adam2009-01-211-6/+14
| | | | | | exit in the directory where it was called using pushd/popd. Michael
* build_docs: Use 'make distclean' instead of 'make clean'.Karolin Seeger2009-01-211-1/+1
| | | | | | | | | | This fixes bug #6058. Thanks to Christian Perrier for reporting! Karolin (cherry picked from commit 162e4b66601b41dd5adb24e192f3b5a91dfb41cc) Signed-off-by: Michael Adam <obnox@samba.org>
* build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2009-01-211-1/+1
| | | | | | | | | | This fixes build-docs if it's called from the create-tarball script. Karolin (cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3) (cherry picked from commit 8dd3a7bfde16e85a9ee509cf6bcfc788062705a5) Signed-off-by: Michael Adam <obnox@samba.org>
* build-docs: Add 'make clean'.Karolin Seeger2009-01-211-0/+3
| | | | | | | Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam2009-01-211-0/+4
| | | | Michael
* 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)