Skip to content

Commit

Permalink
Merge pull request #490 from datalad-handbook/final-tune-ups
Browse files Browse the repository at this point in the history
Final tune-ups prior to the release
  • Loading branch information
adswa authored Jun 23, 2020
2 parents dfc0494 + 24bd7b2 commit 7b95294
Show file tree
Hide file tree
Showing 134 changed files with 561 additions and 529 deletions.
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
"name": "Mönch, Christian",
"affiliation": "Institute of Neuroscience and Medicine, Brain & Behaviour (INM-7)"
},
{
"affiliation": "Erasmus School of Social and Behavioral Sciences, Erasmus University Rotterdam",
"name": "Huijser, Dorien",
"orcid": "0000-0003-3282-8083"
},
{
"name": "Hanke, Michael",
"affiliation": "Institute of Neuroscience and Medicine, Brain & Behaviour (INM-7), Research Centre Jülich, Jülich, Germany and Institute of Systems Neuroscience, Medical Faculty, Heinrich Heine University Düsseldorf, Düsseldorf, Germany",
Expand Down
2 changes: 1 addition & 1 deletion docs/artwork
4 changes: 2 additions & 2 deletions docs/basics/101-102-populate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Below is a short list of optional readings. We decide to download them (they
are all free, in total about 15 MB), and save them in ``DataLad-101/books``.

- Additional reading about the command line: `The Linux Command Line <https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01.pdf/download>`_
- An intro to Python: `A byte of Python <https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf>`_
- An intro to Python: `A byte of Python <https://github.com/swaroopch/byte-of-python/releases/download/v14558db59a326ba99eda0da6c4548c48ccb4cd0f/byte-of-python.pdf>`_

You can either visit the links and save them in ``books/``,
or run the following commands [#f2]_ to download the books right from the terminal:

.. runrecord:: _examples/DL-101-102-103
:language: console
:workdir: dl-101/DataLad-101
:realcommand: cd books && wget -nv https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01.pdf/download -O TLCL.pdf && wget -nv https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf -O byte-of-python.pdf && cd ../
:realcommand: cd books && wget -nv https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01.pdf/download -O TLCL.pdf && wget -nv https://github.com/swaroopch/byte-of-python/releases/download/v14558db59a326ba99eda0da6c4548c48ccb4cd0f/byte-of-python.pdf -O byte-of-python.pdf && cd ../
:cast: 01_dataset_basics
:notes: We use wget to download a few books from the web. CAVE: longish realcommand!

Expand Down
8 changes: 4 additions & 4 deletions docs/basics/_examples/DL-101-101-103
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ git log
commit c74e2b7951db566d5ccce7faeb2f86584d4d6321
commit a50e5c92a7fbe805284a4d85c8986155bf5fe60d
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:48:47 2020 +0100
Date: Tue Jun 23 21:02:42 2020 +0200

Instruct annex to add text files to Git

commit dbaf9fae9f69b9bfea1a6b7e2f374335f41702c1
commit c76005349f18dd0fe3eacad01deb433bee4e9f27
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:48:46 2020 +0100
Date: Tue Jun 23 21:02:41 2020 +0200

[DATALAD] new dataset
4 changes: 2 additions & 2 deletions docs/basics/_examples/DL-101-102-103
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $ wget https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01
$ wget https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf -O byte-of-python.pdf
# get back into the root of the dataset
$ cd ../
2020-02-17 08:48:50 URL:https://netix.dl.sourceforge.net/project/linuxcommand/TLCL/19.01/TLCL-19.01.pdf [2120211/2120211] -> "TLCL.pdf" [1]
2020-02-17 08:49:11 URL:https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf [4242644/4242644] -> "byte-of-python.pdf" [1]
2020-06-23 21:02:46 URL:https://netcologne.dl.sourceforge.net/project/linuxcommand/TLCL/19.01/TLCL-19.01.pdf [2120211/2120211] -> "TLCL.pdf" [1]
2020-06-23 21:02:48 URL:https://github-production-release-asset-2e65be.s3.amazonaws.com/6501727/56225300-af61-11ea-8d7f-be2b68e479be?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200623T190246Z&X-Amz-Expires=300&X-Amz-Signature=66de4cc92435e7b0cb3d44919e65b530174156cb3d18d3fe7aaa99ac257ac3a2&X-Amz-SignedHeaders=host&actor_id=0&repo_id=6501727&response-content-disposition=attachment%3B%20filename%3Dbyte-of-python.pdf&response-content-type=application%2Foctet-stream [4208954/4208954] -> "byte-of-python.pdf" [1]
8 changes: 4 additions & 4 deletions docs/basics/_examples/DL-101-102-107
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ git log -p -n 1
commit 44aa3e27dfd88183567f22a6a835e042171391f0
commit da1610a8597da3cbcb16c0b4afefcb9df12de97a
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:12 2020 +0100
Date: Tue Jun 23 21:02:49 2020 +0200

add books on Python and Unix to read later

Expand All @@ -15,9 +15,9 @@ index 0000000..4c84b61
\ No newline at end of file
diff --git a/books/byte-of-python.pdf b/books/byte-of-python.pdf
new file mode 120000
index 0000000..58c0629
index 0000000..adaec61
--- /dev/null
+++ b/books/byte-of-python.pdf
@@ -0,0 +1 @@
+../.git/annex/objects/F1/Wz/MD5E-s4242644--f4e1c8ebfb5c89a69ff6d268eb2e63e3.pdf/MD5E-s4242644--f4e1c8ebfb5c89a69ff6d268eb2e63e3.pdf
+../.git/annex/objects/z1/Q8/MD5E-s4208954--ab3a8c2f6b76b18b43c5949e0661e266.pdf/MD5E-s4208954--ab3a8c2f6b76b18b43c5949e0661e266.pdf
\ No newline at end of file
2 changes: 1 addition & 1 deletion docs/basics/_examples/DL-101-102-108
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ cd books
$ wget https://github.com/progit/progit2/releases/download/2.1.154/progit.pdf
$ cd ../
2020-02-17 08:49:16 URL:https://github-production-release-asset-2e65be.s3.amazonaws.com/15400220/57552a00-9a49-11e9-9144-d9607ed4c2db?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200217%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200217T074913Z&X-Amz-Expires=300&X-Amz-Signature=d570838402c46cfaec8c625167c0df0a6f8aae6eaa1fef4b1791da7325e5d8a8&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dprogit.pdf&response-content-type=application%2Foctet-stream [12465653/12465653] -> "progit.pdf" [1]
2020-06-23 21:02:53 URL:https://github-production-release-asset-2e65be.s3.amazonaws.com/15400220/57552a00-9a49-11e9-9144-d9607ed4c2db?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200623T190249Z&X-Amz-Expires=300&X-Amz-Signature=cbfc8b0998bb231993983a990007850d6c20c22374e3c93f515d59b4d30d0c71&X-Amz-SignedHeaders=host&actor_id=0&repo_id=15400220&response-content-disposition=attachment%3B%20filename%3Dprogit.pdf&response-content-type=application%2Foctet-stream [12465653/12465653] -> "progit.pdf" [1]
8 changes: 4 additions & 4 deletions docs/basics/_examples/DL-101-102-111
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lets make the output a bit more concise with the --oneline option
$ git log --oneline
393f24f add reference book about git
44aa3e2 add books on Python and Unix to read later
c74e2b7 Instruct annex to add text files to Git
dbaf9fa [DATALAD] new dataset
769bbe9 add reference book about git
da1610a add books on Python and Unix to read later
a50e5c9 Instruct annex to add text files to Git
c760053 [DATALAD] new dataset
4 changes: 2 additions & 2 deletions docs/basics/_examples/DL-101-102-115
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ git log -p -n 1
commit 8d3b831c9850ec783870c26d516db78ac4a5d1d1
commit 2821a5aa03bb68633db1382fe73251f1ab0b9c83
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:26 2020 +0100
Date: Tue Jun 23 21:02:59 2020 +0200

add beginners guide on bash

Expand Down
10 changes: 5 additions & 5 deletions docs/basics/_examples/DL-101-102-116
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ git log --oneline
8d3b831 add beginners guide on bash
393f24f add reference book about git
44aa3e2 add books on Python and Unix to read later
c74e2b7 Instruct annex to add text files to Git
dbaf9fa [DATALAD] new dataset
2821a5a add beginners guide on bash
769bbe9 add reference book about git
da1610a add books on Python and Unix to read later
a50e5c9 Instruct annex to add text files to Git
c760053 [DATALAD] new dataset
8 changes: 4 additions & 4 deletions docs/basics/_examples/DL-101-103-107
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ git log -p -n 2
commit 12ced25277c47d5f52946937ef28df87e61b3d42
commit 5a857d09e484cc86dfe7eae1ece09e686db3a956
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:29 2020 +0100
Date: Tue Jun 23 21:03:01 2020 +0200

add note on datalad save

Expand All @@ -18,9 +18,9 @@ index 3a7a1fe..bfa64d7 100644
+Always use informative, concise commit messages.
+

commit 63d50c8818d6982bd158b14e34e1601db03c6a6e
commit 46bcde7044e54cb3129c07d5e07cf66819c5971a
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:28 2020 +0100
Date: Tue Jun 23 21:03:01 2020 +0200

Add notes on datalad create

Expand Down
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-105-107
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
$ datalad get Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3
get(ok): Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3 (file) [from web...]
Tried to get 1 file that had no content yet. Successfully obtained 1.
/home/me/dl-101/DataLad-101/recordings/longnow/Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3 [file] ... ok
6 changes: 2 additions & 4 deletions docs/basics/_examples/DL-101-105-109
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ Long_Now__Seminars_About_Long_term_Thinking/2003_12_13__Peter_Schwartz__The_Art_
Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3
get(ok): Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3 (file) [from web...]
get(ok): Long_Now__Seminars_About_Long_term_Thinking/2003_12_13__Peter_Schwartz__The_Art_Of_The_Really_Long_View.mp3 (file) [from web...]
Tried to get 3 files that had no content yet. Successfully obtained 2. 1 (failed).
/home/me/dl-101/DataLad-101/recordings/longnow/Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3 [file] ... ok
/home/me/dl-101/DataLad-101/recordings/longnow/Long_Now__Seminars_About_Long_term_Thinking/2003_12_13__Peter_Schwartz__The_Art_Of_The_Really_Long_View.mp3 [file] ... ok
/home/me/dl-101/DataLad-101/recordings/longnow/Long_Now__Seminars_About_Long_term_Thinking/2003_11_15__Brian_Eno__The_Long_Now.mp3 [file] ... notneeded
action summary:
get (notneeded: 1, ok: 2)
2 changes: 0 additions & 2 deletions docs/basics/_examples/DL-101-105-113
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
$ datalad get Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3
get(ok): Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3 (file) [from web...]
Tried to get 1 file that had no content yet. Successfully obtained 1.
/home/me/dl-101/DataLad-101/recordings/longnow/Long_Now__Seminars_About_Long_term_Thinking/2004_01_10__George_Dyson__There_s_Plenty_of_Room_at_the_Top__Long_term_Thinking_About_Large_scale_Computing.mp3 [file] ... ok
49 changes: 24 additions & 25 deletions docs/basics/_examples/DL-101-106-101
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ git log -p -n 2
commit 72f6a7d29ff7a3c33109ece297c4da1d92a45e44
commit 33f5bc7b046df6472994864c4eb9eb151b0e3ab9
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:50:02 2020 +0100
Date: Tue Jun 23 21:03:46 2020 +0200

Add note on datalad clone

Expand All @@ -20,22 +20,21 @@ index bfa64d7..18a0315 100644
+root of the superdataset with the '-d' option.
+

commit 9bb3629f431bb1b34651a55e8c95e49c71035d1e
commit 029e10cbfbb00516653590e1df12b6f03ba54d66
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:32 2020 +0100
Date: Tue Jun 23 21:03:04 2020 +0200

[DATALAD] Recorded changes

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..37b3468
index 0000000..1b59b8c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,5 @@
@@ -0,0 +1,4 @@
+[submodule "recordings/longnow"]
+ path = recordings/longnow
+ url = https://github.com/datalad-datasets/longnow-podcasts.git
+ branch = master
+ datalad-id = b3ca2718-8901-11e8-99aa-a0369f7c647e
diff --git a/recordings/longnow b/recordings/longnow
new file mode 160000
Expand All @@ -45,9 +44,9 @@ index 0000000..dcc34fb
@@ -0,0 +1 @@
+Subproject commit dcc34fbe669b06ced84ced381ba0db21cf5e665f

commit 12ced25277c47d5f52946937ef28df87e61b3d42
commit 5a857d09e484cc86dfe7eae1ece09e686db3a956
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:29 2020 +0100
Date: Tue Jun 23 21:03:01 2020 +0200

add note on datalad save

Expand All @@ -64,9 +63,9 @@ index 3a7a1fe..bfa64d7 100644
+Always use informative, concise commit messages.
+

commit 63d50c8818d6982bd158b14e34e1601db03c6a6e
commit 46bcde7044e54cb3129c07d5e07cf66819c5971a
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:28 2020 +0100
Date: Tue Jun 23 21:03:01 2020 +0200

Add notes on datalad create

Expand All @@ -80,9 +79,9 @@ index 0000000..3a7a1fe
+The dataset is created empty
+

commit 8d3b831c9850ec783870c26d516db78ac4a5d1d1
commit 2821a5aa03bb68633db1382fe73251f1ab0b9c83
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:26 2020 +0100
Date: Tue Jun 23 21:02:59 2020 +0200

add beginners guide on bash

Expand All @@ -95,9 +94,9 @@ index 0000000..00ca6bd
+../.git/annex/objects/WF/Gq/MD5E-s1198170--0ab2c121bcf68d7278af266f6a399c5f.pdf/MD5E-s1198170--0ab2c121bcf68d7278af266f6a399c5f.pdf
\ No newline at end of file

commit 393f24fbefdddfa4df6f7c0691a73268eb881023
commit 769bbe9a976265b2648ee771033b7e55d331d08f
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:17 2020 +0100
Date: Tue Jun 23 21:02:53 2020 +0200

add reference book about git

Expand All @@ -110,9 +109,9 @@ index 0000000..c5d2ab2
+../.git/annex/objects/G6/Gj/MD5E-s12465653--05cd7ed561d108c9bcf96022bc78a92c.pdf/MD5E-s12465653--05cd7ed561d108c9bcf96022bc78a92c.pdf
\ No newline at end of file

commit 44aa3e27dfd88183567f22a6a835e042171391f0
commit da1610a8597da3cbcb16c0b4afefcb9df12de97a
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:49:12 2020 +0100
Date: Tue Jun 23 21:02:49 2020 +0200

add books on Python and Unix to read later

Expand All @@ -126,16 +125,16 @@ index 0000000..4c84b61
\ No newline at end of file
diff --git a/books/byte-of-python.pdf b/books/byte-of-python.pdf
new file mode 120000
index 0000000..58c0629
index 0000000..adaec61
--- /dev/null
+++ b/books/byte-of-python.pdf
@@ -0,0 +1 @@
+../.git/annex/objects/F1/Wz/MD5E-s4242644--f4e1c8ebfb5c89a69ff6d268eb2e63e3.pdf/MD5E-s4242644--f4e1c8ebfb5c89a69ff6d268eb2e63e3.pdf
+../.git/annex/objects/z1/Q8/MD5E-s4208954--ab3a8c2f6b76b18b43c5949e0661e266.pdf/MD5E-s4208954--ab3a8c2f6b76b18b43c5949e0661e266.pdf
\ No newline at end of file

commit c74e2b7951db566d5ccce7faeb2f86584d4d6321
commit a50e5c92a7fbe805284a4d85c8986155bf5fe60d
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:48:47 2020 +0100
Date: Tue Jun 23 21:02:42 2020 +0200

Instruct annex to add text files to Git

Expand All @@ -152,9 +151,9 @@ index c3aaefe..519a1f9 100644
+* annex.largefiles=((mimeencoding=binary)and(largerthan=0))
\ No newline at end of file

commit dbaf9fae9f69b9bfea1a6b7e2f374335f41702c1
commit c76005349f18dd0fe3eacad01deb433bee4e9f27
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:48:46 2020 +0100
Date: Tue Jun 23 21:02:41 2020 +0200

[DATALAD] new dataset

Expand All @@ -171,12 +170,12 @@ index 0000000..b540820
\ No newline at end of file
diff --git a/.datalad/config b/.datalad/config
new file mode 100644
index 0000000..eadd52e
index 0000000..febb477
--- /dev/null
+++ b/.datalad/config
@@ -0,0 +1,2 @@
+[datalad "dataset"]
+ id = ed80af32-5159-11ea-a727-6533dd7bb2c6
+ id = 1cdc8632-b584-11ea-90a2-3119e6b9cf19
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..c3aaefe
Expand Down
6 changes: 3 additions & 3 deletions docs/basics/_examples/DL-101-108-106
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$ git log -p -n 1
commit 4bf7418ceacc3deb3c533c75b4c030b272cb644a
commit eee1356bb7e8f921174e404c6df6aadcc1f158f0
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:50:04 2020 +0100
Date: Tue Jun 23 21:03:48 2020 +0200

[DATALAD RUNCMD] create a list of podcast titles

=== Do not change lines below ===
{
"chain": [],
"cmd": "bash code/list_titles.sh > recordings/podcasts.tsv",
"dsid": "ed80af32-5159-11ea-a727-6533dd7bb2c6",
"dsid": "1cdc8632-b584-11ea-90a2-3119e6b9cf19",
"exit": 0,
"extra_inputs": [],
"inputs": [],
Expand Down
22 changes: 11 additions & 11 deletions docs/basics/_examples/DL-101-108-108
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ git log --oneline
4bf7418 [DATALAD RUNCMD] create a list of podcast titles
42387da Add short script to write a list of podcast speakers and titles
72f6a7d Add note on datalad clone
9bb3629 [DATALAD] Recorded changes
12ced25 add note on datalad save
63d50c8 Add notes on datalad create
8d3b831 add beginners guide on bash
393f24f add reference book about git
44aa3e2 add books on Python and Unix to read later
c74e2b7 Instruct annex to add text files to Git
dbaf9fa [DATALAD] new dataset
eee1356 [DATALAD RUNCMD] create a list of podcast titles
0e5af8c Add short script to write a list of podcast speakers and titles
33f5bc7 Add note on datalad clone
029e10c [DATALAD] Recorded changes
5a857d0 add note on datalad save
46bcde7 Add notes on datalad create
2821a5a add beginners guide on bash
769bbe9 add reference book about git
da1610a add books on Python and Unix to read later
a50e5c9 Instruct annex to add text files to Git
c760053 [DATALAD] new dataset
10 changes: 5 additions & 5 deletions docs/basics/_examples/DL-101-109-105
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
$ git log -n 2
commit 2dd044ac4013a64dd3f872ac9b203b5b868160ac
commit 1e8802fbb7f3021045376369436ccb10d585e36d
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:50:06 2020 +0100
Date: Tue Jun 23 21:03:49 2020 +0200

BF: list both directories content

commit 4bf7418ceacc3deb3c533c75b4c030b272cb644a
commit eee1356bb7e8f921174e404c6df6aadcc1f158f0
Author: Elena Piscopia <elena@example.net>
Date: Mon Feb 17 08:50:04 2020 +0100
Date: Tue Jun 23 21:03:48 2020 +0200

[DATALAD RUNCMD] create a list of podcast titles

=== Do not change lines below ===
{
"chain": [],
"cmd": "bash code/list_titles.sh > recordings/podcasts.tsv",
"dsid": "ed80af32-5159-11ea-a727-6533dd7bb2c6",
"dsid": "1cdc8632-b584-11ea-90a2-3119e6b9cf19",
"exit": 0,
"extra_inputs": [],
"inputs": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/basics/_examples/DL-101-109-106
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$ datalad rerun 4bf7418ceacc3deb3c533c75b4c030b272cb644a
$ datalad rerun eee1356bb7e8f921174e404c6df6aadcc1f158f0
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
add(ok): recordings/podcasts.tsv (file)
Expand Down
Loading

0 comments on commit 7b95294

Please sign in to comment.