Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update walkthrough_collab.rst #142

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/walkthrough_collab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ even whether such a build is reproducible. However, builds are also often done
by automated systems.

Such a system needs to perform the following steps, in a temporary workspace:
Clone the package dataset (here we take it from the trusted internal storage
solution
first, clone the package dataset (here we take it from the trusted internal
storage solution).

.. code-block:: bash

Expand Down Expand Up @@ -412,7 +412,7 @@ Once the build succeeded, the outcome can be pushed and the workspace cleaned up

datalad -C pkg push
# https://github.com/psychoinformatics-de/datalad-debian/issues/118
sudo rm -rf /tmp/wt/pkg/builder/cache
sudo rm -rf pkg/builder/cache
datalad drop --what all -r -d pkg


Expand Down