equal
deleted
inserted
replaced
90 }; |
90 }; |
91 } |
91 } |
92 elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) |
92 elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) |
93 { |
93 { |
94 # RnD repository |
94 # RnD repository |
95 my $name = "bin_rnd_$1_$2"; |
95 my $name = "binaries_$2"; |
|
96 if ($1 eq "rndonly") { $name="bin_$1_$2";} |
|
97 |
96 # Create a zip object |
98 # Create a zip object |
97 push @{$zipConfig->{config}->{config}->{src}->{config}->{rnd}->{config}}, |
99 push @{$zipConfig->{config}->{config}->{src}->{config}->{rnd}->{config}}, |
98 { |
100 { |
99 set => |
101 set => |
100 [ |
102 [ |