Changes between Version 8 and Version 9 of EarlyWarningSystem


Ignore:
Timestamp:
Apr 9, 2021 11:55:58 AM (3 years ago)
Author:
aakash_jain@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EarlyWarningSystem

    v8 v9  
    3030=== Installing required packages: ===
    3131{{{
    32 sudo pip3 install buildbot==2.10.2 --no-binary :all:
    33 sudo pip3 install Twisted --no-binary :all:
    34 sudo pip3 install buildbot-www==2.10.2
    35 sudo pip3 install buildbot-worker==2.10.2
     32sudo pip3 install buildbot==2.10.5 --no-binary :all:
     33sudo pip3 install Twisted==21.2.0 --no-binary :all:
     34sudo pip3 install buildbot-www==2.10.5
     35sudo pip3 install buildbot-worker==2.10.5
    3636
    3737}}}