summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-07-16 09:05:09 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-07-16 12:25:39 +0100
commitcdad41e97122ceb548f62b9664ed3fd2dba4ccb6 (patch)
tree3d1521b816e97e9377025584ea9b7da06b98b911
parentb39cc4f16e09eda2528d1275743643d106032c1c (diff)
update-libcamera: Report an update log
Fetch the remote first so we can show a shortlog of the incoming changes as a summary for the builder. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rwxr-xr-x01-update-libcamera.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/01-update-libcamera.sh b/01-update-libcamera.sh
index e55198f..c718748 100755
--- a/01-update-libcamera.sh
+++ b/01-update-libcamera.sh
@@ -13,5 +13,8 @@ then
git clone $REPO $LIBCAMERA
fi
+git -C $LIBCAMERA fetch
+git -C $LIBCAMERA log --oneline HEAD...origin/master
git -C $LIBCAMERA pull --ff-only
+
echo "libcamera at version : " $(libcamera_version "$LIBCAMERA")