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

10 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
Stefan Metzmacher
b2986dcb1d release-scripts/build-manpages-nogit: run make realdistclean at the end
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2015-08-17 17:43:36 +02:00
Michael Adam
b938979831 release-scripts: run build-manpages-nogit 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:48 +02:00
Michael Adam
cfdab79729 release-scripts: let build-manpages-nogit store generated docs under ./bin/docs
not under ./docs

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-09-12 23:52:38 +02:00
Michael Adam
eb4483e63c release-scripts: adapt build-manpages-nogit to renamed manpage directory 2012-09-10 01:06:49 +02:00
Michael Adam
156c188839 release-scripts: add gpl header comment to build-manpages-nogit 2011-01-18 14:19:07 +01:00
Michael Adam
7fe7d656e2 release-scripts: remove commented out line from git-version 2011-01-18 14:17:15 +01:00
Michael Adam
56f127d736 no need any more to manually create catalog file in build-manpages-nogit 2010-09-23 03:05:48 +02:00
Michael Adam
791246b857 add script to build only the manpages (not the complete docs) - no-git version
this version uses make clean to clean the source tree before building
2010-09-23 03:05:48 +02:00