Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-03 Thread Ryan Schmidt
On Jun 3, 2019, at 15:51, Mojca Miklavec wrote: > > On Sun, 2 Jun 2019 at 18:46, Ryan Schmidt wrote: > >> Buildbot is a program that we want to use for its own sake, so its port name >> should not begin with "py-" and it should be in a primary category that >> reflects its use. Look at the

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-03 Thread Mojca Miklavec
On Sun, 2 Jun 2019 at 18:30, Rajdeep Bharati wrote: > On Sun, Jun 2, 2019 at 9:45 PM Ryan Schmidt wrote: > > Got it, thanks for your help. One thing is that when I install the new > py37-buildbot, the command that I get to use is `buildbot-3.7`. > What changes do I need to make in the port to

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-03 Thread Mojca Miklavec
Hi, In this case I have a feature request for Karan ... On Sun, 2 Jun 2019 at 18:46, Ryan Schmidt wrote: > On Jun 2, 2019, at 11:30, Rajdeep Bharati wrote: > > > One thing is that when I install the new py37-buildbot, the command that I > > get to use is `buildbot-3.7`. > > What changes do I

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-02 Thread Rajdeep Bharati
Thank you for the clarification. I will update the old buildbot. Regards Rajdeep On Sun, Jun 2, 2019 at 10:16 PM Ryan Schmidt wrote: > > > On Jun 2, 2019, at 11:30, Rajdeep Bharati wrote: > > > One thing is that when I install the new py37-buildbot, the command that > I get to use is

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-02 Thread Ryan Schmidt
On Jun 2, 2019, at 11:30, Rajdeep Bharati wrote: > One thing is that when I install the new py37-buildbot, the command that I > get to use is `buildbot-3.7`. > What changes do I need to make in the port to use the command `buildbot`? As Rainer explained in

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-02 Thread Ryan Schmidt
On May 29, 2019, at 13:29, Mojca Miklavec wrote: > As an intermezzo I want to explain one thing. Initially we had one single job > (which could run for days), and it built all the ports in a single job. > However one could not infer any information about what worked and what failed >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-02 Thread Rajdeep Bharati
On Sun, Jun 2, 2019 at 9:45 PM Ryan Schmidt wrote: > > > On May 31, 2019, at 17:27, Rajdeep Bharati wrote: > > > On Sat, Jun 1, 2019 at 2:01 AM Mojca Miklavec wrote: > > > >> What does > >> port installed '*buildbot*' > >> say? > > > > It's giving None of the specified ports are installed. >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-06-02 Thread Ryan Schmidt
On May 31, 2019, at 17:27, Rajdeep Bharati wrote: > On Sat, Jun 1, 2019 at 2:01 AM Mojca Miklavec wrote: > >> What does >> port installed '*buildbot*' >> say? > > It's giving None of the specified ports are installed. It should show you all ports that are installed whose names contain

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-31 Thread Rajdeep Bharati
On Sat, Jun 1, 2019 at 2:01 AM Mojca Miklavec wrote: > Dear Rajdeep, > > I'm sorry, I somewhat missed this one particular error. > > You need to install py37-buildbot rather than py-buildbot, same for > py37-buildbot-pkg and mock (probably py37-mock). > > Yes I installed the one with py37-*. >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-30 Thread Mojca Miklavec
On Thu, 30 May 2019 at 16:43, Rajdeep Bharati wrote: > > How do we decide which ports are supposed to be built? Is it only the ports > (files) that are affected by a particular `change`? We fetch a list of modified directories. Then a bash script from mpbb runs though all of the ports in those

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-30 Thread Rajdeep Bharati
On Wed, May 29, 2019 at 11:59 PM Mojca Miklavec wrote: > (CC-ing Arjun as parts of this might be of interest for the app as well, > and the general mailing list as they might provide further feedback.) > > On Wed, 29 May 2019 at 08:57, Rajdeep Bharati > wrote: > >> Hi, >> I wanted to be sure

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-29 Thread Mojca Miklavec
(CC-ing Arjun as parts of this might be of interest for the app as well, and the general mailing list as they might provide further feedback.) On Wed, 29 May 2019 at 08:57, Rajdeep Bharati wrote: > Hi, > I wanted to be sure about one thing: > In view #2 > Screenshot 2019-05-29 at 12.21.13

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
I re-up buildbot.buildbot.net But the console view is broken. https://github.com/buildbot/buildbot/issues/4777 Can you also have a look at this? I can also see that buildbot_travis do not build anymore https://github.com/buildbot/buildbot/issues/4778 probably I did merge the webpack PR a bit

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
Can you please make a PR? Thanks Pierre Le mar. 21 mai 2019 à 16:21, Rajdeep Bharati a écrit : > > There's a bug in > https://github.com/buildbot/buildbot/blob/master/www/base/src/app/app.module.js > Changes haven't been `require`d. > These lines need to be added: >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
Ouch, and we have https://buildbot.buildbot.net/ which is down (probably because of that ) looking at it.. Pierre Le mar. 21 mai 2019 à 15:57, Rajdeep Bharati a écrit : > > Hi > > I am having one issue with the buildbot (I think it's happening after the new > webpack PR, but not sure). > In

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-18 Thread Pierre Tardy
Hi, The buildbot_badges plugin is using cairo. You can try to uninstall that to move forward Pierre Le sam. 18 mai 2019 à 07:58, Rajdeep Bharati a écrit : > > Hi, > I was trying out the webpack PR. Here's what I did: > > clone the branch git clone --single-branch --branch www-webpack >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-15 Thread Rajdeep Bharati
Ok cool! Thanks Rajdeep On Wed, May 15, 2019 at 1:29 PM Pierre Tardy wrote: > Hi Rajdeep, > > Buildbot calculates the version number based on tags. You you have to > fetch all the tags so that the version is correctly calculated. > > git fetch --tags --all > > then you can re-do the make

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-15 Thread Pierre Tardy
Hi Rajdeep, Buildbot calculates the version number based on tags. You you have to fetch all the tags so that the version is correctly calculated. git fetch --tags --all then you can re-do the make virtualenv Regards Pierre Le mar. 14 mai 2019 à 11:39, Rajdeep Bharati a écrit : > > Thanks for

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-14 Thread Rajdeep Bharati
Thanks for the feedback! I had a doubt in buildbot: When I install buildbot from source (github), then why is it showing version 2.1.1dev... installed? Shouldn't it show the latest version (2.3.0)? It is up to date with the master branch. Thank you. Rajdeep On Fri, May 10, 2019 at 3:17 AM Mojca

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-09 Thread Mojca Miklavec
On Wed, 8 May 2019 at 21:00, Rajdeep Bharati wrote: > > Hi, > > I created some issues and found some which would be relevant for the project > (as discussed in the IRC meeting): > > https://github.com/buildbot/buildbot/issues/4760 > https://github.com/buildbot/buildbot/issues/4761 >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-09 Thread Pierre Tardy
> Could you add them to the project ? Done.

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-08 Thread Rajdeep Bharati
Hi, I created some issues and found some which would be relevant for the project (as discussed in the IRC meeting): https://github.com/buildbot/buildbot/issues/4760 https://github.com/buildbot/buildbot/issues/4761 https://github.com/buildbot/buildbot/issues/4709