[Pkg-wmaker-commits] [wmbiff] 01/16: I meant to say 6 hours
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_13
in repository wmbiff.
commit 012df976a3a491daf8dc59aca87af9e3602a11b8
Author: bluehal <bluehal>
Date: Sun Dec 29 07:46:00 2002 +0000
I meant to say 6 hours
---
scripts/security.debian.rb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/security.debian.rb b/scripts/security.debian.rb
index 128f467..d1a5906 100755
--- a/scripts/security.debian.rb
+++ b/scripts/security.debian.rb
@@ -2,6 +2,8 @@
# Copyright 2002 Neil Spring <nspring at cs.washington.edu>
# GPL
+# report bugs to wmbiff-devel at lists.sourceforge.net
+# or (preferred) use the debian BTS via 'reportbug'
# Based on security-update-check.py by Rob Bradford
@@ -17,7 +19,8 @@ require 'net/http'
# this still doesn't mean we grab the whole file. we get
# if-modified-since. it just means we don't connect to the
# server more often than this.
-Refetch_Interval_Sec = 60 * 60
+# 6 hours * 60 min/hour * 60 sec/min
+Refetch_Interval_Sec = 6 * 60 * 60
# as an ordinary user, we store Packages in the home directory.
Cachedir = ENV['HOME'] + '/.wmbiff-sdr'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list