Rfaulk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/64550


Change subject: fix. deploy tag output.
......................................................................

fix. deploy tag output.

Change-Id: I5486c1115857b343d434e581225fe18574b78bcd
---
M sartoris/sartoris.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/50/64550/1

diff --git a/sartoris/sartoris.py b/sartoris/sartoris.py
index c0dcae9..cd453cf 100755
--- a/sartoris/sartoris.py
+++ b/sartoris/sartoris.py
@@ -473,11 +473,11 @@
 
     def show_tag(self, args):
         """
-            * display current tagged release
+            * display latest deploy tag
         """
         # Get latest "sync" tag - sets self._tag
         self._get_latest_deploy_tag()
-        log.info(self._tag)
+        print self._tag
         return 0
 
     def log_deploys(self, args):

-- 
To view, visit https://gerrit.wikimedia.org/r/64550
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5486c1115857b343d434e581225fe18574b78bcd
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to