)]}'
{"diskimage_builder/elements/ensure-python/package-installs.yaml":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"47ff28045ef054468033986e868c3b3dcb9db8d4","unresolved":false,"context_lines":[{"line_number":1,"context_line":"bzip:"},{"line_number":2,"context_line":"curl:"},{"line_number":3,"context_line":"gcc:"},{"line_number":4,"context_line":"git:"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"1fa4df85_901f2c6f","line":1,"updated":"2020-03-18 18:47:26.000000000","message":"might be clearer to call this libb2-dev here - same with the other libs that you are mapping to dev packages.","commit_id":"49bbdeaf4ab5f9172dcb5f3e70cc451c93cbc0ac"}],"diskimage_builder/elements/ensure-python/pkg-map":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"47ff28045ef054468033986e868c3b3dcb9db8d4","unresolved":false,"context_lines":[{"line_number":13,"context_line":"      \"zlib\": \"zlib1g-dev\""},{"line_number":14,"context_line":"    },"},{"line_number":15,"context_line":"    \"redhat\": {"},{"line_number":16,"context_line":"      \"bzip\": \"bzip2-devel\","},{"line_number":17,"context_line":"      \"curl\": \"curl\","},{"line_number":18,"context_line":"      \"gcc\": \"gcc\","},{"line_number":19,"context_line":"      \"git\": \"git\","}],"source_content_type":"application/octet-stream","patch_set":2,"id":"1fa4df85_90088c2d","line":16,"updated":"2020-03-18 18:47:26.000000000","message":"then you can make this:\n\n  \"libbz2-dev\": \"bzip2-devel\"","commit_id":"49bbdeaf4ab5f9172dcb5f3e70cc451c93cbc0ac"}],"diskimage_builder/elements/python-stow-versions/README.rst":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"a1bc349f4a68a3c4a079d5356d71f8fba28da92c","unresolved":false,"context_lines":[{"line_number":1,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":2,"context_line":"ensure-python"},{"line_number":3,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":4,"context_line":""},{"line_number":5,"context_line":"Element that installs latest minor releases of python"}],"source_content_type":"text/x-rst","patch_set":6,"id":"1fa4df85_70bff9a9","line":2,"range":{"start_line":2,"start_character":0,"end_line":2,"end_character":13},"updated":"2020-03-19 18:59:31.000000000","message":"python-stow-versions","commit_id":"7cf5baec8aa1594f076131975fe08fc59bb0b05f"}],"diskimage_builder/elements/python-stow-versions/element-deps":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"a1bc349f4a68a3c4a079d5356d71f8fba28da92c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"1fa4df85_50d75def","line":2,"updated":"2020-03-19 18:59:31.000000000","message":"Add:\n\n  source-repositories","commit_id":"7cf5baec8aa1594f076131975fe08fc59bb0b05f"}],"diskimage_builder/elements/python-stow-versions/extra-data.d/70-python-build":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"a1bc349f4a68a3c4a079d5356d71f8fba28da92c","unresolved":false,"context_lines":[{"line_number":1,"context_line":"#!/bin/bash"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"if [ ${DIB_DEBUG_TRACE:-0} -gt 1 ]; then"},{"line_number":4,"context_line":"    set -x"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"1fa4df85_1007a584","line":1,"updated":"2020-03-19 18:59:31.000000000","message":"You can replace this with a file called:\n\n source-repository-pyenv\n\nThat has the line:\n\n  pyenv git /pyenv/ https://github.com/pyenv/pyenv\n\nAnd diskimage-builder will cache the clone and reuse it between invocations.","commit_id":"7cf5baec8aa1594f076131975fe08fc59bb0b05f"}],"diskimage_builder/elements/python-stow-versions/install.d/70-python-build":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"a1bc349f4a68a3c4a079d5356d71f8fba28da92c","unresolved":false,"context_lines":[{"line_number":7,"context_line":"set -o pipefail"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"#Install python-build"},{"line_number":10,"context_line":"/tmp/in_target.d/pyenv/plugins/python-build/install.sh"},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"DIB_PYTHON_VERSIONS\u003d${DIB_PYTHON_VERSIONS:-\"2.7,3.5,3.6,3.7,3.8,3.9\"}"},{"line_number":13,"context_line":"DIB_VERSIONS_TO_INSTALL\u003d${1:-$DIB_PYTHON_VERSIONS}"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"1fa4df85_90fab572","line":10,"range":{"start_line":10,"start_character":0,"end_line":10,"end_character":16},"updated":"2020-03-19 18:59:31.000000000","message":"Then this would just be /pyenv","commit_id":"7cf5baec8aa1594f076131975fe08fc59bb0b05f"}],"diskimage_builder/elements/python-stow-versions/post-install.d/70-python-build":[{"author":{"_account_id":2,"name":"Monty Taylor","email":"mordred@inaugust.com","username":"mordred"},"change_message_id":"a1bc349f4a68a3c4a079d5356d71f8fba28da92c","unresolved":false,"context_lines":[{"line_number":11,"context_line":"    \u0027bin/python-build\u0027, \u0027share/python-build\u0027)"},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"for path in ${DIB_PYTHON_FILES}; do"},{"line_number":14,"context_line":"    rm -rf ${DIB_PYTHON_PREFIX}/${path}"},{"line_number":15,"context_line":"done"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"1fa4df85_102c8500","line":14,"updated":"2020-03-19 18:59:31.000000000","message":"And you\u0027d want to add /pyenv to this list to clean up.","commit_id":"7cf5baec8aa1594f076131975fe08fc59bb0b05f"}]}
