equal
deleted
inserted
replaced
98 } |
98 } |
99 } |
99 } |
100 elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) |
100 elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) |
101 { |
101 { |
102 # RnD repository |
102 # RnD repository |
103 my $name = "binaries_$2"; |
103 my $name="bin_$1_$2"; |
104 if ($1 eq "rndonly") { $name="bin_$1_$2";} |
104 if ($1 eq "internal") |
|
105 { |
|
106 $name = "binaries_$2"; |
|
107 } |
105 |
108 |
106 # Create a zip object |
109 # Create a zip object |
107 push @{$zipConfig->{config}->{config}->{src}->{config}->{rnd}->{config}}, |
110 push @{$zipConfig->{config}->{config}->{src}->{config}->{rnd}->{config}}, |
108 { |
111 { |
109 set => |
112 set => |