1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
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