aboutsummaryrefslogtreecommitdiff
path: root/push-source.py
AgeCommit message (Collapse)Author
2018-06-04push-source: support multiple filesKevin Hilman
Allow --file to take multiple arguments so multiple files can be uploaded in a single command. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-06-04push-source: add option for specifying publish_pathKevin Hilman
Add option "--publish_path" which can be used instead of giving tree/kernel/branch and then can be used to publish to arbitrary locations. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-07-03Add LGPL v2.1+ headers in Python scripts and full license in COPYINGGuillaume Tucker
Update all the Python scripts with a header listing the shared copyrights, authors and a notice to distribute the code under LGPL v2.1 or later. Also add the full license text in COPYING. Only elf.py was already Affero GPL v3 so it remains untouched. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
2017-06-08Allow push-source.py to not require --describeMatt Hart
2017-06-08Push last commit info to storageMatt Hart
2017-05-19Production jenkins (#19)Matt Hart
* Build.py fixes for staging-jenkins - use BRANCH env for git_branch - use do_post_retry method so the retries actually work - add git_branch to POST forms for new uniqueness - change file path to job/branch/kernel/arch/defconfig a.k.a tree/branch/git_describe/arch/defconfig * Add file_server_resource path to POST data * Add branch to build-complete API calls * Only check for 2 .done files as staging only builds 2 arch * Change POST url to staging-api * Add -e to read URL/TOKEN from env * add a push script to upload a file to api * Pass API_URL env variable to build-complete * Add counter to POST retry code * Exit 1 if push fails * Re-add all the email calls to build-complete * Only send emails to fellows for now * -e will now get describe/commit/url from environment * Re-enable all the tree emails! * Fixup some bash errors * Merge email changes from kernelci/kernelci-build master branch * Add Greg KH email to android results * Add kevins changes for building old kernels with config frags * Make build.py executable... * Drop drm-tip emails at request of daniels * Whitespace fixes * Fixes to -s command line parsing