aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-25 16:11:54 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-25 16:11:54 +0100
commit5827069fe70ec43710fa237fba53f8d3b35d33e9 (patch)
tree6193edc4f71ea30f46d5ccdd7e36102eeca1bdf1
parentf9668a913c9acd01cd457592874373c6c0fd0c26 (diff)
downloads2i-virtio-spec-5827069fe70ec43710fa237fba53f8d3b35d33e9.tar.gz
misc
-rw-r--r--Dockerfile2
-rwxr-xr-xs2i/bin/assemble4
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d6640d6..1fdc5d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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