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-83-g766123e
Date: Thu, 11 May 2017 21:19:00 -0000	[thread overview]
Message-ID: <20170511211918.19933.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=766123e1fb5ebff92dd374c087df728c961de152

commit 766123e1fb5ebff92dd374c087df728c961de152
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu May 11 22:19:10 2017 +0100

    Really use IRC?

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=31af59557b09b1eb3701a5878e22e92c8f4082a5

commit 31af59557b09b1eb3701a5878e22e92c8f4082a5
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu May 11 22:14:24 2017 +0100

    Don't pretend we handle UTF-8 maintainer names

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=71806b4ca82706b23896391742a3d6769940dc7b

commit 71806b4ca82706b23896391742a3d6769940dc7b
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Jul 30 21:34:16 2016 +0100

    Add Travis CI IRC notification

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=281d8cbd6f691a03263148217d1f3e30f3f2f13e

commit 281d8cbd6f691a03263148217d1f3e30f3f2f13e
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu May 11 18:43:16 2017 +0100

    libatomic_ops-devel has a non-unique source version when separated out from libgc


Diff:
---
 .travis.yml            |    3 +++
 calm/mkgitoliteconf.py |    1 -
 calm/past_mistakes.py  |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a5b35c2..ada5f7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,6 @@ 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 e32c69b..70bc1a5 100755
--- a/calm/mkgitoliteconf.py
+++ b/calm/mkgitoliteconf.py
@@ -43,7 +43,6 @@ from . import maintainers
 def transform_username(name):
     name = name.replace('.', '')
     name = name.replace(' ', '_')
-    name = name.encode('ascii', 'replace').decode()
     return name
 
 
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index 5f63004..93bde5f 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -112,6 +112,7 @@ nonunique_versions = [
     'guile-doc',
     'guile-gv',                   # dropped pending guile-2
     'info',                       # something went wrong with package build?
+    'libatomic_ops-devel',        # separated out from libgc
     'libcaca-doc',                # dropped pending fix for current doxygen
     'libfltk-doc',
     'libical_cxx-devel',


                 reply	other threads:[~2017-05-11 21:19 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=20170511211918.19933.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).