You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/02/17 01:43:59 UTC

[couchdb] 02/05: Remove the inactive uploader action from `build-report`

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 065b86fab20d89250a15f7848f7f063e103c7311
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Thu Feb 16 01:01:30 2023 +0100

    Remove the inactive uploader action from `build-report`
    
    The report uploads are still broken and the help message for the
    target does not either indicate that is happening.  This can be
    re-introduced later once fixed.
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 945a542ef..907bbae75 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,6 @@ elixir-source-checks: elixir-init
 # target: build-report - Generate a build report
 build-report:
 	build-aux/show-test-results.py --suites=10 --tests=10 > test-results.log
-	#build-aux/logfile-uploader.py
 
 .PHONY: check-qs
 # target: check-qs - Run query server tests (ruby and rspec required!)