mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
puppet-lint: Add as a dependancy to install during provision process.
This commit is contained in:
committed by
Tim Abbott
parent
069acc08cd
commit
56d49980de
@@ -129,6 +129,7 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
|
||||
"wget",
|
||||
"ca-certificates", # Explicit dependency in case e.g. wget is already installed
|
||||
"puppet", # Used by lint
|
||||
"puppet-lint",
|
||||
"gettext", # Used by makemessages i18n
|
||||
"curl", # Used for fetching PhantomJS as wget occasionally fails on redirects
|
||||
"netcat", # Used for flushing memcached
|
||||
|
||||
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.9.0-rc1+git"
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '26.0'
|
||||
PROVISION_VERSION = '26.1'
|
||||
|
||||
Reference in New Issue
Block a user