commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-65-ge21f5d


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-65-ge21f5d1
Date: Thu, 16 Apr 2015 12:16:58 +0000

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 "GNU Inetutils ".

The branch, master has been updated
       via  e21f5d17338a0b2e63206b487df8d0dbab9f7537 (commit)
      from  52aa241af16aaeb280a354fa5ae61416b450fd99 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=e21f5d17338a0b2e63206b487df8d0dbab9f7537


commit e21f5d17338a0b2e63206b487df8d0dbab9f7537
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Apr 16 14:11:12 2015 +0200

    Cleaner use of checked-out source tree.
    
    Add a second, missing instance of the sed script
    expected by `git-version-gen' for mangling our
    annotated tags.

diff --git a/ChangeLog b/ChangeLog
index 8f183e8..aa7960f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-04-16  Mats Erik Andersson  <address@hidden>
+
+       * cfg.mk (git-version-gen-tag-sed-script): New variable using
+       the same sed script as found in `configure.ac'.  It is needed
+       to get a more reliable target `dist'.
+
+       * tests/.gitignore: Add some generated test products.
+
 2015-04-15  Mats Erik Andersson  <address@hidden>
 
        * bootstrap: Updated from gnulib.
diff --git a/cfg.mk b/cfg.mk
index 12f0e4d..436e694 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -17,6 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
+git-version-gen-tag-sed-script = 's/inetutils-/v/; s/_/./g'
+
 news-check-regexp = '^Version $(VERSION_REGEXP):'
 
 _makefile_at_at_check_exceptions = ' && !/PATHDEFS_MAKE/'
diff --git a/tests/.gitignore b/tests/.gitignore
index 1901dcd..bb8b2f6 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,5 +1,10 @@
 addrpeek
+identify
 localhost
+ls
 readutmp
+tcpget
 tools.sh
 waitdaemon
+*.log
+*.trs

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

Summary of changes:
 ChangeLog        |    8 ++++++++
 cfg.mk           |    2 ++
 tests/.gitignore |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]