X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=curl.example.conf;h=0bec4625185b5ce30c9261874c09dfdab4af498b;hp=0039ed6dad90d761332d322c70edd6aa92f4303c;hb=HEAD;hpb=f5fd15396636986e7447993a66b8a4084a93dabb diff --git a/curl.example.conf b/curl.example.conf index 0039ed6..0bec462 100644 --- a/curl.example.conf +++ b/curl.example.conf @@ -1,5 +1,9 @@ -VERBOSE=true -SOURCE_RULES=git -SOURCE_ARGS=https://github.com/bagder/curl.git -BUILD_RULES=gnu -REPORT_RULES=mail +# Clone CURL's git (use master), build with GNU autotools ruleset which runs +# 'make check' and mail the report to the current user. Verbosely show all +# actions taken: + +BTR_VERBOSE=true +BTR_SOURCE_RULES=git +BTR_SOURCE_ARGS=https://github.com/bagder/curl.git +BTR_BUILD_RULES=gnu +BTR_REPORT_RULES=mail