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 2020/06/13 00:09:08 UTC

[whimsy] branch chdir created (now 52e97e4)

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

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


      at 52e97e4  Why does Travis not like this?

This branch includes the following new commits:

     new 52e97e4  Why does Travis not like this?

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



[whimsy] 01/01: Why does Travis not like this?

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

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

commit 52e97e465e3ae7b00b564b20a9972ddacc54fccf
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 13 01:08:49 2020 +0100

    Why does Travis not like this?
---
 www/board/agenda/views/actions/draft.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/actions/draft.json.rb b/www/board/agenda/views/actions/draft.json.rb
index 74258f5..1763c41 100644
--- a/www/board/agenda/views/actions/draft.json.rb
+++ b/www/board/agenda/views/actions/draft.json.rb
@@ -21,6 +21,6 @@ ASF::SVN.update minutes_file, @message, env, _ do |tmpdir, old_contents|
   end
 end
 
-drafts = Dir.chdir(FOUNDATION_BOARD) {Dir['board_minutes_*.txt'].sort}
-
+drafts = Dir['board_minutes_*.txt', base: FOUNDATION_BOARD].sort
+puts drafts.inspect
 drafts