From 3209091c8e6701a774cef725396766392ee3846e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 13:43:53 -0200 Subject: Increasing verbosity at module-commit --- share/hydra/module-commit | 2 ++ share/hydra/module-update | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'share') 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" diff --git a/share/hydra/module-update b/share/hydra/module-update index 8b6c741..2fc0192 100755 --- a/share/hydra/module-update +++ b/share/hydra/module-update @@ -47,6 +47,6 @@ function hydra_module_update { } for module in $*; do - echo "Updating module $module..." + echo "Updating module $module at puppet repository..." hydra_module_update $module done -- cgit v1.2.3