/[smeserver]/builds_bin/update_repos
ViewVC logotype

Diff of /builds_bin/update_repos

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

Revision 1.73 by slords, Tue Sep 10 02:26:09 2013 UTC Revision 1.75 by slords, Fri Aug 15 15:29:42 2014 UTC
# Line 37  my $distrepo = { '8' => { active    => 1 Line 37  my $distrepo = { '8' => { active    => 1
37                          },                          },
38                   '9' => { active    => 1,                   '9' => { active    => 1,
39                            centos    => 6,                            centos    => 6,
40                            repo      => '/build/smeserver/repo/testing/9/',                            repo      => '/build/smeserver/repo/9/',
41                            builds    => ['/build/builds/smeserver-9-core/'],                            builds    => ['/build/builds/smeserver-9-core/'],
42                            community => '/build/builds/smeserver-9-contribs/',                            community => '/build/builds/smeserver-9-contribs/',
43                            stage     => '/build/smeserver/stage/9/',                            stage     => '/build/smeserver/stage/9/',
# Line 381  foreach my $ver ( sort { $a <=> $b } key Line 381  foreach my $ver ( sort { $a <=> $b } key
381                              push @{$p2->{repos}}, $p2->{repo};                              push @{$p2->{repos}}, $p2->{repo};
382                          }                          }
383                      } elsif ( scalar @{$acnt->{$r}->{$p}->{$a}} != 1 ) {                      } elsif ( scalar @{$acnt->{$r}->{$p}->{$a}} != 1 ) {
384                          print "\n * many packages ($r, $a, $p)\n";                          print "\n * many packages ($r, $a, $p)\n" unless $p =~ m{^syslinux-nonlinux-[0-9]};
385                      }                      }
386                  }                  }
387              }              }


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