Fix makefile help #38

Closed
opened 2025-12-28 18:08:12 +00:00 by sami · 0 comments
Owner

Originally created by @alexvanin on GitHub (Apr 19, 2022).

Originally assigned to: @masterSplinter01 on GitHub.

Issues:

$ make help                                                                                    
  Usage:                                                                                                                                     
                                                                                                                                             
    make <target>                                                                                                                            
                                                                                                                                             
  Targets:                                                                                                                                   
                                                                                                                                             
    clean                             Clean-up the environment                                                                               
    down                              Stop environment                                                                                       
    env                               Generate environment                                                                                   
    get.chain                         Download privnet chain dump with pre-deployed NeoFS contracts                                          
    get.cli                           Get NeoFS LOCODE database                                                                              
    get                               Get all services artifacs                                                                              
    get.ir                            Get NeoFS LOCODE database                                                                              
    get.locode                        Get NeoFS LOCODE database                                                                              
    get.morph_chain                   Download NeoFS sidechain dump with pre-deployed NeoFS contracts                                        
    get.nats                          Create new tls certs                                                                                   
    get.storage                       Create new tls certs                                                                                   
    help                              Show this help prompt                                                                                  
    hosts                             Display changes for /etc/hosts                                                                         
    prepare.ir                        Deposit GAS from default wallet to NeoFS privnet contract                                              
    prepare.storage                   Deposit GAS from default wallet to NeoFS privnet contract                                              
    pull                              Pull all required Docker images                                                                        
    restart.storage-clean             Restart storage nodes with clean volumes                                                               
    SSL_CONFIG Create new tls certs                                                                                                          
    tick.epoch                        Tick new epoch in side chain                                                                           
    update.audit_fee                  Update audit fee per result in fixed 12 (make update.audit_fee val=100)                                
    update.basic_income_rate          Update basic income rate in fixed 12 (make update.basic_income_rate val=1000)                          
    update.container_alias_fee        Update container alias fee per alphabet node in fixed 12 (make update.container_alias_fee val=100)     
    update.container_fee              Update container fee per alphabet node in fixed 12 (make update.container_fee val=500)                 
    update.eigen_trust_alpha          Update alpha parameter of EigenTrust algorithm in 0 <= f <= 1.0 (make update.eigen_trust_alpha val=0.2)
    update.eigen_trust_iterations     Update amount of EigenTrust iterations (make update.eigen_trust_iterations val=2)                      
    update.epoch_duration             Update epoch duration in side chain blocks (make update.epoch_duration val=30)                         
    update.max_object_size            Update max object size in bytes (make update.max_object_size val=1000)                                 
    update.system_dns                 Update system dns to resolve container names (make update.system_dns val=container)                    
    up                                Start environment                                                                                      
Originally created by @alexvanin on GitHub (Apr 19, 2022). Originally assigned to: @masterSplinter01 on GitHub. Issues: - [ ] Some targets don't have comments and `make help` prints irrelevant info for such targets (see `get.ir`) - [ ] `SSL_CONFIG` from `service/storage/artifacts.mk` considered as a target - [ ] Targets with `/` symbol such as `up/basic` are missing (see https://github.com/nspcc-dev/neofs-cdn-dev-env/pull/12/commits/e8ae7b775c6b96b8960dd3d7cd120a98e5ec0edf for the fix) ``` $ make help Usage: make <target> Targets: clean Clean-up the environment down Stop environment env Generate environment get.chain Download privnet chain dump with pre-deployed NeoFS contracts get.cli Get NeoFS LOCODE database get Get all services artifacs get.ir Get NeoFS LOCODE database get.locode Get NeoFS LOCODE database get.morph_chain Download NeoFS sidechain dump with pre-deployed NeoFS contracts get.nats Create new tls certs get.storage Create new tls certs help Show this help prompt hosts Display changes for /etc/hosts prepare.ir Deposit GAS from default wallet to NeoFS privnet contract prepare.storage Deposit GAS from default wallet to NeoFS privnet contract pull Pull all required Docker images restart.storage-clean Restart storage nodes with clean volumes SSL_CONFIG Create new tls certs tick.epoch Tick new epoch in side chain update.audit_fee Update audit fee per result in fixed 12 (make update.audit_fee val=100) update.basic_income_rate Update basic income rate in fixed 12 (make update.basic_income_rate val=1000) update.container_alias_fee Update container alias fee per alphabet node in fixed 12 (make update.container_alias_fee val=100) update.container_fee Update container fee per alphabet node in fixed 12 (make update.container_fee val=500) update.eigen_trust_alpha Update alpha parameter of EigenTrust algorithm in 0 <= f <= 1.0 (make update.eigen_trust_alpha val=0.2) update.eigen_trust_iterations Update amount of EigenTrust iterations (make update.eigen_trust_iterations val=2) update.epoch_duration Update epoch duration in side chain blocks (make update.epoch_duration val=30) update.max_object_size Update max object size in bytes (make update.max_object_size val=1000) update.system_dns Update system dns to resolve container names (make update.system_dns val=container) up Start environment ```
sami 2025-12-28 18:08:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-dev-env#38
No description provided.