equal
deleted
inserted
replaced
6 # |
6 # |
7 # Initial Contributors: |
7 # Initial Contributors: |
8 # Symbian Foundation Ltd - initial contribution. |
8 # Symbian Foundation Ltd - initial contribution. |
9 # |
9 # |
10 # Contributors: |
10 # Contributors: |
|
11 # Dario Sestito <darios@symbian.org> |
11 # |
12 # |
12 # Description: |
13 # Description: |
13 # Extracts output text in <buildlog> context which doesn't belong to <recipe>'s |
14 # Clean environment by removing releaseable files based on info.tsv |
14 |
15 |
15 use strict; |
16 use strict; |
16 use Getopt::Long; |
17 use Getopt::Long; |
17 |
18 |
18 my $RELEASEABLES_DIR = "/releaseables"; |
19 my $RELEASEABLES_DIR = "/releaseables"; |