Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249063

Change subject: rm files/misc/apt-security-updates
......................................................................

rm files/misc/apt-security-updates

Does not appear to be used by anything.

"misc"-cruft

Change-Id: I0aa7e16b1219b0f0744f7cc0cb6882a6ada28e02
---
D files/misc/apt-security-updates
1 file changed, 0 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/249063/1

diff --git a/files/misc/apt-security-updates b/files/misc/apt-security-updates
deleted file mode 100644
index 1d5e1c7..0000000
--- a/files/misc/apt-security-updates
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-#####################################################################
-### THIS FILE IS MANAGED BY PUPPET 
-### puppet:///files/misc/apt-security-updates
-#####################################################################
-
-## 
-## (semi)automated way to keep up with security updates
-##
-
-echo "**************" >> /var/log/apt-security-updates
-date >> /var/log/apt-security-updates
-echo "--> Updating package cache..." >> /var/log/apt-security-updates
-aptitude update >> /var/log/apt-security-updates 
-echo "<-- Done."  >> /var/log/apt-security-updates
-echo "--> Current packages in need of upgrades:" >> 
/var/log/apt-security-updates
-apt-show-versions -u >> /var/log/apt-security-updates
-echo "<-- Done." >> /var/log/apt-security-updates
-echo "--> Safe upgrading starting..." >> /var/log/apt-security-updates
-aptitude safe-upgrade -o Aptitude::Delete-Unused=false --assume-yes 
--target-release `lsb_release -cs`-security >> /var/log/apt-security-updates
-echo "Security updates (if any) installed" >> /var/log/apt-security-updates
-echo "<-- Done." >> /var/log/apt-security-updates

-- 
To view, visit https://gerrit.wikimedia.org/r/249063
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0aa7e16b1219b0f0744f7cc0cb6882a6ada28e02
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to