summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/testdata2-download
Commit message (Collapse)AuthorAgeFilesLines
* testdata2: Patch lines starting with "@"Clara Engler2026-04-071-0/+13
| | | | | | | This commit patches so-called at-lines in cached-descriptors.new and cached-microdescs.new, as ctor adds those annotations manually in order to store metadata, which renders this to become an invalid network document.
* testdata: Embed testdata2/README update into scriptClara Engler2026-04-071-0/+5
| | | | | This commit embeds the message added in 509145592452a5aeca573af00579233 into the generated README.
* testdata2: Fix directory structure in zip archiveClara Engler2026-04-071-1/+2
| | | | | | The data resides in `shadow.chutney.data/hosts/host` now and not at the the top-level anymore. A fix might include to use wildcards, but I feel this is potentially more error-prone.
* testdata2: Use absolute paths using gitClara Engler2026-04-071-6/+12
| | | | | | | This commit removes the use/dependency of relatives path by obtaining the root path of the repository using a git command. Doing it this way allows us to avoid things such as `../../..` which is not a good pattern as it creates a dependency upon the directory structure.
* Fix typosTobias Stoeckmann2026-03-241-1/+1
| | | | Typos found with codespell
* netdoc test data: Provide script for downloading from CIIan Jackson2025-08-141-0/+83
Plan to gradually move over to this semiautomatically-maintained data.