[Notes] [Git][BuildStream/buildstream][aevri/safe_noninteractive] WIP: update sessions files



Title: GitLab

Angelos Evripiotis pushed to branch aevri/safe_noninteractive at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • doc/sessions/developing.run
    ... ... @@ -42,9 +42,9 @@ commands:
    42 42
     # Reset workspace
    
    43 43
     - directory: ../examples/developing/
    
    44 44
       output: ../source/sessions/developing-reset-workspace.html
    
    45
    -  command: workspace reset hello.bst 
    
    45
    +  command: workspace reset --assume-yes hello.bst
    
    46 46
     
    
    47 47
     # Discard workspace
    
    48 48
     - directory: ../examples/developing/
    
    49 49
       output: ../source/sessions/developing-discard-workspace.html
    
    50
    -  command: workspace close --remove-dir hello.bst 
    50
    +  command: workspace close --remove-dir --assume-yes hello.bst

  • doc/sessions/junctions.run
    ... ... @@ -17,4 +17,4 @@ commands:
    17 17
     
    
    18 18
     # Remove the workspace 
    
    19 19
     - directory: ../examples/junctions
    
    20
    -  command: workspace close --remove-dirs hello-junction.bst:hello.bst
    20
    +  command: workspace close --remove-dir --assume-yes hello-junction.bst:hello.bst



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]