4 |
# is free software; you can redistribute it and/or modify it under the |
# is free software; you can redistribute it and/or modify it under the |
5 |
# same terms as Perl itself. |
# same terms as Perl itself. |
6 |
# |
# |
7 |
# $Id: update_rpms_dir,v 1.5 2005/09/13 06:32:13 gordonr Exp $ |
# $Id: update_rpms_dir,v 1.1.1.1 2005/09/15 23:55:09 gordonr Exp $ |
8 |
# |
# |
9 |
# Update RPMS directory with the latest from a given list of directories |
# Update RPMS directory with the latest from a given list of directories |
10 |
|
|
44 |
if ($newest) |
if ($newest) |
45 |
{ |
{ |
46 |
# XXX - FIXME - Should we try other repos, or stop here? |
# XXX - FIXME - Should we try other repos, or stop here? |
47 |
warn "=====> cd $rpms_dir; rm $file; cp $dir/$newest .\n" |
warn "cd $rpms_dir; rm $file; cp -p $dir/$newest .\n" |
48 |
} |
} |
49 |
} |
} |
50 |
} |
} |