Unverified Commit 62995e07 authored by boklm's avatar boklm
Browse files

config/*: update reports-url

parent 5c978152
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ my @commits = get_commits_by_branch($torbrowser_branch, $esr_branch);

my %res = (
    args => [],
    'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
    'reports-url' => 'http://93.95.228.164/reports/',
    tags => [ $torbrowser_branch ],
);
my $previous;
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ if (!get($shaurl)) {
        'mcs@pearlcrescent.com',
        'gunes.acar@esat.kuleuven.be',
    ],
    'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
    'reports-url' => 'http://93.95.228.164/reports/',
    known_issues => {
        readelf_PIE => file_known_issue(
            'TorBrowser/Tor/PluggableTransports/meek-client' => '10935',
+1 −1
Original line number Diff line number Diff line
@@ -33,5 +33,5 @@ if (!get($shaurl)) {
    selenium => 0,
    'email-from' => 'TBB Nightly Tests <boklm@torproject.org>',
    'email-to'   => [ 'boklm@mars-attacks.org', ],
    'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
    'reports-url' => 'http://93.95.228.164/reports/',
);
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ foreach my $build (@latest_builds) {
        keyring => "$build->{user}.gpg",
        args => [ $build->{url} ],
        tags => [ "$build->{version}-$build->{build}" ],
        'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
        'reports-url' => 'http://93.95.228.164/reports/',
        'email-from'  => 'TBB Tests <boklm@torproject.org>',
        'email-to'    => [ 'tor-qa@lists.torproject.org', 'boklm@mars-attacks.org', ],
        newlayout     => 0,
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ foreach my $build (@latest_builds) {
        mozmill    => 0,
        selenium   => 0,
        newlayout  => 0,
        'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
        'reports-url' => 'http://93.95.228.164/reports/',
        'email-from'  => 'TBB Tests <boklm@torproject.org>',
        'email-to'    => [ 'tor-qa@lists.torproject.org', 'boklm@mars-attacks.org', ],
    );