All of lore.kernel.org
 help / color / mirror / Atom feed
From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.01-12-g3a8f353
Date: 16 May 2008 09:19:25 -0000	[thread overview]
Message-ID: <20080516091925.19043.qmail@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=3a8f3538e1da5794e08ceb825a4b2b77e7052f6d

The branch, master has been updated
       via  3a8f3538e1da5794e08ceb825a4b2b77e7052f6d (commit)
      from  dc0eb68982a09f73568fd63e729fe171ac3c6943 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3a8f3538e1da5794e08ceb825a4b2b77e7052f6d
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date:   Fri May 16 11:17:51 2008 +0200

    [BUILD] Stop using DEVEL.DATE library soname
    
    Start using the official sonames also for development trees.
    release version is there to catch the same information.
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 configure                     |    8 ++++----
 make/official_release_version |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 make/official_release_version

diff --git a/configure b/configure
index c798363..bc0203e 100755
--- a/configure
+++ b/configure
@@ -737,9 +737,8 @@ if ((not defined($somajor)) || (not defined($sominor)) || (not defined($release_
 
   if ((not defined($somajor)) || (not defined($sominor))) {
     if (not defined($current_soname)) {
-      $somajor = DEVEL;
-      $sominor = `date +%s`;
-      chomp $sominor;
+      print "ERROR: SONAME not defined in make/official_release_version\n";
+      exit 1;
     } else {
       $current_soname =~ s/.*"(.*)"\n/$1/;
       my @release_soname = split /\./, $current_soname;
@@ -750,7 +749,8 @@ if ((not defined($somajor)) || (not defined($sominor)) || (not defined($release_
 
   if (not defined($release_version)) {
     if (not defined($current_version)) {
-      $release_version = "$somajor.$sominor";
+      $release_version = `date +%s`;
+      chomp $release_version;
     } else {
       $release_version = $current_version;
       $release_version =~ s/.*"(.*)"\n/$1/;
diff --git a/make/official_release_version b/make/official_release_version
new file mode 100644
index 0000000..3bdc875
--- /dev/null
+++ b/make/official_release_version
@@ -0,0 +1 @@
+SONAME "2.9"


hooks/post-receive
--
Cluster Project



                 reply	other threads:[~2008-05-16  9:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080516091925.19043.qmail@sourceware.org \
    --to=fabbione@sourceware.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.