From b2b6bc8bcbca7ea9c00ad1cfcfcdd9e5f9cba578 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 15 Feb 2021 14:59:16 +0100 Subject: [PATCH] distgit/pagure: make the short commit be 7 chars Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 5facfb09be..9b6c778371 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -91,7 +91,7 @@ ITEM_PER_PAGE = 48 MAX_CONTENT_LENGTH = 2 * 1024 * 1024 # 2 megabytes ### Lenght for short commits ids or file hex -SHORT_LENGTH = 6 +SHORT_LENGTH = 7 # Authentication related configuration option