mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
fab update
This commit is contained in:
Vendored
+6
-2
@@ -4,12 +4,16 @@ import os
|
|||||||
from fabric.api import *
|
from fabric.api import *
|
||||||
|
|
||||||
|
|
||||||
DOCS_URL = 'https://gist.github.com/raw/71c2878f53e886dc921a/general.md'
|
DOCS_URL = 'https://gist.github.com/raw/71c2878f53e886dc921a/'
|
||||||
|
|
||||||
|
|
||||||
def get_docs():
|
def get_docs():
|
||||||
"""Removed Trashcan.
|
"""Removed Trashcan.
|
||||||
"""
|
"""
|
||||||
os.chdir('ext')
|
os.chdir('ext')
|
||||||
os.system('curl -O {0}'.format(DOCS_URL))
|
os.system('curl -O {0}{1}'.format(DOCS_URL, 'general.md'))
|
||||||
|
os.system('curl -O {0}{1}'.format(DOCS_URL, 'issue_comments.md'))
|
||||||
|
os.system('curl -O {0}{1}'.format(DOCS_URL, 'issues.md'))
|
||||||
|
os.system('curl -O {0}{1}'.format(DOCS_URL, 'labels.md'))
|
||||||
|
os.system('curl -O {0}{1}'.format(DOCS_URL, 'milestones.md'))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user