[debian-edu-commits] debian-edu/ 01/01: testsuite/cups: drop now useless reference to Jessie in comment.

Holger Levsen holger at layer-acht.org
Mon Aug 14 16:15:49 UTC 2017


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

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

commit 53527967f218aa36d228f7f46b69415e92a1d92e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 14 12:15:41 2017 -0400

    testsuite/cups: drop now useless reference to Jessie in comment.
---
 debian/changelog | 1 +
 testsuite/cups   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 24e9e45..011f656 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ debian-edu-config (1.931) UNRELEASED; urgency=medium
   * cf/cf.apt: replace all occurrances of stretch with buster.
   * Drop share/debian-edu-config/tools/migrate-squid-to-squid3 and drop
    (commented out) reference in cf/cf.squid as squid is back since Stretch.
+  * testsuite/cups: drop now useless reference to Jessie in comment.
 
  -- Holger Levsen <holger at debian.org>  Sat, 05 Aug 2017 17:37:04 -0400
 
diff --git a/testsuite/cups b/testsuite/cups
index c519961..7095873 100755
--- a/testsuite/cups
+++ b/testsuite/cups
@@ -32,7 +32,8 @@ WGETOPTS="--no-check-certificate --timeout=10"
 unset http_proxy || true
 unset ftp_proxy  || true
 
-# Since Jessie, Expect CUPS to only listed on port 631 on localhost.
+# CUPS only listens on port 631 on localhost.
+# FIXME: I assume we only need to test with https here
 for url in "http://localhost:631/" "https://localhost:631/" ; do
     if wget -O - $WGETOPTS $url > /dev/null 2>&1 ; then
 	echo "success: $0: URL '$url' is working."

-- 
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