History log of /external/skia/infra/bots/zip_utils.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
097900648b0b65500c3de8f5403347bada70ae94 28-Sep-2017 Eric Boren <borenet@google.com> Fix path separators on Windows in zip_utils

Bug: skia:7077
Change-Id: I5119a7d6c7cd2317129d40ae3e0997dfc9978c25
Reviewed-on: https://skia-review.googlesource.com/52664
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
/external/skia/infra/bots/zip_utils.py
18b84900855bb34f1694b4c50c088e7377d0e89f 31-Oct-2016 Brian Osman <brianosman@google.com> Always write files in binary mode when unzipping

Prevents CRLF conversion on Windows, which was corrupting SKP files
downloaded with fetch-skps

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4210

Change-Id: Ia876f403d10792ee185d50a29fe30402b733441d
Reviewed-on: https://skia-review.googlesource.com/4210
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
/external/skia/infra/bots/zip_utils.py
5580c6913500ccd80fb03a72e6992ee0d5b42d88 26-Aug-2016 mtklein <mtklein@chromium.org> add an asset for the Linux Android NDK.

I have run create_and_upload.py... cipd is uploading now.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2275093003

Review-Url: https://codereview.chromium.org/2275093003
/external/skia/infra/bots/zip_utils.py
0f1469bcdad11cf8bfe79ace33d28052418ecb48 15-Jun-2016 borenet <borenet@chromium.org> Add asset management scripts

These provide an easy way to create assets to be used by bots,
eg. Android SDK.

To create an asset:
$ infra/bots/assets/assets.py add android_sdk
(adds scripts in infra/bots/assets/android_sdk)

To upload a new version of an asset:
$ infra/bots/assets/android_sdk/upload.py -t $ANDROID_SDK_ROOT
(uploads Android SDK to GS, writes a version file)
$ git commit
$ git cl upload

To download the current version of the asset:
$ infra/bots/assets/android_sdk/download.py -t ../tmp

BUG=skia:5427
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2069543002

Review-Url: https://codereview.chromium.org/2069543002
/external/skia/infra/bots/zip_utils.py