Skip to content

Instantly share code, notes, and snippets.

@jrussett
Created March 2, 2018 23:53
Show Gist options
  • Save jrussett/4ad7db6c8eaeb5735ca8ca793e84c062 to your computer and use it in GitHub Desktop.
Save jrussett/4ad7db6c8eaeb5735ca8ca793e84c062 to your computer and use it in GitHub Desktop.
When making your own release

Do not forget this portion:

Record the binary name including version number, with a slash and the binary filename concatenated to it. It’s a good idea to cite the official URL in a comment, in the same line.

That is...

---
name: libyaml_0.1.4

dependencies: []

files:
- libyaml_0.1.4/yaml-0.1.4.tar.gz # From http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz <--- THIS LINE

Also, when running bosh add-blob you need to add those dirs like so:

bosh add-blob /tmp/friday-blobs/Python-3.6.4.tgz Python-3.6.4/Python-3.6.4.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment