Skip to main content

Polls the packagecloud.io API until a package filename is found.

Project description

packagecloud-poll

Overview

packagecloud-poll repeatedly polls the packagecloud.io API, looking for a specific package filename to appear. It is intended to be used in continuous integration/continuous deployment pipelines, where we want to block something until we are sure a package has been uploaded and is available before continuing onwards.

Installation

pip install packagecloud-poll

Setup

You must set a PACKAGECLOUD_TOKEN environment variable before you can run packagecloud-poll. See the packagecloud API documentation for instructions on how to generate a token.

export PACKAGECLOUD_TOKEN=deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef

Running

Sample invocation:

packagecloud-poll --user my_user --repo my_repo_name --type deb --distro ubuntu --distro_version precise --arch amd64 --pkg_name myorg-stuff --filename myorg-stuff_v5.3_precise_amd64.deb

Run packagecloud-poll --help for detailed help.

Developing

Setup.py creates the packagecloud-poll command. When running from source, execute run.py instead.

./run.py --help

Release History

0.0.1

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

packagecloud-poll-0.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page