Skip to content

Commit

Permalink
Add doc and new version mention
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mab committed Jun 5, 2020
1 parent 4c3cf45 commit 14180db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Optional parameters

- extra_source_to_install adds extra(s) debian sourc(e)s when setting server : ::

extra_source_to_install = [['mongodb', 'http://downloads-distro.mongodb.org/repo/ubuntu-upstart', 'dist', '10gen'], ['deb-src', 'http://site.example.com/debian', 'distribution', 'component1', 'component2', 'component3']]
extra_source_to_install = [['mongodb', 'http://downloads-distro.mongodb.org/repo/ubuntu-upstart', 'dist', '10gen'], ['deb-src', 'http://site.example.com/debian', 'distribution', 'component1', 'component2', 'component3']]

- extra_pkg_to_install adds extra(s) package(s) when setting server : ::

Expand Down Expand Up @@ -285,3 +285,7 @@ Optional parameters
- socket_host used to force a socket host other thant hostname in circus app config file : ::

env.socket_host = True

- no_tag_check : if True, not using tag/branch check mainly used when fabfile is not in a git repository : ::

env.no_tag_check = True
2 changes: 1 addition & 1 deletion pydiploy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pydiploy version
__version__ = '1.1.7.9'
__version__ = '1.2.0'
__version_info__ = tuple([int(num) for num in __version__.split('.')])
4 changes: 2 additions & 2 deletions tools/pydiployfabfile.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def custom_manage_cmd(cmd):
]]></content>
<description>Pydiploy fabfile 1.1.7.9</description>
<description>Pydiploy fabfile 1.2.0</description>
<tabTrigger>pydiployfab</tabTrigger>
<scope>source.python</scope>
</snippet>
</snippet>
4 changes: 2 additions & 2 deletions tools/pydiployfabfilebottle.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def set_up():
execute(pydiploy_set_up)
]]></content>
<description>Pydiploy fabfile bottle 1.1.7.9</description>
<description>Pydiploy fabfile bottle 1.2.0</description>
<tabTrigger>pydiployfabbottle</tabTrigger>
<scope>source.python</scope>
</snippet>
</snippet>
4 changes: 2 additions & 2 deletions tools/pydiployfabfilesimple.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def post_install_backend():
execute(pydiploy_postinstall_backend)
]]></content>
<description>Pydiploy fabfile simple 1.1.7.9</description>
<description>Pydiploy fabfile simple 1.2.0</description>
<tabTrigger>pydiployfabsimple</tabTrigger>
<scope>source.python</scope>
</snippet>
</snippet>

0 comments on commit 14180db

Please sign in to comment.