diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 16:11:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 16:11:54 +0100 |
commit | 5827069fe70ec43710fa237fba53f8d3b35d33e9 (patch) | |
tree | 6193edc4f71ea30f46d5ccdd7e36102eeca1bdf1 | |
parent | f9668a913c9acd01cd457592874373c6c0fd0c26 (diff) | |
download | s2i-virtio-spec-5827069fe70ec43710fa237fba53f8d3b35d33e9.tar.gz |
misc
-rw-r--r-- | Dockerfile | 2 | ||||
-rwxr-xr-x | s2i/bin/assemble | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -59,7 +59,7 @@ RUN dnf install -y liberation-fonts \ texlive-xltxtra \ texlive-xstring \ \ - zip httpd; \ + zip git httpd; \ dnf clean all -y COPY ./s2i/bin/ /usr/libexec/s2i diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 6417958..bea93b3 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -27,7 +27,7 @@ echo "---> Building virtio spec ..." if test "$OPENSHIFT_BUILD_REFERENCE" != ""; then SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE"; fi; - echo "- $SPECDOC -" + echo "-----> SPECDOC=$SPECDOC <-----"; sh makeall.sh) echo "---> Move docs output ..." @@ -79,4 +79,4 @@ EOF echo "---> Fix permissions ..." chmod +x . output chmod -R +r . -find . | xargs ls -ld +find output | xargs ls -ld |