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 2019/11/26 12:46:26 UTC

[whimsy] branch master updated: Oops, need LDAP now

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 45ed7dc  Oops, need LDAP now
45ed7dc is described below

commit 45ed7dcae3575ecedf443c896a3c0d79f0bc0155
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 26 12:46:22 2019 +0000

    Oops, need LDAP now
---
 Rakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index bd290a9..815c383 100644
--- a/Rakefile
+++ b/Rakefile
@@ -79,6 +79,7 @@ task :config do
   require 'whimsy/asf/config'
   require 'whimsy/asf/git'
   require 'whimsy/asf/svn'
+  require 'whimsy/asf/ldap'
 end
 
 namespace :svn do
@@ -292,7 +293,7 @@ namespace :docker do
     end
   end
 
-  task :scaffold do
+  task :scaffold => :config do
     # set up symlinks from /root to user's home directory
     home = ENV['HOST_HOME']
     if home and File.exist? home