mirror of
https://example.com
synced 2024-11-22 22:16:39 +09:00
dev: apply patches after git pull
This commit is contained in:
parent
fc36811cd3
commit
d0a49b8f36
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,10 @@ set -eu
|
||||||
|
|
||||||
. neko/update/utils
|
. neko/update/utils
|
||||||
|
|
||||||
|
# Apply patches
|
||||||
|
run './neko/update/patch.sh'
|
||||||
|
br
|
||||||
|
|
||||||
# Show messages
|
# Show messages
|
||||||
for message in $(find neko/messages -type f ! -name '*.resolved' -print | sort); do
|
for message in $(find neko/messages -type f ! -name '*.resolved' -print | sort); do
|
||||||
file=$(basename -- "${message}")
|
file=$(basename -- "${message}")
|
||||||
|
|
|
@ -5,10 +5,6 @@ set -eu
|
||||||
|
|
||||||
say 'Start upgrading Firefish!'
|
say 'Start upgrading Firefish!'
|
||||||
|
|
||||||
# Apply patches
|
|
||||||
run './neko/update/patch.sh'
|
|
||||||
br
|
|
||||||
|
|
||||||
# Pull changes
|
# Pull changes
|
||||||
OLD_COMMIT=$(git rev-parse --short HEAD)
|
OLD_COMMIT=$(git rev-parse --short HEAD)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue