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




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',


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

only message in thread, other threads:[~2017-05-11 21:19 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:19 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-83-g766123e 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).