boklm pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • rbm.local.conf.example
    ... ... @@ -72,29 +72,43 @@ var:
    72 72
       ### branches and build targets you are using, to compute the list of
    
    73 73
       ### files that should be kept.
    
    74 74
       ###
    
    75
    -  ### If you only do alpha builds for all platforms, you can use the
    
    76
    -  ### following configuration:
    
    75
    +  ### If you only do Tor Browser and Mullvad Browser alpha builds for all
    
    76
    +  ### platforms, you can use the following configuration:
    
    77 77
       #clean:
    
    78 78
       #  HEAD:
    
    79 79
       #    - project: release
    
    80 80
       #      target:
    
    81 81
       #        - alpha
    
    82
    -  #        - torbrowser-all
    
    82
    +  #        - browser-all
    
    83
    +  #        - torbrowser
    
    84
    +  #    - project: release
    
    85
    +  #      target:
    
    86
    +  #        - alpha
    
    87
    +  #        - browser-all
    
    88
    +  #        - mullvadbrowser
    
    83 89
       #
    
    84
    -  ### If you are doing 'release' builds in the maint-7.0 branch and
    
    85
    -  ### 'alpha' builds in the main branch, you can use the following
    
    86
    -  ### configuration:
    
    90
    +  ### If you are doing Tor Browser 'release' builds in the maint-15.0
    
    91
    +  ### branch and 'alpha' builds in the main branch, you can use the
    
    92
    +  ### following configuration:
    
    87 93
       #clean:
    
    88 94
       #  main:
    
    89 95
       #    - project: release
    
    90 96
       #      target:
    
    91 97
       #        - alpha
    
    92
    -  #        - torbrowser-all
    
    93
    -  #  maint-7.0:
    
    98
    +  #        - browser-all
    
    99
    +  #        - torbrowser
    
    100
    +  #  maint-15.0:
    
    94 101
       #    - project: release
    
    95 102
       #      target:
    
    96 103
       #        - release
    
    97
    -  #        - torbrowser-all
    
    104
    +  #        - browser-all
    
    105
    +  #        - torbrowser
    
    106
    +  #
    
    107
    +  ### If you are doing Tor Browser and Mullvad Browser builds, you can
    
    108
    +  ### duplicate the projects listed, replacing the `torbrowser` target
    
    109
    +  ### with `mullvadbrowser`, in order to avoid removal of files specific
    
    110
    +  ### to Mullvad Browser. This will however duplicate the time to run the
    
    111
    +  ### cleaning script.
    
    98 112
     
    
    99 113
     targets:
    
    100 114