You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/03/09 22:28:08 UTC

[whimsy] branch master updated: Skip test login

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  5b06c34   Skip test login
       new  b3d0893   Merge branch 'master' of https://github.com/apache/whimsy.git
5b06c34 is described below

commit 5b06c3481a83e6bb514b9efc08f759674a45f649
Author: Sebb <se...@apache.org>
AuthorDate: Thu Mar 9 22:26:53 2017 +0000

    Skip test login
---
 www/roster/public_ldap_people.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/roster/public_ldap_people.rb b/www/roster/public_ldap_people.rb
index bb5be59..49d81bf 100644
--- a/www/roster/public_ldap_people.rb
+++ b/www/roster/public_ldap_people.rb
@@ -50,6 +50,7 @@ lastmodifyTimestamp = ''
 lastcreateTimestamp = ''
 
 peeps.sort_by {|a| a.name}.each do |e|
+  next if e.id == 'apldaptest' # not a valid person
   makeEntry(peo, e)
   createTimestamp = e.createTimestamp
   if (createTimestamp > lastcreateTimestamp)

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