diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:32:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:32:45 +0100 |
commit | 2a160513579ef7d52ebaf4327d76c6c50682f800 (patch) | |
tree | 9fb70129ad3b8496a274aaa0c3c7ea173cf6c8f5 | |
parent | 008e233c51645b1346732b76ae9c5ac4cc6f0f4c (diff) | |
download | s2i-virtio-spec-2a160513579ef7d52ebaf4327d76c6c50682f800.tar.gz |
debug
-rwxr-xr-x | s2i/bin/assemble | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 02ca421..884e7a9 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -63,6 +63,14 @@ cat <<EOF >> output/HEADER.html <h3>Directory index</h3> EOF +echo "---> add README ..." +cat <<EOF >> output/README.html +<h3>[debug] build environment</h3> +<pre> +$(set) +</pre> +EOF + echo "---> Fix permissions ..." chmod +x . output chmod -R +r . |