Attempt to fix the Travis docs builds.

Review Request #7599 — Created Aug. 17, 2015 and submitted

Information

Djblets
release-0.9.x

Reviewers

The Travis docs builds were broken for two reasons. First, we were using
a function not available on Python 2.6 (subprocess.check_output), and
second, we were assuming a full Git tree with a master branch (needed
for linking code).

The check_output call has been replaced with a more direct Popen
request, and the build file now explicitly fetches the master branch.

I reproduced the problems locally, and this fixed them both. I haven't tested
on Travis yet.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        docs/djblets/_ext/github_linkcode.py
    
    Ignored Files:
        .travis.yml
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        docs/djblets/_ext/github_linkcode.py
    
    Ignored Files:
        .travis.yml
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (207649e)
Loading...