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

Commits:

1 changed file:

Changes:

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