jjb: lttng-ust minor fixes
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Jul 2019 22:06:13 +0000 (18:06 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Jul 2019 22:06:13 +0000 (18:06 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-ust.yaml
scripts/lttng-ust/build.sh

index b880469ed8969ea22942d341ef3437215a6ca740..ea5548ab9b737793578cee07f772bf8aa79543fb 100644 (file)
           liburcu_version: !!python/tuple [stable-0.9]
 
 - project:
-    name: liburcu-views
+    name: lttng-ust-views
     views:
       - LTTng-ust
index 7dd809a0ddbd896848edaf7b503b1b697fe24dea..5bc720e62d36452f9f918f710fdc8e4cc2a1c1c2 100755 (executable)
@@ -69,7 +69,9 @@ verne() {
     [ "$res" -ne "0" ]
 }
 
-# Required parameters
+# Required variables
+WORKSPACE=${WORKSPACE:-}
+
 arch=${arch:-}
 conf=${conf:-}
 build=${build:-}
This page took 0.024906 seconds and 4 git commands to generate.