This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
import json | |
import warnings | |
from datetime import datetime | |
def fixup_str(text): | |
return text.encode('latin1').decode('utf8') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Script for Subversion integration with Slack | |
# | |
# Uses slackweb module: | |
# https://github.com/satoshi03/slack-python-webhook | |
# 1. Save this file in /usr/bin as slack-svn-hook | |
# 2. Make it executable: | |
# chmod +x /usr/bin/slack-svn-hook | |
# 3. Put this line at the end of file of your_svn_repo/hooks/post-commit: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eventum.bzr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mon Mar 22 15:25:10 EET 2010 |