You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/23 23:49:13 UTC

[whimsy] branch master updated (485ffd0 -> fa55faf)

This is an automated email from the ASF dual-hosted git repository.

clr pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git.

      from  485ffd0   eliminate dead code
       new  0636c3b   Fix gpg verify broken earlier
       new  992d650   Fix email handling for publickey
       new  fa55faf   Merge branch 'master' of github.com:apache/whimsy

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 www/secretary/workbench/file.cgi     | 2 +-
 www/secretary/workbench/worklist.cgi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].

[whimsy] 03/03: Merge branch 'master' of github.com:apache/whimsy

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit fa55faf23e5ff264c3e4173b32c6679387a6a126
Merge: 992d650 485ffd0
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:48:48 2016 -0700

    Merge branch 'master' of github.com:apache/whimsy

 config/secretary-workbench.md           | 2 +-
 tools/testmail.rb                       | 8 +++++++-
 www/secretary/workbench/file.cgi        | 4 ++--
 www/secretary/workbench/local_paths.yml | 1 -
 www/secretary/workbench/secmail.rb      | 4 ----
 5 files changed, 10 insertions(+), 9 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.

[whimsy] 02/03: Fix email handling for publickey

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 992d6507b6e0d6db65583b410913d0f326cb20b9
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:48:43 2016 -0700

    Fix email handling for publickey
---
 www/secretary/workbench/worklist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/worklist.cgi b/www/secretary/workbench/worklist.cgi
index 1e5bfb4..b3fa510 100755
--- a/www/secretary/workbench/worklist.cgi
+++ b/www/secretary/workbench/worklist.cgi
@@ -80,7 +80,7 @@ _html do
           elsif pending['doctype'] == 'unsigned'
             message = "Unsigned document received from #{pending['uname']}"
           elsif pending['doctype'] == 'publickey'
-            message = "Public key not found for #{pending['iname']}"
+            message = "Public key not found for #{pending['pname']}"
           end
         end
       end

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.

[whimsy] 01/03: Fix gpg verify broken earlier

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 0636c3bc5603079d0ac961a6d4d1cad7cf12c3ef
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:46:20 2016 -0700

    Fix gpg verify broken earlier
---
 www/secretary/workbench/file.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index e58e7bc..b4950a8 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -941,7 +941,7 @@ _html do
 
 	  if verify
 	    stderr2out = { class: {stderr: '_stdout'} }
-	    _.system ['gpg', 'pgpkeys.mit.edu', *verify], stderr2out
+	    _.system ['gpg', *verify], stderr2out
             if _.target!.include? "gpg: Can't check signature:"
               keyid = _.target![/[RD]SA key ID (\w+)/,1]
               if keyid

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.