aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/module-commit
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/module-commit')
-rwxr-xr-xshare/hydra/module-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/hydra/module-commit b/share/hydra/module-commit
index db8e935..131b7db 100755
--- a/share/hydra/module-commit
+++ b/share/hydra/module-commit
@@ -24,7 +24,9 @@ MODULE="$1"
if [ -d "$HYDRA_FOLDER/modules/$MODULE" ]; then
shift
+ echo "Commiting changes at $MODULE module..."
( cd "$HYDRA_FOLDER/modules/$MODULE" && git commit -a -m "$*" )
+ echo ""
hydra $HYDRA module-update $MODULE
else
echo "Not such module $MODULE"