1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Schneider
e4371a4c3b release-script: Fix shellcheck errors
./release-scripts/build-docs:4:7: error: Double quote array expansions
to avoid re-splitting elements. [SC2068]

Same error for the other scripts.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Wed Aug 17 11:03:54 UTC 2022 on sn-devel-184
2022-08-17 11:03:54 +00:00
Andreas Schneider
55cd39b92c release-scripts: Reformat shell scripts
shfmt -f release-scripts/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-03-03 00:59:34 +00:00
Michael Adam
3c5d2d5bcf release-scripts: run build-manpages-git with bash
On debian/ubuntu, the "dash" which is sh, does not
provide pushd/popd...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-09-12 23:52:45 +02:00
Michael Adam
068ae4824a release-scripts: let build-manpages-git store generated docs under bin/docs/
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-09-12 23:52:32 +02:00
Michael Adam
f5da2c1356 release-scripts: adapt build-manpages-git to moved manpage directory 2012-09-10 01:06:48 +02:00
Michael Adam
9e1bc39f76 release-scripts: add gpl header comment to build-manpages-git 2011-01-18 14:18:08 +01:00
Michael Adam
60d5a83e9e no need any more to create catalog file manually in build-manpages-git 2010-09-23 03:05:48 +02:00
Michael Adam
b56ebe5cac add script to build only the manual pages (not all the docs) - git version
the git version uses git clean to clean the docs source tree.
2010-09-23 03:05:48 +02:00