From 76826ab891265c66bb26a72a9f9dd9c0aef8cc84 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 2 Dec 2015 12:06:11 -0600 Subject: [PATCH] define the notification script Signed-off-by: Dennis Gilmore --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index ee10966..a4e7889 100644 --- a/fedora.conf +++ b/fedora.conf @@ -63,11 +63,11 @@ greedy_method = "build" #gather_source_mapping = "/path/to/mapping.json" -# TODO: link_files: copy, symlink, hardlink, hardlink-or-copy (default) +link_files = "hardlink-or-copy" +notification_script = "/usr/bin/pungi-fedmsg-notification" # CREATEREPO -# TODO: checksum type createrepo_c = True createrepo_checksum = "sha256"