1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:39:09 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-26 17:00:24 +03:00
parent 7a27c806e8
commit 7a3a8aee8b

View File

@@ -4,8 +4,8 @@ CLEAN=${CLEAN:-yes}
git fetch --all --tags || exit $? git fetch --all --tags || exit $?
cp -f $0 /tmp/$0.backup || exit $? cp -f $0 /tmp/$0.backup || exit $?
git reset --hard || exit $? git reset --hard || exit $?
cp -f ./examples/crash_reporter/backend/config/config.php.alpine /tmp/ || exit $? cp -f ./examples/crash_reporter/backend/config/config.php.alpine /tmp/ 2>/dev/null ||:
cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php || exit $? cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php 2>/dev/null||:
if [ "yes" = "${CLEAN}" ]; then if [ "yes" = "${CLEAN}" ]; then
echo "auto cleanup - tidying working branch" echo "auto cleanup - tidying working branch"
git clean -xdf git clean -xdf