39 |
"/mirrors/centos/$centosrel/extras/SRPMS", |
"/mirrors/centos/$centosrel/extras/SRPMS", |
40 |
"/mirrors/rpmforge/dag/source", |
"/mirrors/rpmforge/dag/source", |
41 |
"/mirrors/atrpms/src/el$centosrel-$arch/atrpms/stable", |
"/mirrors/atrpms/src/el$centosrel-$arch/atrpms/stable", |
42 |
|
"/mirrors/fedora/epel/$centosrel/SRPMS", |
43 |
"/mirrors/fedora/core/updates/$fedorarel/SRPMS", |
"/mirrors/fedora/core/updates/$fedorarel/SRPMS", |
44 |
"/mirrors/fedora/core/$fedorarel/source/SRPMS", |
"/mirrors/fedora/core/$fedorarel/source/SRPMS", |
45 |
"/mirrors/fedora/extras/$fedorarel/SRPMS", |
"/mirrors/fedora/extras/$fedorarel/SRPMS", |
237 |
foreach my $repo ( sort keys %changed ) { |
foreach my $repo ( sort keys %changed ) { |
238 |
next if $repo =~ m{^$stagedir}; |
next if $repo =~ m{^$stagedir}; |
239 |
|
|
240 |
print "rebuilding $repo/i386...\n"; |
print "rebuilding $repo/$arch...\n"; |
241 |
system(qw(createrepo), "$repo/i386"); |
system(qw(createrepo), "$repo/$arch"); |
242 |
system(qw(repoview), "$repo/i386"); |
system(qw(repoview), "$repo/$arch"); |
243 |
} |
} |
244 |
|
|