Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Tue, 25 May 2021 04:12:30
Message-Id: 1621915935.215673ee053e7c715acf7317dd1e7af578328086.mgorny@gentoo
1 commit: 215673ee053e7c715acf7317dd1e7af578328086
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 04:12:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 04:12:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=215673ee
7
8 gpy-impl-list: use a dedicated channel
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 gpy-impl-list | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gpy-impl-list b/gpy-impl-list
16 index 8c365dd..2417d7e 100755
17 --- a/gpy-impl-list
18 +++ b/gpy-impl-list
19 @@ -7,7 +7,7 @@ if [[ -z ${OUTDIR} ]]; then
20 exit 1
21 fi
22
23 -IRC='ircs://irc.libera.chat/#gentoo-python'
24 +IRC='ircs://irc.libera.chat/#gentoo-python-notices'
25
26 irk "${IRC}" - <<<$'\0'
27 gpy-list-pkg-impls > "${OUTDIR}"/python-pkg-impls.txt.new