public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-80-g281d8cb
@ 2017-05-11 21:42 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2017-05-11 21:42 UTC (permalink / raw)
  To: cygwin-apps-cvs


No new revisions were added by this update.
Diff:
---
 .travis.yml            |    3 ---
 calm/mkgitoliteconf.py |    1 +
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ada5f7b..a5b35c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,3 @@ install: "pip install pep8 dirq"
 script:
  - ./pep8
  - python -m unittest discover
-notifications:
- irc: "chat.freenode.net#cygwin-bots"
- skip_join: false
diff --git a/calm/mkgitoliteconf.py b/calm/mkgitoliteconf.py
index 70bc1a5..e32c69b 100755
--- a/calm/mkgitoliteconf.py
+++ b/calm/mkgitoliteconf.py
@@ -43,6 +43,7 @@ from . import maintainers
 def transform_username(name):
     name = name.replace('.', '')
     name = name.replace(' ', '_')
+    name = name.encode('ascii', 'replace').decode()
     return name
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-11 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-11 21:42 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-80-g281d8cb jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).