Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
soup: remove 'One or more docker images have been updated.' #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Sep 27, 2017
1 parent 83e038d commit 24ab31f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ if [ -f /etc/apt/preferences.d/securityonion-docker ] && [ -f /usr/sbin/so-elast
fi
done
if [ "$RESTART_CONTAINERS" == "yes" ]; then
echo "One or more docker images have been updated."
echo "Stopping Docker containers..."
/usr/sbin/so-elastic-stop > /dev/null 2>&1
fi
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securityonion-sostat (20120722-0ubuntu0securityonion77) trusty; urgency=medium

* soup: remove "One or more docker images have been updated." #1137

-- Doug Burks <[email protected]> Wed, 27 Sep 2017 10:22:30 -0400

securityonion-sostat (20120722-0ubuntu0securityonion76) trusty; urgency=medium

* sostat: provide Docker container interface correlation #1136
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ fix-quote-issue
add-elastic-checks-to-sostat
replace-localhost:9200-with-ELASTICSEARCH_HOST-and-ELASTICSEARCH_PORT-variables
sostat:-provide-Docker-container-interface-correlation-#1136
soup:-remove-"One-or-more-docker-images-have-been-updated."-#1137
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
securityonion-sostat (20120722-0ubuntu0securityonion77) trusty; urgency=medium
.
* soup: remove "One or more docker images have been updated." #1137
Author: Doug Burks <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- securityonion-sostat-20120722.orig/bin/soup
+++ securityonion-sostat-20120722/bin/soup
@@ -181,7 +181,6 @@ if [ -f /etc/apt/preferences.d/securityo
fi
done
if [ "$RESTART_CONTAINERS" == "yes" ]; then
- echo "One or more docker images have been updated."
echo "Stopping Docker containers..."
/usr/sbin/so-elastic-stop > /dev/null 2>&1
fi

0 comments on commit 24ab31f

Please sign in to comment.