[Scummvm-git-logs] scummvm master -> 17063067d792c50df802fb0e4a9fad17cb38a509

sev- noreply at scummvm.org
Sat Dec 16 20:37:04 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
17063067d7 DEVTOOLS: Small fixes to release-checks.sh


Commit: 17063067d792c50df802fb0e4a9fad17cb38a509
    https://github.com/scummvm/scummvm/commit/17063067d792c50df802fb0e4a9fad17cb38a509
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-16T21:36:58+01:00

Commit Message:
DEVTOOLS: Small fixes to release-checks.sh

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 93521248f47..05311e432f8 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -198,7 +198,7 @@ fileDate=`git log -1 gui/themes/translations.dat | grep Date | sed 's/Date: //'`
 num_lines=`git -P log --oneline "--since=$fileDate" po/ | wc -l`
 
 if [ "$num_lines" -ne "0" ]; then
-  echo -e "$num_lines unprocessed commits. ${RED}Run 'make update-translations'${NC}"
+  echo -e "$num_lines unprocessed commits. ${RED}Run 'make translations-dat'${NC}"
 
   failPlus
 else
@@ -452,7 +452,7 @@ fileDate=`git log -1 dists/engine-data/ultima8.dat | grep Date | sed 's/Date: //
 num_lines=`git -P log --oneline "--since=$fileDate" devtools/create_ultima8 | wc -l`
 
 if [ "$num_lines" -ne "0" ]; then
-  echo -e "$num_lines unprocessed commits. ${RED}Run 'cd devtools/create_ultima8; zip -r9 ../../../dists/engine-data/ultima8.dat .'${NC}"
+  echo -e "$num_lines unprocessed commits. ${RED}Run 'cd devtools/create_ultima8; zip -r9 ../../dists/engine-data/ultima8.dat .'${NC}"
 
   failPlus
 else




More information about the Scummvm-git-logs mailing list