[Scummvm-git-logs] scummvm master -> 5f4d00fad88ac9c7744ad4a0a0520837ec6bc907

sev- noreply at scummvm.org
Wed Mar 15 22:07:24 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:
5f4d00fad8 DEVTOOLS: Add more comments to release-checks


Commit: 5f4d00fad88ac9c7744ad4a0a0520837ec6bc907
    https://github.com/scummvm/scummvm/commit/5f4d00fad88ac9c7744ad4a0a0520837ec6bc907
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-15T23:07:03+01:00

Commit Message:
DEVTOOLS: Add more comments to release-checks

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 324a3abb55e..9c615e7dbcd 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -188,6 +188,10 @@ else
   failPlus
 fi
 
+###########
+# Translations
+###########
+
 echo_n "Checking translations..."
 
 fileDate=`git log -1 gui/themes/translations.dat | grep Date | sed 's/Date: //'`
@@ -229,6 +233,13 @@ else
   echoOk
 fi
 
+#############################################################################
+#
+# Engines go here
+#
+#############################################################################
+
+
 ###########
 # MM engine
 ###########
@@ -248,7 +259,6 @@ else
 fi
 
 
-
 ###########
 # Ultima engine
 ###########




More information about the Scummvm-git-logs mailing list