public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-80-g281d8cb
Date: Thu, 11 May 2017 21:42:00 -0000	[thread overview]
Message-ID: <20170511214220.82798.qmail@sourceware.org> (raw)


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
 
 


                 reply	other threads:[~2017-05-11 21:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170511214220.82798.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).