--- /dev/null
+mediaplayer
+controls
+poky-agl-*.sh
#!/bin/bash
set -x
+
+export GERRIT_REFSPEC="refs/changes/49/9549/2"
+export GERRIT_PROJECT="apps/mediaplayer"
+export GERRIT_CHANGE_NUMBER="9549"
+export GERRIT_PATCHSET_NUMBER="2"
+export GERRIT_PATCHSET_REVISION="b0f682b1579e520896ccd5492d6666d962a0c226"
+export GERRIT_HOST="gerrit.automotivelinux.org"
+export GERRIT_PORT="29418"
+
. ../common/include-apps-header.sh
. ../common/include-apps-fetch-install-sdk.sh
. ../common/include-apps-build-app.sh
################################################################################
## Run SHORT CI test
################################################################################
-set -x
+#set -x
#ls -alh
#pwd
################################################################################
-set -x
+#set -x
echo "## ${MACHINE} ##"
cd $REPODIR
################################################################################
-set -x
+#set -x
echo "## ${MACHINE} ##"
cd $REPODIR
# Projects in apps/*
###################
-if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "^apps/"); then
+if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); then
MYPROJECT=`echo $TARGETPROJECT | sed -e "s#apps/##g"`
git clone https://${GERRIT_HOST}/gerrit/${GERRIT_PROJECT}.git
pushd ${MYPROJECT}
git log -1
- git reset --hard ${GERRIT_REFSPEC}
+ git fetch ${TARGET_REFSPEC}
+ git reset --hard FETCH_HEAD
git log -1
if test -f Makefile ; then
make
source "${TARGETSDKENVSCRIPT}"
+echo "###############################################################################"
ls -alh ~/
-
-ls
-
+echo "###############################################################################"
ls -alh
-
-set
\ No newline at end of file
+echo "###############################################################################"
+set
+echo "###############################################################################"