You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2017/04/25 20:23:04 UTC

tinkerpop git commit: publish-home would miss new logos - CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 84195e38f -> d5a74b905


publish-home would miss new logos - CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5a74b90
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5a74b90
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d5a74b90

Branch: refs/heads/master
Commit: d5a74b905fef4d0fd0b366fcec2349dc40747a33
Parents: 84195e3
Author: Robert Dale <ro...@gmail.com>
Authored: Tue Apr 25 16:22:32 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Tue Apr 25 16:22:32 2017 -0400

----------------------------------------------------------------------
 bin/publish-home.awk | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d5a74b90/bin/publish-home.awk
----------------------------------------------------------------------
diff --git a/bin/publish-home.awk b/bin/publish-home.awk
index 3876938..a99ec0c 100644
--- a/bin/publish-home.awk
+++ b/bin/publish-home.awk
@@ -26,6 +26,11 @@
   print "D " gensub(/:$/, "", "g", gensub("^[^/]*/", "", "g", $3)) "/" $4
 }
 
+/^Only in \.\.\/site\/home/ {
+  print "A " gensub(/:$/, "", "g", gensub("^../site/home/", "", "g", $3)) "/" $4
+  next
+}
+
 /^Only in \.\./ {
   print "A " gensub(/:$/, "", "g", gensub("^[^/]*/[^/]*/", "", "g", $3)) "/" $4
 }