From 1b7c2309f460665e26cecea267dc252c46c4604f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Oct 2022 00:14:53 +0200 Subject: Revert "Add githook for updating description from metadata.json." This reverts commit 0074f14ec3157510c23e21985b64cce7cd9f12d6. --- .githooks/post-receive.d/description-from-puppet-metadata | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .githooks/post-receive.d/description-from-puppet-metadata diff --git a/.githooks/post-receive.d/description-from-puppet-metadata b/.githooks/post-receive.d/description-from-puppet-metadata deleted file mode 100755 index 0f34380..0000000 --- a/.githooks/post-receive.d/description-from-puppet-metadata +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -e - -git show HEAD:metadata.json | jq -r '.summary' > description -- cgit v1.2.3