From 3cd3dcb5bb3b0481812ddd3ff8dc182bdb20be23 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 10 Oct 2016 02:13:47 +0200 Subject: git-receiver: added support to get mirror url from config file this commit also includes some "integration test" in shell script --- src/common/error.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common') diff --git a/src/common/error.h b/src/common/error.h index 5ac2b15..21b332a 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -23,6 +23,9 @@ typedef enum { BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, BLOGC_WARNING_DATETIME_PARSER, + + // errors for src/blogc-git-receiver + BLOGC_GR_ERROR_POST_RECEIVE = 200, } bc_error_type_t; typedef struct { -- cgit v1.2.3-18-g5258