Bug 1374087

Summary: TravisCI down for .org site?
Product: [Community] GlusterFS Reporter: Amye Scavarda <amye>
Component: websiteAssignee: Nigel Babu <nigelb>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, misc, nigelb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-08 02:15:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amye Scavarda 2016-09-07 23:11:24 UTC
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.

Comment 1 Amye Scavarda 2016-09-07 23:12:20 UTC
Assigning to misc for triage.

Comment 2 Nigel Babu 2016-09-08 02:15:58 UTC
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

Comment 3 Michael S. 2016-09-08 10:05:56 UTC
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.

Comment 4 Michael S. 2016-09-08 10:45:25 UTC
For people who want to follow: https://github.com/OSAS/ansible-role-middleman_builder/pull/9