SCM

SCM Repository

[publicity] Diff of /dpn/scripts/newpkgs
ViewVC logotype

Diff of /dpn/scripts/newpkgs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6, Thu Mar 25 15:44:10 2010 UTC revision 17, Tue Mar 30 13:27:13 2010 UTC
# Line 11  Line 11 
11  #     $line =~ m/^\s*(\*|\d+\. http:)/;  #     $line =~ m/^\s*(\*|\d+\. http:)/;
12       if ($line =~ m/^\s*\*/) { #)       if ($line =~ m/^\s*\*/) { #)
13            $line =~ s/^\s*\*\s*//;            $line =~ s/^\s*\*\s*//;
14            $line =~ s/\s*\(\d+ days? new\)//;            $line =~ s/\s*\(\d+ days? old\)//;
15            push @packages, $line;            push @packages, $line;
16       } elsif ($line =~ m,^\s*(\d+)\. (http://.*),) {       } elsif ($line =~ m,^\s*(\d+)\. (http://.*),) {
17            my $linkno = $1;            my $linkno = $1;

Legend:
Removed from v.6  
changed lines
  Added in v.17

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source