summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-08-08 14:49:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-18 19:42:14 (GMT)
commite38efac87d4542d2368ad772d1e9dd51ab650acb (patch)
tree4f49d8a91f6568a848fe089741cb3af5f6b0c16a /t/README
parent4678a5cd71312f27b77228ddc398a6f0fa2e88a0 (diff)
downloadgit-e38efac87d4542d2368ad772d1e9dd51ab650acb.zip
git-e38efac87d4542d2368ad772d1e9dd51ab650acb.tar.gz
git-e38efac87d4542d2368ad772d1e9dd51ab650acb.tar.bz2
t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target
The smoke server supports a free form text field with comments about a report, and a comma delimited list of tags. Change the smoke_report target to expose this functionality. Now smokers can send more data that explains and categorizes the reports they're submitting. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/README b/t/README
index 5ed06f6..336871f 100644
--- a/t/README
+++ b/t/README
@@ -600,6 +600,13 @@ and password you'll be able to do:
SMOKE_USERNAME=<username> SMOKE_PASSWORD=<password> make smoke_report
+You can also add an additional comment to attach to the report, and/or
+a comma separated list of tags:
+
+ SMOKE_USERNAME=<username> SMOKE_PASSWORD=<password> \
+ SMOKE_COMMENT=<comment> SMOKE_TAGS=<tags> \
+ make smoke_report
+
Once the report is uploaded it'll be made available at
http://smoke.git.nix.is, here's an overview of Recent Smoke Reports
for Git: