[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[DDTP-it] ddts-script 0.4.12



----- Forwarded message from Nicolas Bertolissio <nico.bertol@wanadoo.fr> -----

Date: Sat, 9 Feb 2002 17:08:51 +0100
From: Nicolas Bertolissio <nico.bertol@wanadoo.fr>
Subject: ddts-script 0.4.12
To: ddts <grisu-td-coors@auric.debian.org>
User-Agent: Mutt/1.3.25i

Hello,

changelog:
version 0.4.12
  - bug fix:
    add: skip bug closure when parsing
    thanks to Emmanuel Valliet for reporting this bug

Patch is attached, full script is here:
http://perso.wanadoo.fr/nico.bertol/ddts/ddts-script.txt

I send this here, as I do on -l10n-french, so coordinators can forward
to their teams.


Nicolas
-- 

--- ddts-script_0.4.11.txt	Sat Jan 26 14:32:06 2002
+++ ddts-script_0.4.12.txt	Fri Feb  8 22:59:47 2002
@@ -280,7 +280,7 @@
 
 =cut
 
-my $version = "0.4.11";
+my $version = "0.4.12";
 
 # Test if configuration as been made
 foreach ($tr_dir, $bug_dir, $rev_dir, $temp_dir) {
@@ -1111,6 +1111,7 @@
 
 		next unless (defined $base64);
 		next unless (defined $filename);
+		next if ($filename =~ /^close-bug/);			# skip bug closure
 
 		0, until (<> =~ /^$/);
 		$filename =~ s/^new(\..*)?/new/;			# new\..* contains descriptions to translate


----- End forwarded message -----

-- 
L.Cappelletti@mail.com - DDTP-it coordinator
Fingerprint: 8CDD 3408 53B2 6122 99DA EE37 1523 68FC D906 4C08



Reply to: