[PATCH] D69291: Hide LLVM Lab internals by always pointing changes to github.com/llvm.
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 20:15:24 PDT 2019
vvereschaka updated this revision to Diff 226094.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69291/new/
https://reviews.llvm.org/D69291
Files:
zorg/buildbot/changes/llvmgitpoller.py
Index: zorg/buildbot/changes/llvmgitpoller.py
===================================================================
--- zorg/buildbot/changes/llvmgitpoller.py
+++ zorg/buildbot/changes/llvmgitpoller.py
@@ -383,7 +383,8 @@
branch=self.branch,
category=self._categories.get(where_project, self.category),
project=where_project,
- repository=self.repourl,
+ # Always promote an external github url of the LLVM project with the changes.
+ repository=self._repourl,
src='git',
properties=properties)
wfd = defer.waitForDeferred(d)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69291.226094.patch
Type: text/x-patch
Size: 727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191023/7bc56d63/attachment.bin>
More information about the llvm-commits
mailing list