All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gene Czarcinski <gene@czarc.net>
To: linux-btrfs@vger.kernel.org
Cc: Gene Czarcinski <gene@czarc.net>
Subject: [PATCH 0/3] Btrfs-progs Add spec file template and script to create tarball
Date: Tue, 22 Jan 2013 12:22:03 -0500	[thread overview]
Message-ID: <1358875326-28636-1-git-send-email-gene@czarc.net> (raw)

This series of patches adds an rpm spec file template for btrfs-progs and
a script to create an archive/tarball which includes an updated spec file.

The "optional" second patch adds make archive which executes do-archve.sh.

The "optional" third patch changes version.sh and btrfs-progs.spec.in
to handle future updates when the version changes.

Gene Czarcinski (3):
  Btrfs-progs Add rpm spec template and create tarball
  Btrfs-progs Add make archive
  Btrfs-progs Change rpm spec file to be handle version     This
    "optional" patch changes version.sh and the rpm spec file to    
    handle changes in the version and still work properly.  The
    "default"     version in version.sh is changed to VERSION and
    v="$VERSION".     The rpm spec file now update \$VERSION which will
    not change.     Signed-off-by: Gene Czarcinski <gene@czarc.net>

 Makefile            |  6 +++++-
 btrfs-progs.spec.in | 46 +++++++++++++++++++++++++++++++++++++++
 do-archive.sh       | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 version.sh          |  3 ++-
 4 files changed, 115 insertions(+), 2 deletions(-)
 create mode 100644 btrfs-progs.spec.in
 create mode 100644 do-archive.sh

-- 
1.8.1


             reply	other threads:[~2013-01-22 17:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-22 17:22 Gene Czarcinski [this message]
2013-01-22 17:22 ` [PATCH 1/3] Btrfs-progs Add rpm spec template and create tarball Gene Czarcinski
2013-01-22 17:22 ` [PATCH 2/3] Btrfs-progs Add make archive Gene Czarcinski
2013-01-22 21:52   ` Mike Fleetwood
2013-01-23 15:03     ` Gene Czarcinski
2013-01-22 17:22 ` [PATCH 3/3] Btrfs-progs Change rpm spec file to be handle version This "optional" patch changes version.sh and the rpm spec file to handle changes in the version and still work properly. The "default" version in version.sh is changed to VERSION and v="$VERSION". The rpm spec file now update \$VERSION which will not change. Signed-off-by: Gene Czarcinski <gene@czarc.net> Gene Czarcinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358875326-28636-1-git-send-email-gene@czarc.net \
    --to=gene@czarc.net \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.