mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update launcher
This commit is contained in:
+3
-3
@@ -89,12 +89,10 @@ if [ "$MODE" == install ]; then
|
||||
echo "Installing versioned requirements"
|
||||
"$PYTHON" -m pip install --disable-pip-version-check --quiet --no-warn-conflicts --requirement requirements_versions.txt
|
||||
|
||||
"$PYTHON" launch.py --exit
|
||||
|
||||
echo "Updating submodules"
|
||||
git submodule --quiet update --init --recursive
|
||||
git submodule --quiet update --rebase --remote
|
||||
git submodule --quiet foreach 'echo $sm_path' | while read LINE; do git-update $LINE ; done
|
||||
# git submodule --quiet update --rebase --remote
|
||||
# git submodule foreach --quiet 'VER=$(git log -1 --pretty=format:"%h %ad"); BRANCH=$(git branch); URL=$(git remote get-url origin); echo "- $VER $BRANCH $URL"'
|
||||
|
||||
echo "Updating extensions"
|
||||
@@ -107,6 +105,8 @@ if [ "$MODE" == install ]; then
|
||||
echo "Detached repos"
|
||||
ls repositories/ | while read LINE; do git-version repositories/$LINE ; done
|
||||
|
||||
"$PYTHON" launch.py --exit
|
||||
|
||||
echo "Local changes"
|
||||
git status --untracked=no --ignore-submodules=all --short
|
||||
|
||||
|
||||
Submodule extensions-builtin/sd-extension-system-info updated: 603de6747e...2e3086b480
+1
-1
Submodule wiki updated: da58a2ff51...aa777e8764
Reference in New Issue
Block a user