[Piuparts-commits] [piuparts] 01/01: fixup typo in 68e5b6db
Holger Levsen
holger at layer-acht.org
Thu Apr 13 23:13:14 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 b481e146aa568f79a32ec8f2568d3e4fcad07e88
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Apr 14 01:12:59 2017 +0200
fixup typo in 68e5b6db
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
master-bin/report_untestable_packages.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/master-bin/report_untestable_packages.in b/master-bin/report_untestable_packages.in
index e115829..2307ccb 100755
--- a/master-bin/report_untestable_packages.in
+++ b/master-bin/report_untestable_packages.in
@@ -34,7 +34,7 @@ LOGS=`mktemp`
for SECTION in $SECTIONS ; do
# only act on sections with precedence < 100
get_config_value PRECEDENCE $SECTION precedence 1
- if [ $PRECEDENCE gt 99 ] ; then continue ; fi
+ if [ $PRECEDENCE -gt 99 ] ; then continue ; fi
# only act on sections with untestable packages
test -d $MASTER/$SECTION/untestable || continue
find $MASTER/$SECTION/untestable/ -mtime +$DAYS -name "*.log" 2>/dev/null >> $LOGS
--
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