Continued a bit:
[jprojects-scripts.git] / commit-jprojects.sh
index deff10f8ae75d514bac79c52a56b76e867e778fe..61ac979b0a8bab1170012342b7da088854332ddb 100755 (executable)
@@ -23,6 +23,10 @@ for project in ${LIST}; do
                then
                        # Special commit ... (known-binaries)
                        git commit --signoff -S lib/*.jar -m "$1"
+               elif [ "$1" = "updated dist.sh" ]
+               then
+                       # Special commit ... (known shell script)
+                       git commit --signoff -S "dist.sh" -m "$1"
                elif [ -n "$1" -a -n "$2" ]
                then
                        # Regular commit with given message