Skip to content

Instantly share code, notes, and snippets.

@alikins
Created October 1, 2018 18:31
Show Gist options
  • Save alikins/d09e34e68af2b7573b60f917b37846b4 to your computer and use it in GitHub Desktop.
Save alikins/d09e34e68af2b7573b60f917b37846b4 to your computer and use it in GitHub Desktop.
hello collection example artifact
(galaxy-cli-py3-2) [newswoop:F27:releases (devel % u=)]$ ls
v11.11.11.tar.gz
(galaxy-cli-py3-2) [newswoop:F27:releases (devel % u=)]$ tar xvf v11.11.11.tar.gz
greetings_namespace.hello-11.11.11/
greetings_namespace.hello-11.11.11/roles/
greetings_namespace.hello-11.11.11/collection_info.yml
greetings_namespace.hello-11.11.11/some_json_file.json
greetings_namespace.hello-11.11.11/galaxy.yml
greetings_namespace.hello-11.11.11/pulp.tar.gz
greetings_namespace.hello-11.11.11/callback_plugins/some_callback.py
greetings_namespace.hello-11.11.11/roles/some_role/
greetings_namespace.hello-11.11.11/roles/some_role/meta/
greetings_namespace.hello-11.11.11/roles/some_role/defaults/
greetings_namespace.hello-11.11.11/roles/some_role/meta/main.yml
greetings_namespace.hello-11.11.11/roles/some_role/meta/survey.yml
greetings_namespace.hello-11.11.11/roles/some_role/defaults/main.yml
greetings_namespace.hello-11.11.11/MANIFEST.json
(galaxy-cli-py3-2) [newswoop:F27:releases (devel % u=)]$ cat greetings_namespace.hello-11.11.11/MANIFEST.json
{
"collection_info": {
"name": "greetings_namespace.hello",
"version": "11.11.11",
"authors": [
"Cowboy King Buzzo Lightyear"
],
"license": "GPL-3.0-or-later",
"description": "hello world",
"keywords": [],
"readme": "README.md",
"dependencies": []
},
"format": 1,
"files": [
{
"name": ".",
"ftype": "dir",
"chksum_type": null,
"chksum_sha256": null,
"_format": 1
},
{
"name": "roles",
"ftype": "dir",
"chksum_type": null,
"chksum_sha256": null,
"_format": 1
},
{
"name": "collection_info.yml",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "5e5e04a349a46058310086aa6ccd2cb0d1f5f0abe20ec8708ad6ef3b51f9fb09",
"_format": 1
},
{
"name": "some_json_file.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "1705d6b6260c46a03f0929b81b05678c54611ae414fd8f0368c8cce2d145ecc8",
"_format": 1
},
{
"name": "galaxy.yml",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "47af52ee4c6e0574b4ce584d0a8f42ea6a3d8b43dc494588f1b68f7867d2ba64",
"_format": 1
},
{
"name": "pulp.tar.gz",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "2c9480115cecf7f320cd131c9753e49892190d524c82bb6b431db827f5c9971c",
"_format": 1
},
{
"name": "callback_plugins/some_callback.py",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "b797c0c63694f1d37cc69411dafcf464685f4e4755cb64426e4849859160964e",
"_format": 1
},
{
"name": "roles/some_role",
"ftype": "dir",
"chksum_type": null,
"chksum_sha256": null,
"_format": 1
},
{
"name": "roles/some_role/meta",
"ftype": "dir",
"chksum_type": null,
"chksum_sha256": null,
"_format": 1
},
{
"name": "roles/some_role/defaults",
"ftype": "dir",
"chksum_type": null,
"chksum_sha256": null,
"_format": 1
},
{
"name": "roles/some_role/meta/main.yml",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "75d9e1fc28efc97277948be23c909140a7ea37e2c21fd3a38d5280ca9fd4f77f",
"_format": 1
},
{
"name": "roles/some_role/meta/survey.yml",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "d28de0fce340634858f843d43662fc9f2bf4ffc0c1cac667b07b43bf0e2623bc",
"_format": 1
},
{
"name": "roles/some_role/defaults/main.yml",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "71715ad82ef41ea2289e97987c1f466d2f9af1f5a4ebfe4bfb637d672c858dac",
"_format": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment