summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-29Don't exit cleanly in case of exception, fix retry logic.HEADmasterPaul Sokolovsky
2019-11-07fix manifest with python3Riku Voipio
2019-10-28Python3: Simple changes for Python3Benjamin Copeland
2018-06-11Reporting: Be more verbose on output.Benjamin Copeland
2018-04-06Mimetype: Fix SYS-138Benjamin Copeland
2018-01-150 byte issueBen Copeland
2018-01-150 byte: This fixes the 0 byte upload issueBen Copeland
2018-01-10Debug: Remove the Debug outputBen Copeland
2018-01-05Instead of exiting on first Exception, lets exit on the last one. We canBen Copeland
2018-01-03Let's just exit script if the Exception is hit, noticed odd dead locks.Ben Copeland
2018-01-02Since ReadTimeout errors seem to be false positive we will just exit theBen Copeland
2017-12-31Woops, need to return respBen Copeland
2017-12-30Print states: Fix print statements to give us better outputBen Copeland
2017-12-29Debugging: Print out the request headers and body when the exception isBen Copeland
2017-12-28Logging: Output what file is being uploadedBen Copeland
2017-12-20Retry Logic: Fix print statementsBen Copeland
2017-12-20Improve retry logicBen Copeland
2017-12-19Request: Add timeout to postBen Copeland
2017-03-23S3: retry logicBen Copeland
2016-12-11Optimize imports and reformat codeFathi Boudra
2016-12-09linaro-cp.py: Add thread pool support.Paul Sokolovsky
2016-12-09linaro-cp.py: Convert to python-requests.Paul Sokolovsky
2016-09-13Remove ability to choose API V1/V2Ben Copeland
2016-08-02Make the default api_version, version 3.Ben Copeland
2016-07-26bug #2434 - more debuggingAndy Doan
2016-07-20add retry logic for put_s3Andy Doan
2016-07-19bug #2434: getting 503 errors from S3Andy Doan
2015-11-03oops - fix last changeAndy Doan
2015-11-03Allow v3 API to be used from a jenkins jobAndy Doan
2015-08-24add support for new v3 apiAndy Doan
2015-04-08supply a --make-link optionAndy Doan
2015-04-08link-latest requires previous operations to runAndy Doan
2015-04-07Starting checking envvars with PUBLISH_TOKEN, then PUBLISH_KEY.Paul Sokolovsky
2015-01-15In case of error, record error class too, not just error params.Paul Sokolovsky
2014-12-09include error if link-latest failsAndy Doan
2014-12-08apiv2 - add option for providing a "latest" link to the buildAndy Doan
2014-12-08fix bug from d084c0ccAndy Doan
2014-12-08Move import pprint to the top of file.Paul Sokolovsky
2014-12-08Fix typo breaking publishing of auto-generated BUILD-INFO.txt's.Paul Sokolovsky
2014-12-08Add --verbose and --dry-run options to facilitate debugging.Paul Sokolovsky
2014-12-05Create MANIFEST outside src_dir, as it may be not writable by us.Paul Sokolovsky
2014-12-05Add --manifest option, as supported by old publishing system.Paul Sokolovsky
2014-12-05Make --include accept regex instead of fnmatch pattern.Paul Sokolovsky
2014-12-05Add --no-build-info to not try to generate any BUILD-INFO.txt at all.Paul Sokolovsky
2014-12-04Support comma-separate patterns for --include too.Paul Sokolovsky
2014-12-04Implement filtering for published files (--include option).Paul Sokolovsky
2014-12-03Implement --split-job-owner, to rewrite job path as required for android-build.Paul Sokolovsky
2014-11-28Support publishing of individual files.Paul Sokolovsky
2014-11-28Don't assume that server as specified by user has trailing slash.Paul Sokolovsky
2014-11-27Clearly mark error message as such.Paul Sokolovsky