mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
y 5
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user