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

14 Commits

Author SHA1 Message Date
Volker Lendecke
3c3cfb9806 Fix a typo 2010-07-17 21:23:07 +02:00
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
ce3e34d37c s3:create-tarball: also include the VENDOR_PATCH in the version
Michael
2009-01-21 11:46:36 +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 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
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