From 3284434f766c31747f6a985bf285e38cb85d7eee Mon Sep 17 00:00:00 2001 From: "ause%sun.com" Date: Fri, 3 Aug 2007 10:36:40 +0000 Subject: [PATCH] bug 389852 - fix path entries git-svn-id: svn://10.0.0.236/branches/l10n@231404 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tools/tinderbox-configs/sunbird/linux/tinder-config.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/tools/tinderbox-configs/sunbird/linux/tinder-config.pl b/mozilla/tools/tinderbox-configs/sunbird/linux/tinder-config.pl index 07317b732de..f2cf153cfbe 100644 --- a/mozilla/tools/tinderbox-configs/sunbird/linux/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/sunbird/linux/tinder-config.pl @@ -167,15 +167,15 @@ $LocalizationVersionFile = 'calendar/sunbird/config/version.txt'; # %WGetFiles = ( # "http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.3.1rc2/linux-i686/en-US/sunbird-%version%.en-US.linux-i686.tar.bz2" => -# "/builds/tinderbox/Sb-Trunk-l10n/Linux_2.4.21-32.0.1.EL_Clobber/sunbird.tar.bz2" +# "/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Clobber/sunbird.tar.bz2" # ); %WGetFiles = ( "http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-%version%.en-US.linux-i686.tar.bz2" => - "/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Depend/sunbird.tar.bz2" + "/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Clobber/sunbird.tar.bz2" ); -$BuildLocalesArgs = "ZIP_IN=/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Depend/sunbird.tar.bz2"; +$BuildLocalesArgs = "ZIP_IN=/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Clobber/sunbird.tar.bz2"; #- #- The rest should not need to be changed