Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit f9b8ca6

Browse files
Merge pull request #94 from signalfx/vividly-removing
removing ubuntu vivid as a supported os in promotion scripts
2 parents 9521da4 + 476510c commit f9b8ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-collectd/sfx_scripts/environ.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ check_for_command(){
1212

1313
BETA_PPA="signalfx/collectd-beta"
1414
RELEASE_PPA="signalfx/collectd-release"
15-
OS_ARRAY=("precise" "trusty" "vivid" "xenial")
15+
OS_ARRAY=("precise" "trusty" "xenial")
1616
DEBIAN_OS_ARRAY=("wheezy" "jessie" "stretch")
1717

0 commit comments

Comments
 (0)