summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fabric/files/fabric-1.4.2-git_tags_docs.patch')
-rw-r--r--dev-python/fabric/files/fabric-1.4.2-git_tags_docs.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/fabric/files/fabric-1.4.2-git_tags_docs.patch b/dev-python/fabric/files/fabric-1.4.2-git_tags_docs.patch
deleted file mode 100644
index 46e9044a45c6..000000000000
--- a/dev-python/fabric/files/fabric-1.4.2-git_tags_docs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- docs/conf.py.org 2012-05-08 02:08:14.000000000 -0400
-+++ docs/conf.py 2012-05-10 10:06:28.000000000 -0400
-@@ -170,12 +170,13 @@
- html_theme = 'default'
- html_style = 'rtd.css'
-
--from fabric.api import local, hide
--with hide('everything'):
-- get_tags = 'git tag | sort -r | egrep "(1\.[^0]+)\.."'
-- fabric_tags = local(get_tags, True).split()
--html_context = {'fabric_tags': fabric_tags}
-+#from fabric.api import local, hide
-+#with hide('everything'):
-+# get_tags = 'git tag | sort -r | egrep "(1\.[^0]+)\.."'
-+# fabric_tags = local(get_tags, True).split()
-+#html_context = {'fabric_tags': fabric_tags}
-
-+html_context={'fabric_tags': ['1.4.2', '1.4.1', '1.4.0', '1.3.7', '1.3.6', '1.3.5', '1.3.4', '1.3.3', '1.3.2', '1.3.1', '1.3.0', '1.2.6', '1.2.5', '1.2.4', '1.2.3', '1.2.2', '1.2.1', '1.2.0', '1.1.8', '1.1.7', '1.1.6', '1.1.5', '1.1.4', '1.1.3', '1.1.2', '1.1.1', '1.1.0']}
-
- # Theme options are theme-specific and customize the look and feel of a theme
- # further. For a list of options available for each theme, see the