From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id BAFBE3858C35; Sun, 3 Dec 2023 13:05:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAFBE3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701608755; bh=LCM1UeFQUNPAovOQSEOGN5fK6G2Nc9YQcT77Epn4KmA=; h=From:To:Subject:Date:From; b=FftWuXBGWA01jSEQtb32nmkI0XTxBDXUINwSQVlU0oPQwUuEiJXhv7SSQqHSimO0H X74uvnCS5SzqUUGZwsb7J2iVNgFc0B8sh9p43e+AtaxH57h1L3Iu3F/aIEfAJPs/wr 1QvjxdfZVgybuYfSY3NOt1mCt0YsktuCDgi+EBE4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: CI: drop IRC notification from AppVeyor via notifico X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/main X-Git-Oldrev: b64d0d53af230c74201ffbff323b61b57fc74cc1 X-Git-Newrev: 97b1f4db067cc98a0e059c3a4952a1f1f64d984e Message-Id: <20231203130555.BAFBE3858C35@sourceware.org> Date: Sun, 3 Dec 2023 13:05:55 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D97b1f4db067= cc98a0e059c3a4952a1f1f64d984e commit 97b1f4db067cc98a0e059c3a4952a1f1f64d984e Author: Jon Turney Date: Fri Nov 24 13:17:32 2023 +0000 Cygwin: CI: drop IRC notification from AppVeyor via notifico =20 Drop IRC status notification from AppVeyor via notifico, as we no longer run tests there. Diff: --- .appveyor.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9f20f6d83..527c96a92 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -67,12 +67,3 @@ build_script: >- =20 test: off deploy: off - -# irc notification via notifico -notifications: -- provider: Webhook - url: http://n.tkte.ch/h/4848/0nqixIBiOFzf-S_N2PY83dGB - method: GET - on_build_success: false - on_build_failure: false - on_build_status_changed: true