From ff7a73ba86c6ae856dd81ecff104d6644f26d3e5 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Mon, 5 Jan 2015 05:37:29 -0800 Subject: [PATCH] Fix missing timex library Wasn't git cloning the timex library. It was working because timex was on pypi. Change-Id: If5072d17f48ecf82b0216eacca433cb636b1961a --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 655d8f3..c0777e2 100755 --- a/build.sh +++ b/build.sh @@ -49,7 +49,7 @@ fi cd $SOURCE_DIR for file in shoebox simport notigen notification-utils \ - stackdistiller quincy quince \ + stackdistiller quincy quince timex \ klugman winchester do git clone http://git.openstack.org/stackforge/stacktach-$file