| Index: buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py
|
| ===================================================================
|
| --- buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py (revision 11768)
|
| +++ buildbot/slave/skia_slave_scripts/utils/sync_bucket_subdir.py (working copy)
|
| @@ -77,10 +77,6 @@
|
| raise Exception('ERROR: found filename %s on remote filesystem'
|
| 'that does not match filter %s' % (file_name,
|
| filenames_filter))
|
| - #TODO(borenet): find alternative ways to handle revision ordering in git.
|
| - #if int(match.group(1)) >= min_download_revision:
|
| - download_from_bucket.DownloadFromBucket(
|
| - posixpath.join(gsbase_subdir, file_name), directory)
|
|
|
| # Uploads only files not present on the cloud storage
|
| if do_upload:
|
|
|