Skip to content

Commit

Permalink
Merge branch 'hotfix/intersphinx'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Dittrich committed Aug 14, 2017
2 parents 79b371e + fee0f4c commit d911e91
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.1
current_version = 2.10.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.1
2.10.2
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
# built documents.
#
# The short X.Y version.
version = '2.10.1'
version = '2.10.2'
# The full version, including alpha/beta/rc tags.
release = '2.10.1'
release = '2.10.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. _ansible_dims_playbooks:

DIMS Ansible playbooks v |release|
==================================

Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.ansible-playbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
FACTSD="/opt/dims/data/facts.d"

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

DEPLOYMENT=${DIMS_DEPLOYMENT:-$(get_deployment)}
CATEGORY=${DIMS_CATEGORY:-devops}
Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
fi

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

# Define command line options
DEFINE_boolean 'debug' false 'enable debug mode' 'd'
Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.install.createusb.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
from sh import Command

# Managed by bumpversion
VERSION = "2.10.1"
VERSION = "2.10.2"

# Define a globals class
class mem(object):
Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.logger.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LOGGER_TAG="$BASE"
LOGMON_EXCHANGE="logs"

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

FLAGS_HELP="usage: $BASE [options] message"

Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
. $DIMS/bin/dims_functions.sh

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

# This script is designed to handle shutting down Vagrants before
# the VM host, so DEPLOYMENT here applies to the Vagrants.
Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/dims.sphinx-autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
export DOCSURL=${DOCSURL:-file://${GIT}}

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

DEFINE_boolean 'debug' false 'enable debug mode' 'd'
DEFINE_integer 'delay' 5 'browser open delay' 'D'
Expand Down
2 changes: 1 addition & 1 deletion files/common-scripts/trigger.runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
. $DIMS/bin/dims_functions.sh

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

TRIGGERDIR=${TRIGGERDIR:-$DIMS/triggers.d}
TRIGGERSTATE=${TRIGGERSTATE:-''}
Expand Down
2 changes: 1 addition & 1 deletion roles/python-virtualenv/templates/scripts/dimsenv.build.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
. $DIMS/bin/dims_functions.sh

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

DIMS_ETC=${DIMS_ETC:-{{ dims_etc }}}
DIMS_BIN=${DIMS_BIN:-{{ dims_bin }}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
. $DIMS/bin/dims_functions.sh

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

VENV=${VENV:-{{ venv_name }}}
ENVS=$HOME/dims/envs
Expand Down
2 changes: 1 addition & 1 deletion roles/vncserver/templates/scripts/vnc.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
. $DIMS/bin/dims_functions.sh

# Tracks with bumpversion
DIMS_VERSION=2.10.1
DIMS_VERSION=2.10.2

ANSIBLE_USER=${ANSIBLE_USER:-{{ hostvars[inventory_hostname].ansible_user }}}
SSH_PORT=${SSH_PORT:-{{ hostvars[inventory_hostname].ansible_port }}}
Expand Down
2 changes: 1 addition & 1 deletion vars/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ zones: []
# The following is managed using "bumpversion". See the
# dims-ci-utils documentation.

ansibleplaybooks_version: "2.10.1"
ansibleplaybooks_version: "2.10.2"

# Set Python interpreter to be one from DIMS Python virtual
# environment (the global one, although would be ideal to
Expand Down

0 comments on commit d911e91

Please sign in to comment.