summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index fe73116..c55d267 100755
--- a/bashrc
+++ b/bashrc
@@ -8,6 +8,11 @@ pre_pkg_setup() {
tweet_me "${CATEGORY}/${PF} merge starting"
register_die_hook tinderbox_mask_pkg
+ register_success_hook tinderbox_success
+}
+
+tinderbox_success() {
+ tweet_me "${CATEGORY}/${PF} merge #succeded"
}
tinderbox_mask_pkg() {