From b963b1a5877506c0168070a3d81defdeb130d332 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 23 Aug 2019 15:39:09 +0000 Subject: [PATCH] Build: update script to do also commits --- scripts/update-cli.sh | 1 + scripts/update-supervisor.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/scripts/update-cli.sh b/scripts/update-cli.sh index 9a9a183cb..3c9a3c760 100755 --- a/scripts/update-cli.sh +++ b/scripts/update-cli.sh @@ -7,3 +7,4 @@ if [ -z "$1" ]; then fi sed -i "s/CLI_VERSION=\".*\"/CLI_VERSION=\"$1\"/g" buildroot-external/configs/* +git commit -m "OS: Update CLI $1" buildroot-external/configs/* diff --git a/scripts/update-supervisor.sh b/scripts/update-supervisor.sh index 6dcb0a7cf..cf8631a19 100755 --- a/scripts/update-supervisor.sh +++ b/scripts/update-supervisor.sh @@ -7,3 +7,5 @@ if [ -z "$1" ]; then fi sed -i "s/SUPERVISOR_VERSION=\".*\"/SUPERVISOR_VERSION=\"$1\"/g" buildroot-external/configs/* +git commit -m "OS: Update supervisor $1" buildroot-external/configs/* +