This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit fde49e5594d593ae3e4ffac167dcf666f3f13ce4 Merge: 869d2f9 2c66d07 Author: Sam Ruby <[email protected]> AuthorDate: Wed Jun 7 13:00:17 2017 -0400 Merge branch 'master' of github.com:apache/whimsy README.md | 30 ++++++++++++++++++++++++++++++ TODOS.md | 39 ++++++++++++++++++++++++--------------- lib/whimsy/asf/themes.rb | 2 ++ tools/pubsub.rb | 8 +++++--- www/401.html | 2 ++ www/404.html | 2 ++ www/500.html | 2 ++ www/index.html | 2 ++ www/technology.html | 21 +++++++++------------ 9 files changed, 78 insertions(+), 30 deletions(-) diff --cc tools/pubsub.rb index ef70ffa,ecc938b..c43f4cf --- a/tools/pubsub.rb +++ b/tools/pubsub.rb @@@ -156,10 -158,9 +158,10 @@@ en project = File.basename(options.remote, '.git') begin + mtime = File.mtime(__FILE__) while ps_thread.alive? notification = notification_queue.pop - next unless notification['commit']['project'] == project + next unless notification['project'] == project notification_queue.clear Dir.chdir(options.local) do before = `git log --oneline -1` -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
