SCM Repository
| [publicity] / dpn / scripts / newpkgs |
Diff of /dpn/scripts/newpkgs
Parent Directory
|
Revision Log
|
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; |
|
||||||||
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

