From patchwork Fri Oct 18 02:41:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Axtens X-Patchwork-Id: 1179095 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46vVgf0m1kz9sPJ for ; Fri, 18 Oct 2019 13:42:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="Xlm2IDPE"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46vVgd6y3dzDr0N for ; Fri, 18 Oct 2019 13:42:37 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=axtens.net (client-ip=2607:f8b0:4864:20::629; helo=mail-pl1-x629.google.com; envelope-from=dja@axtens.net; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="Xlm2IDPE"; dkim-atps=neutral Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46vVg75vVGzDqt3 for ; Fri, 18 Oct 2019 13:42:11 +1100 (AEDT) Received: by mail-pl1-x629.google.com with SMTP id u12so2077437pls.12 for ; Thu, 17 Oct 2019 19:42:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axtens.net; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=dCg16Kw72jdngQbg5o3JhgQ0O9GOk2rm15DqDxmSXTM=; b=Xlm2IDPEQ/SpX/sfAsEFxE2O1LJcU9DSj6MaPJrDL03V6eYJuIO6VE1ueLfzY3VPDy ZlWJzTam3wuv3t6ZsbGe7U3iIPKfEUmULzrVVoePH+TJslU6jhAn0SyVO2aDQqjhpuar msGRW9v5enu11xhQfVwFyRnNcu9lKlptuFbNY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=dCg16Kw72jdngQbg5o3JhgQ0O9GOk2rm15DqDxmSXTM=; b=K4k+auzqS+Bo2I5odokNwceC6E678NJqm18XFTtcks6PuiOCZ68CwWVuS0A0B/5yRe 1Kg/hEQP4rfqboChG2Lyy1E9+Bhm26qPE7mzgmxkYkRS7tL6uVXpIaPuE+NKSnm2hlmH QYwJ82VVo9XV7yigImsN4HPTgbhxF9iEyQB4Rcbnr1znidkdjnkKESvL/lQOHZnTKGR1 e3LrHl19k1tSam4EDUK9MNivb1Yjd/1M6F06pC/XxPHYMgOo0aF70xT8/OuiJG5UdU5E 45M4FQfQY1jXrA/e5EC3MZYoeT2C22M/cPFtoqbgjvpsIXos+PZ/lUwg203smoXJaSNK JKVQ== X-Gm-Message-State: APjAAAW8FguvTPRIlDdMxEMumTL2vxO1chuRvOD8huGmtqPQyKbUB+nN 7nXlCYLnxsva8Idvz3dF6dpS/VK0kyY= X-Google-Smtp-Source: APXvYqy4Rd/QYoHA9JfGpqLwR2fMS0Kyp60nSBmQQXGVNupME7Q0p8vZx5nQ0sNBN0VmP0EE6t6IEw== X-Received: by 2002:a17:902:788d:: with SMTP id q13mr7607179pll.41.1571366528949; Thu, 17 Oct 2019 19:42:08 -0700 (PDT) Received: from localhost (ppp167-251-205.static.internode.on.net. [59.167.251.205]) by smtp.gmail.com with ESMTPSA id v6sm3239369pgv.24.2019.10.17.19.42.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 19:42:08 -0700 (PDT) From: Daniel Axtens To: patchwork@lists.ozlabs.org Subject: [PATCH 1/3] docs: document snowpatch as an API client Date: Fri, 18 Oct 2019 13:41:47 +1100 Message-Id: <20191018024149.8775-2-dja@axtens.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191018024149.8775-1-dja@axtens.net> References: <20191018024149.8775-1-dja@axtens.net> MIME-Version: 1.0 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Snowpatch is one of the few publically visible API clients. Document it in the clients list. Signed-off-by: Daniel Axtens Reviewed-by: Stephen Finucane --- docs/usage/clients.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git docs/usage/clients.rst docs/usage/clients.rst index 57c8a1a14a4d..01dd62a28e50 100644 --- docs/usage/clients.rst +++ docs/usage/clients.rst @@ -40,3 +40,16 @@ instructions, can be found in the `documentation`__ and the `GitHub repo`__. __ https://git-pw.readthedocs.io/ __ https://github.com/getpatchwork/git-pw/ + + +snowpatch +--------- + +The :program:`snowpatch` application is a bridge between Patchwork and the +Jenkins continuous integration automation server. It monitors the REST API +for incoming patches, applies them on top of an existing git tree, triggers +appropriate builds and test suites, and reports the results back to Patchwork. + +Find out more about :program:`snowpatch` at its `GitHub repo`__. + +__ https://github.com/ruscur/snowpatch