From 6beaff3d52d63717dfdf69cc8ee7779421e13c50 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 2 Apr 2015 01:04:18 +0100 Subject: [PATCH] Status: Move external dependencies into public_html/lib Change-Id: Ib0cfdda5ded53af8e89aa239bd2f6e442f2537e3 --- etc/status/.gitignore | 5 +---- etc/status/fetch-dependencies.sh | 3 ++- etc/status/public_html/index.html | 10 ++++------ 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/etc/status/.gitignore b/etc/status/.gitignore index 1ecdbed420..218f297df8 100644 --- a/etc/status/.gitignore +++ b/etc/status/.gitignore @@ -1,4 +1 @@ -public_html/jquery.min.js -public_html/jquery-visibility.js -public_html/bootstrap -public_html/jquery.graphite.js +public_html/lib diff --git a/etc/status/fetch-dependencies.sh b/etc/status/fetch-dependencies.sh index 24beb4c04f..ccaf74ca8c 100755 --- a/etc/status/fetch-dependencies.sh +++ b/etc/status/fetch-dependencies.sh @@ -1,6 +1,7 @@ #!/bin/bash BASE_DIR=$(cd $(dirname $0); pwd) -DEST_DIR=$BASE_DIR/public_html +DEST_DIR=$BASE_DIR/public_html/lib +mkdir -p $DEST_DIR echo "Destination: $DEST_DIR" echo "Fetching jquery.min.js..." diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html index 3bd7a12fc6..97025a6174 100644 --- a/etc/status/public_html/index.html +++ b/etc/status/public_html/index.html @@ -19,16 +19,14 @@ under the License. Zuul Status - + -
- - - - + + +