Listup outputs
[scm/meta/abs.git] / build.template
index 3ad0322..bb1d2a3 100644 (file)
@@ -65,12 +65,17 @@ TIDLC_PATH=`sed -n '/tidl/p' /home/build/.bashrc | cut -f2 -d':'`
 if [ ! -z ${TIDLC_PATH} ]; then echo "PATH=\$PATH:${TIDLC_PATH}" >> /home/build/.profile; fi
 su - build -c "tidlc --version"
 
+DBUS_SESSION="dbus-run-session -- bash; echo build | gnome-keyring-daemon --unlock; "
+su - build -c "gnome-keyring-daemon --help"
+if [ $? -ne 0 ]; then
+  DBUS_SESSION=" "
+fi
 for rs in $rs_list; do
   echo "BUILDING START TIME: `date`"
   #if [[ $rs == *"64.core"* ]]; then
   #  echo "SKIP! 64-bit not supported!"; continue;
   #else
-    su - build -c "${ABS_CMD} build -r $rs -w ${BUILD_ROOT}/${PACKAGE} -s ABS -c ${BUILD_MODE} ${PARALLEL_JOBS} --profile-to-search ${PROFILE}"
+    su - build -c "${DBUS_SESSION} ${ABS_CMD} build -r $rs -w ${BUILD_ROOT}/${PACKAGE} -s ABS -c ${BUILD_MODE} ${PARALLEL_JOBS} --profile-to-search ${PROFILE}"
   #fi
   count=`ls -1 ${TMP_DIR}/*.tpk 2>/dev/null | wc -l`
   if [ $count != 0 ]; then
@@ -84,6 +89,9 @@ for rs in $rs_list; do
   fi
 done
 
+echo "OUTPUT CONTENTS..."
+ls -al ${SHARE_ROOT}
+
 #FIXME: Check 64 bit rootstraps for mobile profile.
 #if [[ $BUILD_TYPE = "SUBMIT" ]] && [[ $PROFILE = "mobile" ]]; then
 #  if [[ $rs_list = *"device64"* ]] && [[ $rs_list = *"emulator64"* ]]; then