From 6765dd9a064589327d464a50c45b8a53c27eaaa5 Mon Sep 17 00:00:00 2001 From: Gustavo De Nardin Date: Tue, 8 May 2007 06:06:38 +0000 Subject: fixing the Big SVN Breakage: restoring state as of working checkout in ken --- lib/Youri/Submit/Post/Gendistrib.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Youri/Submit/Post') diff --git a/lib/Youri/Submit/Post/Gendistrib.pm b/lib/Youri/Submit/Post/Gendistrib.pm index 01aa959..98205c7 100644 --- a/lib/Youri/Submit/Post/Gendistrib.pm +++ b/lib/Youri/Submit/Post/Gendistrib.pm @@ -1,13 +1,13 @@ -# $Id: /youri.mdv/trunk/lib/Youri/Submit/Action/Archive.pm 975 2006-08-05T08:30:57.188281Z warly $ +# $Id: Gendistrib.pm 115367 2007-01-30 09:47:04Z pixel $ package Youri::Submit::Post::Gendistrib; =head1 NAME -Youri::Submit::Pre::Rsync - Old revisions archiving +Youri::Submit::Post::Gendistrib - calls gendistrib =head1 DESCRIPTION -This action plugin ensures archiving of old package revisions. +Calls gendistrib =cut @@ -38,6 +38,7 @@ sub run { (undef, undef, my $hour) = gmtime(time); # during the night, use complete hdlist rebuild my $fast = '--fast'; + $fast = ''; # blino: don't use fast for now, it might be broken if ($hour > 22 && $hour < 5) { if ($hour < 4) { $fast = '--blind' -- cgit v1.2.1