Skip to content

Commit

Permalink
bumps supervisord version (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmeyer committed Jul 7, 2016
1 parent bc1cc68 commit db4f00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/supervisord.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require './ci/common'

def supervisor_version
ENV['FLAVOR_VERSION'] || '3.1.3'
ENV['FLAVOR_VERSION'] || '3.3.0'
end

def supervisor_rootdir
Expand Down
3 changes: 2 additions & 1 deletion packaging/datadog-agent/source/setup_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ DEFAULT_AGENT_VERSION="5.7.4"
# always pulls the latest version
PIP_VERSION="6.1.1"
VIRTUALENV_VERSION="1.11.6"
SUPERVISOR_VERSION="3.1.3"
SUPERVISOR_VERSION="3.3.0"
SETUPTOOLS_VERSION="20.9.0"

#######################################################################
# OVERRIDABLE VARIABLES:
Expand Down

0 comments on commit db4f00f

Please sign in to comment.