Skip to content

Commit 38774b6

Browse files
author
Mike Dickey
committed
Updated script used to generate list of files to exclude from minimal images, so that it supports major version numbers greater than 7. Note that manual review of file diffs for every major.minor and corresponding updates for this script is still recommended.
1 parent 251f9c5 commit 38774b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

splunk/common-files/make-minimal-exclude.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@
4141
print "*/etc/apps/gettingstarted*"
4242
else:
4343
print "*/etc/apps/splunk_metrics_workspace*"
44+
elif int(m.group(1)) > 7:
45+
print EXCLUDE_V7
46+
print "*/etc/apps/splunk_metrics_workspace*"

0 commit comments

Comments
 (0)