/[smeserver]/builds_bin/update_rpms_dir
ViewVC logotype

Diff of /builds_bin/update_rpms_dir

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

Revision 1.2 by gordonr, Fri Oct 14 00:14:28 2005 UTC Revision 1.3 by gordonr, Fri Oct 14 00:18:34 2005 UTC
# Line 4  Line 4 
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.1.1.1 2005/09/15 23:55:09 gordonr Exp $  # $Id: update_rpms_dir,v 1.2 2005/10/14 00:14:28 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    
# Line 44  for my $file ( sort grep { /.rpm$/ } rea Line 44  for my $file ( sort grep { /.rpm$/ } rea
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 -p $dir/$newest .\n"              warn "rm $rpms_dir/$file; cp -p $dir/$newest $rpms_dir\n"
48          }                }      
49      }      }
50  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed