/[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.3 by gordonr, Fri Oct 14 00:18:34 2005 UTC Revision 1.4 by gordonr, Thu Nov 10 19:44:12 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.2 2005/10/14 00:14:28 gordonr Exp $  # $Id: update_rpms_dir,v 1.3 2005/10/14 00:18:34 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 23  my @repositories = qw( Line 23  my @repositories = qw(
23                  /builds/rpms/RPMS/i386/                  /builds/rpms/RPMS/i386/
24                  /builds/rpms/RPMS/noarch/                  /builds/rpms/RPMS/noarch/
25                  /mirrors/mitel/devel/repo/RPMS/                  /mirrors/mitel/devel/repo/RPMS/
26                  /mirrors/centos/4.1/updates/i386/RPMS/                  /mirrors/centos/4.2/updates/i386/RPMS/
27                  /mirrors/centos/4.1/os/i386/CentOS/RPMS/                  /mirrors/centos/4.2/os/i386/CentOS/RPMS/
28                  );                  );
29    
30  chdir $rpms_dir or die "Couldn't chdir $rpms_dir";  chdir $rpms_dir or die "Couldn't chdir $rpms_dir";


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