* [Qemu-devel] [PULL] Final travis update for 2.7
@ 2016-07-19 8:01 Alex Bennée
2016-07-19 8:01 ` [Qemu-devel] [PULL] .travis.yml: Disable IRC build status updates from forks Alex Bennée
2016-07-19 14:07 ` [Qemu-devel] [PULL] Final travis update for 2.7 Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2016-07-19 8:01 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
The following changes since commit 3913d3707e3debfbf0d2d014a1a793394993b088:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +0100)
are available in the git repository at:
https://github.com/stsquad/qemu.git tags/pull-travis-20160718-1
for you to fetch changes up to cb4c2536d56c73cb5b6b9ea4f2c5ed17e9b6b9f1:
.travis.yml: Disable IRC build status updates from forks (2016-07-18 16:40:58 +0100)
----------------------------------------------------------------
Make IRC a little less noisy
----------------------------------------------------------------
Pranith Kumar (1):
.travis.yml: Disable IRC build status updates from forks
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL] .travis.yml: Disable IRC build status updates from forks
2016-07-19 8:01 [Qemu-devel] [PULL] Final travis update for 2.7 Alex Bennée
@ 2016-07-19 8:01 ` Alex Bennée
2016-07-19 14:07 ` [Qemu-devel] [PULL] Final travis update for 2.7 Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2016-07-19 8:01 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Pranith Kumar, Alex Bennée
From: Pranith Kumar <bobby.prani@gmail.com>
We want the travis build bot to post notifications on IRC only for the
master qemu repository and not the various forks/branches of
others. Currently there is no direct option to restrict the updates to
one repository. This is being worked upon by the developers and
tracked in https://github.com/travis-ci/travis-ci/issues/1094.
Until such time, we can use the workaround as posted in
ref. https://github.com/facebook/flow/pull/1822.
This basically creates an ecrypted string which decrypts to qemu IRC
channel only on "qemu/qemu" repo and not on the forks. This enables
the build bot to notify the IRC only for the main repo.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c13881e..f30b10e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,10 +34,13 @@ addons:
- sparse
- uuid-dev
+# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
+# to prevent IRC notifications from forks. This was created using:
+# $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
notifications:
irc:
channels:
- - "irc.oftc.net#qemu"
+ - secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1KWKjZe9KDTZWppWRYVwAwQMzVeSOsbbU4tRoJ6Pp+3qhH1Z0eGYR9ZgKYAoTumDFgSAYRp4IscKS8jkoedOqM="
on_success: change
on_failure: always
env:
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL] Final travis update for 2.7
2016-07-19 8:01 [Qemu-devel] [PULL] Final travis update for 2.7 Alex Bennée
2016-07-19 8:01 ` [Qemu-devel] [PULL] .travis.yml: Disable IRC build status updates from forks Alex Bennée
@ 2016-07-19 14:07 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-07-19 14:07 UTC (permalink / raw)
To: Alex Bennée; +Cc: QEMU Developers
On 19 July 2016 at 09:01, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit 3913d3707e3debfbf0d2d014a1a793394993b088:
>
> Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +0100)
>
> are available in the git repository at:
>
> https://github.com/stsquad/qemu.git tags/pull-travis-20160718-1
>
> for you to fetch changes up to cb4c2536d56c73cb5b6b9ea4f2c5ed17e9b6b9f1:
>
> .travis.yml: Disable IRC build status updates from forks (2016-07-18 16:40:58 +0100)
>
> ----------------------------------------------------------------
> Make IRC a little less noisy
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-19 14:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 8:01 [Qemu-devel] [PULL] Final travis update for 2.7 Alex Bennée
2016-07-19 8:01 ` [Qemu-devel] [PULL] .travis.yml: Disable IRC build status updates from forks Alex Bennée
2016-07-19 14:07 ` [Qemu-devel] [PULL] Final travis update for 2.7 Peter Maydell
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 NNTP newsgroup(s).