You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/24 21:09:27 UTC

[couchdb] branch master updated: Strip ?rev off of logfile-uploader's printed URL

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dbe4eba  Strip ?rev off of logfile-uploader's printed URL
dbe4eba is described below

commit dbe4eba8e1810141ce220ceddc9f52be6d9a534d
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon Jul 24 17:09:08 2017 -0400

    Strip ?rev off of logfile-uploader's printed URL
---
 build-aux/logfile-uploader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/logfile-uploader.py b/build-aux/logfile-uploader.py
index 742fc85..c84a96a 100755
--- a/build-aux/logfile-uploader.py
+++ b/build-aux/logfile-uploader.py
@@ -113,7 +113,7 @@ def main():
     print ("Uploading logfiles...")
     collect_logfiles()
     req = upload_logs()
-    print (req.url)
+    print (req.url.split('?')[0])
     print (req.content)
     print ("Upload complete!")
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].