 Chromium Code Reviews
 Chromium Code Reviews Issue 26519002:
  Make get_archive work on debug bots  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 26519002:
  Make get_archive work on debug bots  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tools/get_archive.py | 
| diff --git a/tools/get_archive.py b/tools/get_archive.py | 
| index b4cf950d66f99d07a1074b9820a75361962f17d6..554b7f05938566834b7b8314b45f3330a43c7552 100755 | 
| --- a/tools/get_archive.py | 
| +++ b/tools/get_archive.py | 
| @@ -342,7 +342,7 @@ def main(): | 
| # Issue 13399 Quick fix, update with channel support. | 
| bot = 'inc-be' | 
| if args.debug: | 
| - bot = 'debug' | 
| + bot = 'debug-be' | 
| if positional[0] == 'dartium': | 
| GetDartiumRevision('Dartium', bot, DARTIUM_DIR, DARTIUM_VERSION, |