libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_13-1-g3958a86


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_13-1-g3958a86
Date: Thu, 31 May 2012 15:35:06 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=3958a867484222dfb5c2e7e48497bbfc368aa10b

The branch, master has been updated
       via  3958a867484222dfb5c2e7e48497bbfc368aa10b (commit)
      from  ce3e0c00b962a21142da7cfdb3248e2c43615de3 (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 3958a867484222dfb5c2e7e48497bbfc368aa10b
Author: Simon Josefsson <address@hidden>
Date:   Thu May 31 17:35:00 2012 +0200

    Fix release targets.

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

Summary of changes:
 cfg.mk                  |    6 +++---
 windows/libtasn14win.mk |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 4ca0fa6..aaa5f56 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -149,16 +149,16 @@ libtasn14win-upload:
        cd windows && make -f libtasn14win.mk upload VERSION=$(VERSION)
 
 source:
-       git tag -u b565716f! -m $(VERSION) $(tag)
+       git tag -u b565716f -m $(VERSION) $(tag)
 
 release-check: syntax-check tarball libtasn14win gendoc-copy gtkdoc-copy 
coverage coverage-copy clang clang-copy
 
 release-upload-www: gendoc-upload gtkdoc-upload coverage-upload clang-upload
 
 release-upload-ftp:
-       git push
-       git push --tags
        build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.gz
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
+       git push
+       git push --tags
 
 release: release-check release-upload-www source release-upload-ftp 
libtasn14win-upload
diff --git a/windows/libtasn14win.mk b/windows/libtasn14win.mk
index e82fcde..d832ccf 100644
--- a/windows/libtasn14win.mk
+++ b/windows/libtasn14win.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
@@ -47,5 +47,5 @@ doit:
        zip -r ../../$(distdir)-win$(ARCH).zip *
 
 upload:
-       gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir)-win32.zip 
$(distdir)-win64.zip
+       ../build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir)-win32.zip 
$(distdir)-win64.zip
        cp $(distdir)-win32.zip $(distdir)-win32.zip.sig $(distdir)-win64.zip 
$(distdir)-win64.zip.sig ../../releases/$(PACKAGE)/


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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