Changeset View
Changeset View
Standalone View
Standalone View
bin/deploy-log
- This file was added.
Property | Old Value | New Value |
---|---|---|
File Mode | null | 100755 |
#!/usr/bin/env python | |||||
# -*- coding: utf-8 -*- | |||||
# | |||||
# Tail and filter the deploy.log. | |||||
# | |||||
# Copyright © 2015 Wikimedia Foundation and contributors | |||||
import os | |||||
import sys | |||||
# Add scap package to search path | |||||
script = os.path.realpath(sys.argv[0]) | |||||
scap_src = os.path.dirname(os.path.dirname(script)) | |||||
sys.path.append(scap_src) | |||||
import scap | |||||
scap.DeployLog.run() |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL