Return-Path: Mailing-List: contact gump-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list gump@jakarta.apache.org Received: (qmail 27168 invoked by uid 500); 9 Oct 2003 09:44:15 -0000 Received: (qmail 27133 invoked from network); 9 Oct 2003 09:44:15 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Oct 2003 09:44:15 -0000 Received: (qmail 60146 invoked by uid 1146); 9 Oct 2003 09:44:41 -0000 Date: 9 Oct 2003 09:44:41 -0000 Message-ID: <20031009094441.60145.qmail@minotaur.apache.org> From: bodewig@apache.org To: jakarta-gump-cvs@apache.org Subject: cvs commit: jakarta-gump nag.pl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/10/09 02:44:41 Modified: . nag.pl Log: Set up for nagging from gump.covalent.net Revision Changes Path 1.18 +2 -2 jakarta-gump/nag.pl Index: nag.pl =================================================================== RCS file: /home/cvs/jakarta-gump/nag.pl,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nag.pl 7 Aug 2003 12:08:15 -0000 1.17 +++ nag.pl 9 Oct 2003 09:44:41 -0000 1.18 @@ -13,8 +13,8 @@ ($sec,$min,$hour,$mday,$mon,$year) = localtime; $date=sprintf("%d-%2.2d-%2.2d", $year+1900, $mon+1, $mday); -$url = "http://cvs.apache.org/builds/gump/$date"; -$home = "/www/cvs.apache.org/builds/gump/$date"; +$url = "http://gump.covalent.net/log"; +$home = "/data/gump/log"; $sentto = {};