All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] travis: stop github forks spamming mailing list
@ 2017-02-02 15:43 Petr Vorel
  2017-02-08 15:16 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-02-02 15:43 UTC (permalink / raw)
  To: ltp

by crypting our mailing list email with:
travis encrypt -r linux-test-project/ltp "ltp@lists.linux.it"

Thanks to Peter Maydell for pointing this out.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 86b96d630..d937f9dcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,6 +70,6 @@ matrix:
 
 notifications:
     email:
-        - ltp@lists.linux.it
+        secure: "b/xcA/K5OyQvPPnd0PRahTH5LJu8lgz8goGHvhXpHo+ZPsPgTDXNFo5cX9fSOkMuFKeoW8iGl0wOgK2+ptc8mbYDw277K4RFIHRHeV/KIoE1EzjQnEFiL8J0oHCAvDj12o0AXeriTyY9gICXKbR31Br6Zh5eKViDJe2OAGeHeDU="
 
 script: make autotools && ./configure --prefix $HOME/ltp --with-open-posix-testsuite --with-realtime-testsuite && make -j$(getconf _NPROCESSORS_ONLN) && make -j$(getconf _NPROCESSORS_ONLN) install
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH 1/1] travis: stop github forks spamming mailing list
  2017-02-02 15:43 [LTP] [PATCH 1/1] travis: stop github forks spamming mailing list Petr Vorel
@ 2017-02-08 15:16 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-02-08 15:16 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-08 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 15:43 [LTP] [PATCH 1/1] travis: stop github forks spamming mailing list Petr Vorel
2017-02-08 15:16 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.