Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:65902 php.webmaster:15488 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2385 invoked from network); 17 Feb 2013 17:31:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2013 17:31:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.182 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.182 mail-ia0-f182.google.com Received: from [209.85.210.182] ([209.85.210.182:47092] helo=mail-ia0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/31-28778-1F311215 for ; Sun, 17 Feb 2013 12:31:30 -0500 Received: by mail-ia0-f182.google.com with SMTP id w33so4611765iag.13 for ; Sun, 17 Feb 2013 09:31:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Agf881nQFLgYxeGg8GOrHOn+2KzKqJo2kqfQ9z9GPcM=; b=OdYvHOcWQStCZhVwGlVVI0Hpk2YW/vbRK/R514o177WzTNouYXoN2e3MgsKsBi/zQs purwgCpoAzE8Ul6slofDHRBy63AEBVCqZeRsPkiD7++/8hEG+E47zjldEFOdEsbN3CAW T0C6jcTOtWSzzrerJ/IFy2E9VeS8ogEoccsWOblqxY4ymnx0ZGYztuYwsoGX55Zhypeg BP4A6f6nXZU7KIOVKk+UHNtVbSXJw5vpVQedq7LDkC/dO/nbRpUapJ1WI45/h8NBaRpS vx9tXgVxlOO5ewRNpejkqQLJ2e9XBUxmTArCGO7Xy1smTCFtfmJSnuh0TJ2kwEBUIkcq YGqw== MIME-Version: 1.0 X-Received: by 10.50.217.230 with SMTP id pb6mr6179701igc.43.1361122286887; Sun, 17 Feb 2013 09:31:26 -0800 (PST) Received: by 10.50.114.137 with HTTP; Sun, 17 Feb 2013 09:31:26 -0800 (PST) Received: by 10.50.114.137 with HTTP; Sun, 17 Feb 2013 09:31:26 -0800 (PST) In-Reply-To: <5120B29E.6000905@sugarcrm.com> References: <5120B29E.6000905@sugarcrm.com> Date: Sun, 17 Feb 2013 18:31:26 +0100 Message-ID: To: Stas Malyshev Cc: PHP Internals , php-webmaster Content-Type: multipart/alternative; boundary=14dae93411e767e47604d5eefa77 Subject: Re: [PHP-DEV] No-feedback cleanup? From: tyra3l@gmail.com (Ferenc Kovacs) --14dae93411e767e47604d5eefa77 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013.02.17. 11:36, "Stas Malyshev" ezt =C3=ADrta: > > Hi! > > I remember we used to have a script that goes over bugs DB and closes > bugs that are in "Feedback" status for too long. Does it still happen? > Because we have bugs that are in feedback status for a long time: like > this one: https://bugs.php.net/bug.php?id=3D52961 - in Feedback for 2+ > years. If the script is not run for some reason, I think we should > restore it. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > I found the script (scripts/cron/no-feedback or something like that) but I have to figure out how it should be called (maybe via curl/wget) because it expects a post variable and stuff and execution from cli errors out. if somebody remembers the setup feel free to beat me with the restoration. --14dae93411e767e47604d5eefa77--