ds-voidlinux-popcorn/code
2025-09-30 21:39:22 +02:00
..
.gitattributes Apply YODA dataset setup 2025-09-30 16:54:48 +02:00
files.py Add code README and automatic CHANGELOG entries 2025-09-30 21:39:22 +02:00
kernels.py Add code README and automatic CHANGELOG entries 2025-09-30 21:39:22 +02:00
packages.py add generation script for package stats 2025-09-30 18:48:45 +02:00
README.md Add code README and automatic CHANGELOG entries 2025-09-30 21:39:22 +02:00
unique.py add generation script for unique installs 2025-09-30 18:24:17 +02:00

Popcorn dataset code

Each script can be run stand-alone like python code/files.py <input-dir> <output-dir>, exchanging the script file for the one intended.

It is suggested, however, to run the scripts using the just command runner from the dataset root, such as just files for the same effect as above. This will automatically populate the correct input and output directories.

To create new datalad versioned output data, run just versioned or just without any arguments. A new commit containing the updated data will be created, and an automatic entry in the CHANGELOG made.