You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/07/03 08:51:28 UTC

[libcloud] branch trunk updated (ada6f9e -> 0cdb313)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from ada6f9e  Merge pull request #1468 from Eis-D-Z/pricing-gce
     new 98d2ca5  Make file executable.
     new fabb547  Various improvements to the GCE pricing scraping script:
     new 7c62b9a  Add WIP tox and Travis job for scraping prices for multiple providers and pushing latest pricing data to S3 bucket.
     new bd9ab54  Add script for uploading pricing data to S3.
     new 196668c  Use python binary where requests is available.
     new 1320e15  Test nightly change.
     new fcb4548  Test config change.
     new 3e733a7  Update travis config.
     new 33932bf  Test a change.
     new 22e8000  Use a dedicated tox target for prices scrape + upload.
     new b5bfd52  Make sure current directory is in PYTHONPATH.
     new eac7a0e  Remove testing data.
     new 3ab9686  Remove unused variable,s update conditional.
     new 0cdb313  Merge pull request #1472 from Kami/price_scraping_ci_job

The 7434 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                          | 22 ++++++++++--
 contrib/scrape-gce-prices.py         | 54 ++++++++++++++++++++++-------
 contrib/upload-pricing-data-to-s3.py | 66 ++++++++++++++++++++++++++++++++++++
 tox.ini                              | 22 ++++++++++++
 4 files changed, 150 insertions(+), 14 deletions(-)
 mode change 100644 => 100755 contrib/scrape-gce-prices.py
 create mode 100755 contrib/upload-pricing-data-to-s3.py