Reporting this as a possible bug, commits are merging but not showing up on the .org website, and TravisCI doesn't appear to be checking against PRs.
Assigning to misc for triage.
Travis CI broke because we revoked permissions from all external apps. I've granted Travis an exception so it works. The build broke with this pull request: https://github.com/gluster/glusterweb/pull/104/ It should be fixed with this one: https://github.com/gluster/glusterweb/pull/106
So another error during the build is that someone did removed branches from git, and this broke the cron job: $ git pull --rebase error: unable to resolve reference refs/remotes/origin/events/2016/osbconf: Not a directory From https://github.com/gluster/glusterweb ! [new branch] events/2016/osbconf -> origin/events/2016/osbconf (unable to update local ref) error: some local refs could not be updated; try running 'git remote prune origin' to remove any old, conflicting branches I guess I have now to fix the cron job to take this case of figure in account.
For people who want to follow: https://github.com/OSAS/ansible-role-middleman_builder/pull/9