[buddypress-trac] [BuddyPress Trac] #6019: Travis-CI: fetch BP from .org Git mirror, not Github.
buddypress-trac
noreply at wordpress.org
Sun Nov 16 16:34:52 UTC 2014
#6019: Travis-CI: fetch BP from .org Git mirror, not Github.
---------------------------+-----------------
Reporter: DJPaul | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.2
Component: Build Process | Version:
Severity: normal | Keywords:
---------------------------+-----------------
During the current Travis-CI build process, it fetches a copy of
BuddyPress from https://github.com/buddypress/BuddyPress.
Recently tests have failed only because Github.com has been unreachable
from Travis-CI (sometimes): https://travis-
ci.org/buddypress/BuddyPress/jobs/41162531 is an example.
{{{
$ git clone --depth=50 --branch=master
git://github.com/buddypress/BuddyPress.git buddypress/BuddyPress
Cloning into 'buddypress/BuddyPress'...
fatal: unable to connect to github.com:
github.com: Temporary failure in name resolution
The command "eval git clone --depth=50 --branch=master
git://github.com/buddypress/BuddyPress.git buddypress/BuddyPress" failed.
Retrying, 2 of 3.
}}}
Let's try using buddypress.git.wordpress.org instead to see if it improves
reliability.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6019>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list