[Piuparts-commits] [piuparts] 12/12: remove master-bin/report_newly_bugged_packages

Holger Levsen holger at layer-acht.org
Wed Oct 11 14:58:45 UTC 2017


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

holger pushed a commit to branch develop
in repository piuparts.

commit 456a9da141de9aaba24a669f3e00506849a21d91
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Oct 4 06:03:14 2017 +0200

    remove master-bin/report_newly_bugged_packages
    
    merged into piuparts-analyze
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                           |  2 ++
 master-bin/report_newly_bugged_packages.in | 50 ------------------------------
 2 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5d1c64..0ead926 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ piuparts (0.83) UNRELEASED; urgency=medium
       even with running times above 8-12 hours.
     - Run detect_{piuparts,network}_issues a short time before trying
       piuparts-report to exclude (most of) these logfiles from the report.
+  * master-bin/report_newly_bugged_packages: Remove, merged into
+    piuparts-analyze.
 
  -- Holger Levsen <holger at debian.org>  Sat, 07 Oct 2017 17:42:12 +0200
 
diff --git a/master-bin/report_newly_bugged_packages.in b/master-bin/report_newly_bugged_packages.in
deleted file mode 100644
index 63c484d..0000000
--- a/master-bin/report_newly_bugged_packages.in
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/sh
-
-# Copyright © 2011-2013 Andreas Beckmann (anbe at debian.org)
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at your
-# option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-# Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program. If not, see <https://www.gnu.org/licenses/>
-
-
-. @sharedir@/piuparts/lib/read_config.sh
-
-get_config_value MASTER global master-directory
-get_config_value SECTIONS global sections
-get_config_value PYTHONPATH global PYTHONPATH ''
-get_config_value DEBEMAIL global bts-from ''
-
-
- at sharedir@/piuparts/piuparts-analyze 2>&1
-exit 0
-
-export PYTHONPATH
-
-OLDPWD=$(pwd)
-OUTPUT=$(mktemp)
-for SECTION in $SECTIONS ; do
-	test -d $MASTER/$SECTION || continue
-		cd $MASTER/$SECTION
-		timeout 60m @sharedir@/piuparts/piuparts-analyze 2>&1 > $OUTPUT
-		if [ $? = 124 ]; then
-			echo >> $OUTPUT
-			echo "Killed after timeout" >> $OUTPUT
-		fi
-
-		if [ -s $OUTPUT ]; then
-			echo $SECTION
-			cat $OUTPUT
-			echo
-		fi
-		cd "$OLDPWD"
-done
-rm $OUTPUT

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



More information about the Piuparts-commits mailing list