Bug 1374087
Summary: | TravisCI down for .org site? | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Amye Scavarda <amye> |
Component: | website | Assignee: | Nigel Babu <nigelb> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | 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
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 |