Skip to content

Commit

Permalink
Also suppress push step-wise progress reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Nov 1, 2023
1 parent 11fe251 commit dcda635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
(r'\n\[INFO\] Fetching updates for Dataset.*', ''),
# annoying always-true test for a non-annex git remote
(r'\n\[INFO\] \S+/config download failed: Not Found', ''),
# datalad push step-progress
(r'\n\[INFO\] Determine push target', ''),
(r'\n\[INFO\] Push refspecs', ''),
(r'\n\[INFO\] Transfer data', ''),
(r'\n\[INFO\] Update availability information', ''),
]
# pre-crafted artificial environment to run the code examples in
# start with all datalad settings
Expand Down

0 comments on commit dcda635

Please sign in to comment.