Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 # Use of this source code is governed by a BSD-style license that can be | 5 # Use of this source code is governed by a BSD-style license that can be |
| 6 # found in the LICENSE file. | 6 # found in the LICENSE file. |
| 7 | 7 |
| 8 # This is a buildbot configuration file containing a tagged list of files | 8 # This is a buildbot configuration file containing a tagged list of files |
| 9 # processed by the stage/archive scripts. The known tags are: | 9 # processed by the stage/archive scripts. The known tags are: |
| 10 # | 10 # |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 408 'arch': ['32bit', '64bit'], | 408 'arch': ['32bit', '64bit'], |
| 409 'buildtype': ['dev', 'official'], | 409 'buildtype': ['dev', 'official'], |
| 410 }, | 410 }, |
| 411 { | 411 { |
| 412 'filename': 'nacl_irt_x86_64.nexe', | 412 'filename': 'nacl_irt_x86_64.nexe', |
| 413 'arch': ['32bit', '64bit'], | 413 'arch': ['32bit', '64bit'], |
| 414 'buildtype': ['dev', 'official'], | 414 'buildtype': ['dev', 'official'], |
| 415 }, | 415 }, |
| 416 # Remoting files: | 416 # Remoting files: |
| 417 { | 417 { |
| 418 'filename': 'chromoting.msi', | |
| 419 'arch': ['32bit', '64bit'], | |
| 420 'buildtype': ['dev', 'official'], | |
| 421 'archive': 'remoting-host.msi', | |
|
Sergey Ulanov
2012/04/05 00:43:31
Read comments at the top of this file. If archive!
alexeypa (please no reviews)
2012/04/05 05:00:12
This is exactly what I did. I added direct_archive
Sergey Ulanov
2012/04/05 07:05:41
Ouch. Sorry I missed it.
| |
| 422 'direct_archive': 1, | |
| 423 }, | |
| 424 { | |
| 418 'filename': 'remoting-webapp.zip', | 425 'filename': 'remoting-webapp.zip', |
| 419 'arch': ['32bit', '64bit'], | 426 'arch': ['32bit', '64bit'], |
| 420 'buildtype': ['dev', 'official'], | 427 'buildtype': ['dev', 'official'], |
| 421 'archive': 'remoting-webapp.zip', | 428 'archive': 'remoting-webapp.zip', |
| 422 }, | 429 }, |
| 423 # Cloud Print virtual driver files: | 430 # Cloud Print virtual driver files: |
| 424 { | 431 { |
| 425 'filename': 'gcp_portmon.dll', | 432 'filename': 'gcp_portmon.dll', |
| 426 'arch': ['32bit', '64bit'], | 433 'arch': ['32bit', '64bit'], |
| 427 'buildtype': ['dev', 'official'], | 434 'buildtype': ['dev', 'official'], |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 518 'buildtype': ['official'], | 525 'buildtype': ['official'], |
| 519 'archive': 'courgette.exe', | 526 'archive': 'courgette.exe', |
| 520 }, | 527 }, |
| 521 { | 528 { |
| 522 'filename': 'courgette64.exe', | 529 'filename': 'courgette64.exe', |
| 523 'arch': ['32bit', '64bit'], | 530 'arch': ['32bit', '64bit'], |
| 524 'buildtype': ['official'], | 531 'buildtype': ['official'], |
| 525 'archive': 'courgette64.exe', | 532 'archive': 'courgette64.exe', |
| 526 }, | 533 }, |
| 527 ] | 534 ] |
| OLD | NEW |