[gobject-introspection] tools: move verbump.py from tools to misc...



commit 87b047cabacfadc3fa04b541ab6d57ff50dbcba8
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Tue Apr 21 17:01:15 2015 +0200

    tools: move verbump.py from tools to misc...
    
    ... so it lives next to the rest of the maintainer utilities.

 Makefile.am                |    2 +-
 {tools => misc}/verbump.py |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1a988a5..cbd5712 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,7 @@ prepare-release-tag: Makefile
        git tag -m "Tag $(TAG_VERSION)" -a $(TAG_PREFIX)$(TAG_VERSION)
 
 prepare-minor-release: $(DISTNAME) prepare-release-tag Makefile
-       env top_srcdir=$(top_srcdir) python $(top_srcdir)/tools/verbump.py
+       env top_srcdir=$(top_srcdir) python $(top_srcdir)/misc/verbump.py
 
 upload-release: $(DISTNAME) Makefile
        git log origin/master..master
diff --git a/tools/verbump.py b/misc/verbump.py
similarity index 100%
rename from tools/verbump.py
rename to misc/verbump.py


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