[Bps-public-commit] smokingit branch, master, updated. 366cf227bd23506f15975a1cde7aaee1e855d7a5
Alex Vandiver
alexmv at bestpractical.com
Thu Oct 10 18:35:02 EDT 2013
The branch, master has been updated
via 366cf227bd23506f15975a1cde7aaee1e855d7a5 (commit)
from ea06129b2c1293cba218750a9f5357872aa170cc (commit)
Summary of changes:
lib/Smokingit/IRC.pm | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 366cf227bd23506f15975a1cde7aaee1e855d7a5
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Oct 10 18:34:57 2013 -0400
Include url on status
diff --git a/lib/Smokingit/IRC.pm b/lib/Smokingit/IRC.pm
index a3e2369..7cba10e 100644
--- a/lib/Smokingit/IRC.pm
+++ b/lib/Smokingit/IRC.pm
@@ -119,6 +119,8 @@ sub do_status {
$msg .= "; " . $self->queue_status($what)
if $what->status eq "queued";
+ $msg .= " - " . Jifty->web->url(path => "/test/".$what->short_sha);
+
return $incoming->reply( $msg );
} else {
return $what;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list