Changes between Initial Version and Version 1 of Ticket #57464


Ignore:
Timestamp:
Oct 28, 2018, 10:52:16 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57464 – Description

    initial v1  
    55{{{
    66$ cd /opt/local/var/macports/software
    7 $ du -sch alienarena-data/* geant*-data/* knp/* supertuxkart/* texlive-latex-extra/* typesafe-activator/* wesnoth/*
    8 551M    alienarena-data/alienarena-data-7.66-20130827_0.darwin_16.noarch.tbz2
    9 427M    geant4.10.0-data/geant4.10.0-data-4.10.0_0.darwin_16.noarch.tbz2
    10 428M    geant4.10.1-data/geant4.10.1-data-4.10.1_0.darwin_16.noarch.tbz2
    11 432M    geant4.10.2-data/geant4.10.2-data-4.10.2_1.darwin_16.noarch.tbz2
    12 1005M   geant4.10.3-data/geant4.10.3-data-4.10.3_0.darwin_16.noarch.tbz2
    13 1.1G    geant4.10.4-data/geant4.10.4-data-4.10.4_0.darwin_16.noarch.tbz2
    14 266M    geant4.9.6-data/geant4.9.6-data-4.9.6_0.darwin_16.noarch.tbz2
    15 1.0G    knp/knp-4.14_0.darwin_16.x86_64.tbz2
    16 512M    supertuxkart/supertuxkart-0.9.3_0.darwin_16.x86_64.tbz2
    17 453M    texlive-latex-extra/texlive-latex-extra-47410_0+doc.darwin_16.noarch.tbz2
    18 663M    typesafe-activator/typesafe-activator-1.3.12_0.darwin_16.noarch.tbz2
    19 365M    wesnoth/wesnoth-1.12.6_2.darwin_16.x86_64.tbz2
    20 7.1G    total
     7$ du -sch alienarena-data/* geant*-data/* knp/* supertuxkart/* texlive-{fonts,latex}-extra/* typesafe-activator/* wesnoth/*
     8551M    alienarena-data/alienarena-data-7.66-20130827_0.darwin_17.noarch.tbz2
     9427M    geant4.10.0-data/geant4.10.0-data-4.10.0_0.darwin_17.noarch.tbz2
     10428M    geant4.10.1-data/geant4.10.1-data-4.10.1_0.darwin_17.noarch.tbz2
     11432M    geant4.10.2-data/geant4.10.2-data-4.10.2_1.darwin_17.noarch.tbz2
     121005M   geant4.10.3-data/geant4.10.3-data-4.10.3_0.darwin_17.noarch.tbz2
     131.1G    geant4.10.4-data/geant4.10.4-data-4.10.4_0.darwin_17.noarch.tbz2
     14266M    geant4.9.6-data/geant4.9.6-data-4.9.6_0.darwin_17.noarch.tbz2
     151.0G    knp/knp-4.14_0.darwin_17.x86_64.tbz2
     16512M    supertuxkart/supertuxkart-0.9.3_0.darwin_17.x86_64.tbz2
     17534M    texlive-fonts-extra/texlive-fonts-extra-47288_0+doc.darwin_17.noarch.tbz2
     18453M    texlive-latex-extra/texlive-latex-extra-47410_0+doc.darwin_17.noarch.tbz2
     19663M    typesafe-activator/typesafe-activator-1.3.12_0.darwin_17.noarch.tbz2
     20365M    wesnoth/wesnoth-1.12.6_2.darwin_17.x86_64.tbz2
     217.7G    total
    2122}}}
    2223
     
    2728Do we force the uninstallation of the large ports, leaving the ports depending on them broken, on the assumption that when the buildbot asks to install them again it will reinstall the dependencies and fix them?
    2829
    29 Or do we have the buildbot uninstall not only the large ports but also all ports depending on them? That would be good for geant, but bad for texlive-latex-extra, on which lots of things depend. We could base the decision of whether to uninstall on how many ports would be uninstalled. (It it's, say, 5 or fewer ports, uninstall them, otherwise leave them installed.)
     30Or do we have the buildbot uninstall not only the large ports but also all ports depending on them? That might be ok for geant, but would be bad for texlive-latex-extra, on which lots of things depend. We could base the decision of whether to uninstall on how many ports would be uninstalled. (It it's, say, 5 or fewer ports, uninstall them, otherwise leave them installed.)
    3031
    3132Or do we instead make a general rule (not based on size) that we don't keep a port installed if nothing depends on it?