From: J. Lewis Muir Date: Wed, 23 Mar 2016 16:17:14 +0000 (+1900) Subject: Push to wiki fails with "cannot run hooks/pre-receive" error X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7cd7015860c160b0f282fd6965d557a5e75c3e9;p=notmuch-archives.git Push to wiki fails with "cannot run hooks/pre-receive" error --- diff --git a/87/988637e4f357b6dc24b8feef41678219f5c1b8 b/87/988637e4f357b6dc24b8feef41678219f5c1b8 new file mode 100644 index 000000000..a97eab144 --- /dev/null +++ b/87/988637e4f357b6dc24b8feef41678219f5c1b8 @@ -0,0 +1,70 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id B80A06DE02A9 + for ; Wed, 23 Mar 2016 09:25:10 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.119 +X-Spam-Level: +X-Spam-Status: No, score=0.119 tagged_above=-999 required=5 tests=[AWL=0.128, + HEADER_FROM_DIFFERENT_DOMAINS=0.001, T_RP_MATCHES_RCVD=-0.01] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id tkeutGEjBIXn for ; + Wed, 23 Mar 2016 09:25:02 -0700 (PDT) +X-Greylist: delayed 465 seconds by postgrey-1.35 at arlo; + Wed, 23 Mar 2016 09:25:02 PDT +Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33]) + by arlo.cworth.org (Postfix) with ESMTPS id 4359D6DE02A5 + for ; Wed, 23 Mar 2016 09:25:02 -0700 (PDT) +Received: by tuna.imca.aps.anl.gov (Postfix, from userid 502) + id CBCA02005D; Wed, 23 Mar 2016 11:17:14 -0500 (CDT) +Date: Wed, 23 Mar 2016 11:17:14 -0500 +From: "J. Lewis Muir" +To: notmuch@notmuchmail.org +Subject: Push to wiki fails with "cannot run hooks/pre-receive" error +Message-ID: <20160323161714.GA12567@tuna.imca.aps.anl.gov> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 23 Mar 2016 16:25:10 -0000 + +Hello! + +I just tried to push a minor fix to the wiki, but I get the following +error: + +---8<--- +$ git push +Counting objects: 3, done. +Delta compression using up to 8 threads. +Compressing objects: 100% (3/3), done. +Writing objects: 100% (3/3), 310 bytes | 0 bytes/s, done. +Total 3 (delta 2), reused 0 (delta 0) +remote: error: cannot run hooks/pre-receive: No such file or directory +To git://notmuchmail.org/git/notmuch-wiki + ! [remote rejected] master -> master (pre-receive hook declined) +error: failed to push some refs to +'git://notmuchmail.org/git/notmuch-wiki' +--->8--- + +Does anyone know what's wrong? + +Thanks, + +Lewis