Changes look sensible (due to env change, but also latest datalad and git-annex). There is one open issue: We are using `ls -l` in some places that reveals thatthe effective user ID creating files on the machine is not the fake one we configured. We should check whether it is important to list this information. If so, we may need to configure a dedicated user.
5 lines
445 B
Text
5 lines
445 B
Text
$ datalad run -m "Resize logo for slides" \
|
|
--input "recordings/longnow/.datalad/feed_metadata/logo_interval.jpg" \
|
|
--output "recordings/interval_logo_small.jpg" \
|
|
"convert -resize 400x400 recordings/longnow/.datalad/feed_metadata/logo_interval.jpg recordings/interval_logo_small.jpg"
|
|
run(impossible): /home/me/dl-101/DataLad-101 (dataset) [clean dataset required to detect changes from command; use `datalad status` to inspect unsaved changes]
|