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 00:41:38 UTC

[whimsy] branch incomplete-unsigned updated: Fix destination for incomplete

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

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

The following commit(s) were added to refs/heads/incomplete-unsigned by this push:
       new  bd87ac5   Fix destination for incomplete
bd87ac5 is described below

commit bd87ac5ef1926f24c566e5ca7dae58f5ca03b446
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Mon Aug 22 17:41:27 2016 -0700

    Fix destination for incomplete
---
 www/secretary/workbench/file.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index 64b31a4..15736c4 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -615,7 +615,7 @@ _html do
         @realname ||= @iname
 
         _h1 "Incomplete document received from #{@iname}"
-        _.move @source, dest
+        _.move @source, 'deadletter/incomplete'
 
       end
 
@@ -623,7 +623,6 @@ _html do
 
     when 'unsigned'
       Dir.chdir(RECEIVED) do
-
         @realname ||= @nname
 
         _h1 "Unsigned document received from #{@uname}"
@@ -889,6 +888,7 @@ _html do
           nda: %w( nname nemail nid ),
           incomplete: %w( iname iemail ),
           unsigned: %w( uname uemail ),
+          publickey: %w( pname pemail ),
           mem: %w( memail ),
           grant: %w( gname gemail ),
         } 

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