Rfaulk has submitted this change and it was merged.
Change subject: fix. deploy tag output.
......................................................................
fix. deploy tag output.
Change-Id: I5486c1115857b343d434e581225fe18574b78bcd
---
M sartoris/sartoris.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Rfaulk: Verified; Looks good to me, approved
jenkins-bot: Checked
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: merged
Gerrit-Change-Id: I5486c1115857b343d434e581225fe18574b78bcd
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits