)]}'
{"elements/debootstrap-minimal/root.d/99-clean-up-cache":[{"author":{"_account_id":21741,"name":"Andreas Florath","email":"andreas@florath.net","username":"florath"},"change_message_id":"d7313a73b147e46e4c4ea937b3e7c58540cfb9b7","unresolved":false,"context_lines":[{"line_number":20,"context_line":"set -eu"},{"line_number":21,"context_line":"set -o pipefail"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"sudo rm -rf $TARGET_ROOT/var/cache/apt/archives/*"},{"line_number":24,"context_line":"sudo rm -rf $TARGET_ROOT/var/lib/apt/lists/*"}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"da4df55a_023166ec","line":23,"updated":"2016-12-25 21:01:47.000000000","message":"Why are those both lines needed?\nWhy not using the implementation from dpkg (which is IMHO somewhat cleaner).","commit_id":"582ebd40dde7aafe0401d576af599293b4278bda"},{"author":{"_account_id":4162,"name":"Paul Belanger","email":"pabelanger@redhat.com","username":"pabelanger"},"change_message_id":"d4a7ba5f7ab8d4405a65a8691077d37a5348ac17","unresolved":false,"context_lines":[{"line_number":20,"context_line":"set -eu"},{"line_number":21,"context_line":"set -o pipefail"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"sudo rm -rf $TARGET_ROOT/var/cache/apt/archives/*"},{"line_number":24,"context_line":"sudo rm -rf $TARGET_ROOT/var/lib/apt/lists/*"}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"da4df55a_0a9eca62","line":23,"in_reply_to":"da4df55a_023166ec","updated":"2016-12-26 15:15:34.000000000","message":"because this element is to only include deboostrap things, bu depending on dpkg element, we need to include much more things into the chroot. python, apt changes, etc.\n\nI really just want an image / tarball built using deboostrap and nothing else. So, with that in mind, we need to use the root.d stage to delete this","commit_id":"582ebd40dde7aafe0401d576af599293b4278bda"}],"elements/debootstrap/pre-install.d/01-apt-update":[{"author":{"_account_id":21741,"name":"Andreas Florath","email":"andreas@florath.net","username":"florath"},"change_message_id":"d7313a73b147e46e4c4ea937b3e7c58540cfb9b7","unresolved":false,"context_lines":[{"line_number":21,"context_line":"set -eu"},{"line_number":22,"context_line":"set -o pipefail"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"apt-get update"}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"da4df55a_c2367ee6","line":24,"updated":"2016-12-25 21:01:47.000000000","message":"Why is this needed?\nWhy not use the implementation from dpkg?","commit_id":"582ebd40dde7aafe0401d576af599293b4278bda"},{"author":{"_account_id":4162,"name":"Paul Belanger","email":"pabelanger@redhat.com","username":"pabelanger"},"change_message_id":"d4a7ba5f7ab8d4405a65a8691077d37a5348ac17","unresolved":false,"context_lines":[{"line_number":21,"context_line":"set -eu"},{"line_number":22,"context_line":"set -o pipefail"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"apt-get update"}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"da4df55a_ca7e8218","line":24,"in_reply_to":"da4df55a_c2367ee6","updated":"2016-12-26 15:15:34.000000000","message":"currently debian-minimal is broken without is.  And since we add sources.list in the debian-minimal element, it seems sane to apt-get update for debootstrap.\n\nHowever, I this can be removed, and we fix the debian-minimal element.","commit_id":"582ebd40dde7aafe0401d576af599293b4278bda"}]}
