Skip to main content

GitHub release signing tool

Project description

ballsy

Ballsy is a GitHub release tarball signing tool. It tries to promote signing of the automatically generated release tarballs on GitHub with developer’s OpenPGP keys. Usually that would involve:

  • pushing a tag

  • navigating to the GitHub web page and creating a release

  • downloading their tarball

  • signing the tarball

  • uploading the detached ASCII signature to the release page as an asset

(And then redo this for the ZIP file…) The Debian wiki has a good set of instructions for this.

Most of us probably wouldn’t bother doing this. This software automates this job by taking care of the necessary steps as outlined above.

Additional features:

  • Automatic conversion from tags to releases

  • Selective signing of ZIPs/tarballs

  • Automatic target repo selection based on current directory

Installation

$ pip install ballsy

Usage

You’ll need to log in to GitHub once:

$ ballsy login

which will ask for your user credentials, and then obtain a token for future logins (stored in ~/.ballsyrc). 2FA by phone is supported.

After logging in, signing is as easy as:

$ ballsy sign v2.0

to sign the release v2.0 in the GitHub repo pointed to by the origin remote in the current directory (which is the default). Other targets can easily be specified:

$ ballsy sign --remote home v2.0
$ ballsy sign --repo foobar/otherrepo v2.0

By default, the key specified in Git’s user.signingkey property is used, but this can be overridden using the --keyid option.

If you don’t usually use releases on GitHub, just tags, it is possible to automatically prepare a release given a tag (--include-tags). This also works when specifying multiple tags:

$ ballsy sign --include-tags v1.0 v1.2 v2.0

Please see ballsy --help and ballsy sign --help for more options.

TODO

At the moment you have to trust GitHub not to alter the contents of the tarballs when preparing a release. Future versions of ballsy will verify the contents of the downloaded tarballs against the local content corresponding to given tags.

LICENSE

2-clause BSD, see LICENSE.txt

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

ballsy-0.1.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file ballsy-0.1.0.tar.gz.

File metadata

  • Download URL: ballsy-0.1.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ballsy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0b0a02115895249ef6f6d451214ef849b0bd257c1ef22c86c24bb12733dd227c
MD5 91e957fef5b12c360dfba9df8af42fde
BLAKE2b-256 9ffb914b17e103720bffdf835d1a3a913e860a6e69f360857d2c9ec21a9ed52a

See more details on using hashes here.

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