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

20 Commits

Author SHA1 Message Date
Michael Adam
b845025daf s3:release-scripts: fix create-tarball to treat vendor patch level correctly 2010-03-08 23:38:55 +01:00
Karolin Seeger
77e2d2f1d2 create-tarball: Make it more comfortable to use the --copy-docs option.
Now you can directly specify the 'make release' output dir without any
modifications.

Karolin
2009-11-26 11:27:25 +01:00
Jelmer Vernooij
7248ff6d8f s3: Remove two more DFSG-nonfree text documents at release time. (Debian bug 2009-11-15 20:52:11 +01:00
Karolin Seeger
571f20cd4d release-scripts: Remove RFCs in source4/.
Remove RFCs as they are non-free content (with a strict interpretation of
the DFSG). Addresse Debian bug #538034.

Karolin
2009-07-28 13:22:35 +02:00
Michael Adam
b319549f12 build-docs: cleanup exit of the script
exit in the directory where it was called using pushd/popd.

Michael
2009-01-21 15:12:18 +01:00
Karolin Seeger
157864d1e8 build_docs: Use 'make distclean' instead of 'make clean'.
This fixes bug #6058.
Thanks to Christian Perrier for reporting!

Karolin
(cherry picked from commit 162e4b6660)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:59 +01:00
Karolin Seeger
ab4e84f09a build-docs: Change to the right directory before calling 'make clean'.
This fixes build-docs if it's called from the create-tarball script.

Karolin
(cherry picked from commit dd3ef73c8c)
(cherry picked from commit 8dd3a7bfde)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:59 +01:00
Karolin Seeger
9ec279f8e6 build-docs: Add 'make clean'.
Karolin
(cherry picked from commit cf40fb9723)

Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:58 +01:00
Michael Adam
ce3e34d37c s3:create-tarball: also include the VENDOR_PATCH in the version
Michael
2009-01-21 11:46:36 +01:00
Karolin Seeger
12e72140b9 build-docs: Use 'git clean' instead of 'git-clean'.
Karolin
2008-11-19 13:16:38 +01:00
Karolin Seeger
0cba859f12 s3 create-tarball.sh: Remove dashes in git commands.
Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands
any longer.

Karolin
2008-11-17 15:23:34 +01:00
Karolin Seeger
31dc362947 create-tarball: Adapt script to changed directory structure.
Karolin
2008-09-22 09:03:35 -07:00
Karolin Seeger
cb4d7b48e5 create-tarball: Don't remove /*.
These strings do appear several times. Extend the grep pattern to
get the right string only. This avoids the removal of /*!

Karolin
2008-09-22 09:03:35 -07:00
Karolin Seeger
a99a176707 create-tarball: Remove trailing/leading whitespaces.
Karolin
2008-09-22 09:03:35 -07:00
Gerald (Jerry) Carter
a263fa04e4 Add workaround for docs build and dependency on parameters.all.xml
(cherry picked from commit d4f5b5255f)
(This used to be commit c8154142d9)
2008-09-05 10:59:37 +02:00
Gerald W. Carter
175909f4e1 Release scripts: Update create-tarball to include docs and other packaging 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 7c96795e59)
2008-06-03 11:20:44 -05:00
Gerald (Jerry) Carter
9acd33131c Add simple script to build docs
(This used to be commit 0865f4615d)
2008-05-27 12:02:41 -05:00
Karolin Seeger
0289067c6b ask for the keyid in the release script.
(This used to be commit bccae94874)
2008-03-04 17:27:08 +01:00
Karolin Seeger
40ad573190 Fix release script.
(This used to be commit 400609bce5)
2008-02-29 17:03:00 +01:00
Gerald W. Carter
742fb9a620 Adding basic script to help in the creation of tarballs for release.
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 1df8f98602)
2008-01-15 16:53:26 -06:00