[git] gnupg-doc - branch, master, updated. 3795fe224f53aa6ef9e98c350519274874afb04d

by Werner Koch cvs at cvs.gnupg.org
Tue Apr 4 18:27:00 CEST 2017


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 "The GnuPG website and other docs".

The branch, master has been updated
       via  3795fe224f53aa6ef9e98c350519274874afb04d (commit)
       via  eefb7b978a8463593ec96606cd558d7a27524a95 (commit)
      from  7284451e89f576666bc53e8f67f024417d79c4d0 (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 3795fe224f53aa6ef9e98c350519274874afb04d
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 4 18:23:05 2017 +0200

    tools: Minor fix to build-website.sh
    
    We need to move the headlines.txt also to the webspace so that the
    mkkudos script can use them to update the list of recent blog entries
    on the frontpage.

diff --git a/tools/build-website.sh b/tools/build-website.sh
index 22f235f..3a8b945 100755
--- a/tools/build-website.sh
+++ b/tools/build-website.sh
@@ -98,7 +98,7 @@ fi
 trap "rm -f $LOCKFILE" 0
 
 
-# These flags are set to the stage directory iof a sync is required
+# These flags are set to the stage directory if a sync is required
 sync_web=
 sync_blog=
 
@@ -225,8 +225,7 @@ fi
 if [ -n "$sync_blog" ]; then
   cd "$sync_blog"
   rsync -rt --links --exclude '*~' --exclude '*.sh' \
-        --exclude '*tmp' --exclude '*.org' --exclude headlines.txt \
-        . ${htdocs_blog}/
+        --exclude '*tmp' --exclude '*.org' . ${htdocs_blog}/
   any_sync=yes
 fi
 

commit eefb7b978a8463593ec96606cd558d7a27524a95
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 4 18:21:28 2017 +0200

    web: Explain the term SEPA on the donation page.

diff --git a/web/donate/index.org b/web/donate/index.org
index 30b8552..b1b383c 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -108,7 +108,7 @@
      <td></td>
      <td>
        <label><input type="radio" name="paytype"
-                     value="se" /><!--CHECK_SE-->SEPA</label>
+                     value="se" /><!--CHECK_SE-->SEPA (European bank transfer)</label>
      </td>
    </tr>
    <tr><td> </td></tr>

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

Summary of changes:
 tools/build-website.sh | 5 ++---
 web/donate/index.org   | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list