Mercurial > pub > Yours
comparison _test/repo.pl @ 4:8001dc056331
fixed problems with sax parser
fixed handling of empty repos
added log autoflush
author | sergey |
---|---|
date | Wed, 23 Oct 2013 11:49:16 +0400 |
parents | ae61af01bfa5 |
children | 45a84be3ebb1 |
comparison
equal
deleted
inserted
replaced
3:ae61af01bfa5 | 4:8001dc056331 |
---|---|
21 }, | 21 }, |
22 { | 22 { |
23 name => 'nvidia', | 23 name => 'nvidia', |
24 dir => 'nvidia', | 24 dir => 'nvidia', |
25 location => 'ftp://download.nvidia.com/opensuse/12.3/' | 25 location => 'ftp://download.nvidia.com/opensuse/12.3/' |
26 }, | |
27 { | |
28 name => 'broken', | |
29 dir => 'broken', | |
30 location => 'http://mirror.yandex.ru/opensuse/repositories/KDE:/Extra/KDE_Release_410_openSUSE_12.3/' | |
26 } | 31 } |
27 ); | 32 ); |
28 | 33 |
29 foreach my $info ( @repos ) { | 34 foreach my $info ( @repos ) { |
30 eval { | 35 eval { |