summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-11 15:35:56 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-12-11 15:35:56 +0100
commit63242764143e0e6d36e2d1bdf0e93835242fb6fa (patch)
tree6551392163e53b90e283e3d06c2ed34a8ab97cb3 /bashrc
parentAdd bashrc for the tinderbox. (diff)
downloadflameeyes-tinderbox-63242764143e0e6d36e2d1bdf0e93835242fb6fa.tar.gz
flameeyes-tinderbox-63242764143e0e6d36e2d1bdf0e93835242fb6fa.tar.bz2
flameeyes-tinderbox-63242764143e0e6d36e2d1bdf0e93835242fb6fa.zip
Add bashrc and update the emerge wrapper now that register_success_hook exists.
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() {