gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, master, updated. gsasl-1-7-1-4-g914a74a


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-7-1-4-g914a74a
Date: Thu, 09 Feb 2012 19:03:05 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=914a74a4f7c8cffa474e49b29cc98d014448c87e

The branch, master has been updated
       via  914a74a4f7c8cffa474e49b29cc98d014448c87e (commit)
      from  36f3a2c1d1c137a8a963a78e21c78d9b98be73c6 (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 914a74a4f7c8cffa474e49b29cc98d014448c87e
Author: Simon Josefsson <address@hidden>
Date:   Thu Feb 9 20:02:58 2012 +0100

    Add and fix gnupload commands.

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

Summary of changes:
 cfg.mk                |    6 +++++-
 gl/Makefile.am        |    9 ++++++++-
 gl/m4/gnulib-cache.m4 |    3 ++-
 gl/m4/gnulib-comp.m4  |    2 ++
 4 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 73a2abf..2d0048d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -201,8 +201,12 @@ release-check: syntax-check i18n tarball binaries 
cyclo-copy gendoc-copy gtkdoc-
 
 release-upload-www: cyclo-upload gendoc-upload gtkdoc-upload doxygen-upload 
coverage-upload clang-upload
 
+site = alpha.gnu.org
+
 release-upload-ftp:
-       gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz 
lib/lib$(distdir).tar.gz windows/gsasl-*.zip
+       $(_build-aux)/gnupload --to $(site):$(PACKAGE) $(distdir).tar.gz
+       cd lib && ../$(_build-aux)/gnupload --to $(site):$(PACKAGE) 
lib$(distdir).tar.gz
+       cd windows && ../$(_build-aux)/gnupload --to $(site):$(PACKAGE) 
gsasl-*.zip
        cp -v $(distdir).tar.gz* lib/lib$(distdir).tar.gz* windows/gsasl-*.zip* 
../releases/$(PACKAGE)/
        git push
        git push --tags
diff --git a/gl/Makefile.am b/gl/Makefile.am
index e17681c..50e1728 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -21,7 +21,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override 
--lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc 
--tests-base=gltests --aux-dir=lib/build-aux --with-tests 
--avoid=update-copyright-tests --no-conditional-dependencies --libtool 
--macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs 
getaddrinfo getopt-gnu getpass-gnu maintainer-makefile manywarnings netdb 
netinet_in pmccabe2html poll progname quote readline recv shutdown socket 
striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf 
version-etc warnings xalloc
+# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override 
--lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc 
--tests-base=gltests --aux-dir=lib/build-aux --with-tests 
--avoid=update-copyright-tests --no-conditional-dependencies --libtool 
--macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs 
getaddrinfo getopt-gnu getpass-gnu gnupload maintainer-makefile manywarnings 
netdb netinet_in pmccabe2html poll progname quote readline recv shutdown socket 
striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf 
version-etc warnings xalloc
 
 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
 
@@ -415,6 +415,13 @@ EXTRA_DIST += $(top_srcdir)/GNUmakefile
 
 ## end   gnulib module gnumakefile
 
+## begin gnulib module gnupload
+
+
+EXTRA_DIST += $(top_srcdir)/lib/build-aux/gnupload
+
+## end   gnulib module gnupload
+
 ## begin gnulib module gperf
 
 GPERF = gperf
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4
index 18ce395..543d909 100644
--- a/gl/m4/gnulib-cache.m4
+++ b/gl/m4/gnulib-cache.m4
@@ -27,7 +27,7 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl 
--source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests 
--aux-dir=lib/build-aux --with-tests --avoid=update-copyright-tests 
--no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files 
autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu 
getpass-gnu maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll 
progname quote readline recv shutdown socket striconv strtok_r sys_time unistd 
update-copyright valgrind-tests vasprintf version-etc warnings xalloc
+#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl 
--source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests 
--aux-dir=lib/build-aux --with-tests --avoid=update-copyright-tests 
--no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files 
autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu 
getpass-gnu gnupload maintainer-makefile manywarnings netdb netinet_in 
pmccabe2html poll progname quote readline recv shutdown socket striconv 
strtok_r sys_time unistd update-copyright valgrind-tests vasprintf version-etc 
warnings xalloc
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([gl/override])
@@ -41,6 +41,7 @@ gl_MODULES([
   getaddrinfo
   getopt-gnu
   getpass-gnu
+  gnupload
   maintainer-makefile
   manywarnings
   netdb
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index 29a29bc..9f4511d 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -117,6 +117,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module gettimeofday:
   # Code from module gettimeofday-tests:
   # Code from module gnumakefile:
+  # Code from module gnupload:
   # Code from module gperf:
   # Code from module havelib:
   # Code from module hostent:
@@ -978,6 +979,7 @@ AC_DEFUN([gltests_LIBSOURCES], [
 AC_DEFUN([gl_FILE_LIST], [
   build-aux/config.rpath
   build-aux/gendocs.sh
+  build-aux/gnupload
   build-aux/pmccabe.css
   build-aux/pmccabe2html
   build-aux/snippet/_Noreturn.h


hooks/post-receive
-- 
GNU gsasl



reply via email to

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