diff --git a/tools/tinderbox-configs/sunbird/linux/tinder-config.pl b/tools/tinderbox-configs/sunbird/linux/tinder-config.pl index d58f0c3695d8..82213eed54fb 100644 --- a/tools/tinderbox-configs/sunbird/linux/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/linux/tinder-config.pl @@ -189,7 +189,7 @@ $BinaryName = 'sunbird-bin'; # Release build options $ReleaseBuild = 1; #$LocaleProduct = "browser"; -$shiptalkback = 0; +$shiptalkback = 1; #$ReleaseToLatest = 1; # Push the release to latest-? #$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-? $build_hour = "6"; diff --git a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl index dd21fe100cd1..31b2ee523288 100755 --- a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl @@ -181,12 +181,13 @@ $BinaryName = 'sunbird-bin'; # Release build options $ReleaseBuild = 1; #$LocaleProduct = "browser"; -$shiptalkback = 0; +$shiptalkback = 1; #$ReleaseToLatest = 1; # Push the release to latest-? #$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-? $build_hour = "6"; #$package_creation_path = "/xpinstall/packager"; -# needs setting for mac + talkback: $mac_bundle_path = "/browser/app"; +# needs setting for mac + talkback: +$mac_bundle_path = "/calendar/sunbird/app"; $ssh_version = "2"; #$ssh_user = "cltbld"; #$ssh_server = "stage.mozilla.org";