summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--utils/repo.postsync.d/00gemato13
2 files changed, 0 insertions, 14 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a95b98b..5d0acfa 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,4 +4,3 @@ include bin/gemato
include tests/*.py
include utils/*.bash
include utils/*.py
-include utils/repo.postsync.d/00gemato
diff --git a/utils/repo.postsync.d/00gemato b/utils/repo.postsync.d/00gemato
deleted file mode 100644
index b6ceff9..0000000
--- a/utils/repo.postsync.d/00gemato
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-name=${1}
-url=${2}
-path=${3}
-
-# keyring installed by gentoo-keys
-openpgp_key=/var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg
-
-# Apply only to ::gentoo, when synced over rsync.
-if [[ ${name} == gentoo && ${url} == rsync://* ]]; then
- gemato verify -K "${openpgp_key}" -s "${path}"
-fi