Build: update script to do also commits

This commit is contained in:
Pascal Vizeli 2019-08-23 15:39:09 +00:00
parent 998c8365c0
commit b963b1a587
2 changed files with 3 additions and 0 deletions

View File

@ -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/*

View File

@ -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/*