You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/21 15:44:08 UTC

[whimsy] branch master updated: dist.a.o handled elsewhere

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3eb091ae dist.a.o handled elsewhere
3eb091ae is described below

commit 3eb091aeeb808ae7d973b046f548b2aa6838b067
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 21 16:44:02 2022 +0100

    dist.a.o handled elsewhere
---
 tools/pubsub2rake.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index d8ef6a6e..b7477b29 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -158,6 +158,7 @@ if $0 == __FILE__
     url = desc['url']
 
     one, two, three = url.split('/', 3)
+    next if one.start_with? 'http' # dist.a.o
     path_prefix = one == 'asf' ? ['/svn'] : ['/private', 'svn']
     pubsub_key = [path_prefix, one, two, 'commit'].join('/')
     svn_relpath = [two, three].join('/')