[debian-edu-commits] debian-edu/ 01/01: Remove apt-get-update-files-download script from source package. Its purpose is better handled by unattended-upgrades, and it is not included in the binary package.

Petter Reinholdtsen pere at moszumanska.debian.org
Wed Sep 10 19:55:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit d27b5ed0cd9cd8f57403733c2a5a7c9073760fcf
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Sep 10 21:54:59 2014 +0200

    Remove apt-get-update-files-download script from source package. Its purpose is better handled by unattended-upgrades, and it is not included in the binary package.
---
 debian/changelog                   |  8 ++++++++
 sbin/apt-get-update-files-download | 17 -----------------
 2 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 56d4d25..071c555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-config (1.727) UNRELEASED; urgency=low
+
+  * Remove apt-get-update-files-download script from source package.
+    Its purpose is better handled by unattended-upgrades, and it is not
+    included in the binary package.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed, 10 Sep 2014 21:54:52 +0200
+
 debian-edu-config (1.726) unstable; urgency=high
 
   * Correct PXE setup generated by debian-edu-pxeinstall, symlink from
diff --git a/sbin/apt-get-update-files-download b/sbin/apt-get-update-files-download
deleted file mode 100755
index ab13181..0000000
--- a/sbin/apt-get-update-files-download
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-apt-get update -qq
-INFO=$(apt-get dist-upgrade -qdyu |\
-  grep -vE "^Reading|^Building|^Need to get|^Download" |\
-  grep -v "0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.")
-apt-get autoclean -qq
-
-if [ -n "$INFO" ] ; then 
-  case $TERM in
-    linux|dumb)
-      echo -e "Subject: apt-get upgrade\n\n$INFO" | \
-        /usr/lib/sendmail root
-      ;;
-    *) echo -e "$INFO" ;;
-  esac
-fi 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list