Jonas Devlieghere via llvm-dev
2019-May-30 16:30 UTC
[llvm-dev] Phabricator Monorepo Importing from Downstream Forks
Hi Everyone, Today I received a bunch of e-mails (30? 40?) from Phabricator about old commits, apparently being recommitted by someone else to the monorepo. When I asked on IRC, Roman pointed out that Phabricator is importing commits from all the monorepo forks. Indeed, I was able to find the corresponding commit, which turned out to be a cherry-pick of my commit, in a downstream fork. Although I can configure a filter to prevent these e-mails from showing up in my inbox, it sounds wasteful to import these commits at all, let alone send e-mails for them. Is it possible to prevent this from happening? Thanks, Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190530/1a749fd1/attachment.html>
James Y Knight via llvm-dev
2019-May-30 18:13 UTC
[llvm-dev] Phabricator Monorepo Importing from Downstream Forks
Yea, as per other thread, this was from the github pull request being imported into phab. Can Phabricator be configured to ONLY import commits from github under refs/heads and refs/tags namespaces (excluding the refs/pull/, most particularly?) On Thu, May 30, 2019 at 12:32 PM Jonas Devlieghere via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi Everyone, > > Today I received a bunch of e-mails (30? 40?) from Phabricator about old > commits, apparently being recommitted by someone else to the monorepo. When > I asked on IRC, Roman pointed out that Phabricator is importing commits > from all the monorepo forks. Indeed, I was able to find the corresponding > commit, which turned out to be a cherry-pick of my commit, in a downstream > fork. > > Although I can configure a filter to prevent these e-mails from showing up > in my inbox, it sounds wasteful to import these commits at all, let alone > send e-mails for them. Is it possible to prevent this from happening? > > Thanks, > Jonas > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190530/ef5cebff/attachment.html>
Shoaib Meenai via llvm-dev
2019-May-30 22:43 UTC
[llvm-dev] Phabricator Monorepo Importing from Downstream Forks
As James later clarified on IRC, Phabricator isn’t importing commits from forks. Instead, it’s importing commits in the refs/pull namespace, which is used by Github for pull requests, and this pull request contained a lot of old commits. It would be ideal if Phabricator could be configured to only import from refs/heads (and perhaps refs/tags?). From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Jonas Devlieghere via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Jonas Devlieghere <jonas at devlieghere.com> Date: Thursday, May 30, 2019 at 3:40 PM To: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: [llvm-dev] Phabricator Monorepo Importing from Downstream Forks Hi Everyone, Today I received a bunch of e-mails (30? 40?) from Phabricator about old commits, apparently being recommitted by someone else to the monorepo. When I asked on IRC, Roman pointed out that Phabricator is importing commits from all the monorepo forks. Indeed, I was able to find the corresponding commit, which turned out to be a cherry-pick of my commit, in a downstream fork. Although I can configure a filter to prevent these e-mails from showing up in my inbox, it sounds wasteful to import these commits at all, let alone send e-mails for them. Is it possible to prevent this from happening? Thanks, Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190530/9733f2a6/attachment.html>