amprolla

devuan's apt repo merger
git clone git://parazyd.org/amprolla.git
Log | Files | Refs | README | LICENSE

commit 3be961e42a72afec01ef5df9b67c6f2d7788c219
parent c38b732455c9322f8a6fdd04a6e9c6a76de47f5b
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 26 Feb 2018 15:58:08 +0100

Ban 'file-rc' from merged packages.

We shall discuss this afterwards.

Diffstat:
Mlib/config.def.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config.def.py b/lib/config.def.py @@ -16,7 +16,7 @@ signrelease = True mergedir = '/home/amprolla/amprolla/merged-volatile' mergesubdir = 'dists' lockpath = '/run/lock/amprolla.lock' -banpkgs = {'systemd', 'systemd-sysv'} +banpkgs = {'systemd', 'systemd-sysv', 'file-rc'} checksums = [ # {'name': 'MD5Sum', 'f': md5}, # {'name': 'SHA1', 'f': sha1},