Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3153: Create "howto" / tutorials in the developer documentation
- Commits
- rDLDBASEf3c24776627a: package-loader-tutorial: Add 'Loading metadata' and 'Final words' sections.
Diff Detail
Diff Detail
- Repository
- rDLDBASE Generic VCS/Package Loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D5415 (id=19366)
Could not rebase; Attempt merge onto ec5a76c6d9...
Updating ec5a76c..b6f0bfe Fast-forward docs/README.rst | 1 + docs/index.rst | 2 + docs/package-loader-tutorial.rst | 650 +++++++++++++++++++++++++++++++++++++++ swh/loader/package/loader.py | 4 +- 4 files changed, 656 insertions(+), 1 deletion(-) create mode 100644 docs/package-loader-tutorial.rst
Changes applied before test
commit b6f0bfe0fe4f158b867fba51197ce774a53ac0bd Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 2 17:15:47 2021 +0200 package-loader-tutorial: Add 'Loading metadata' and 'Final words' sections. commit a17cb565a3fee9fbb70da2bc7f0240f633d20553 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 2 15:39:50 2021 +0200 package-loader-tutorial: Add 'Making your loader incremental' section commit cdaad2122951b47ab20ee03e4c97eb67b5716eb1 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 2 13:58:29 2021 +0200 package-loader-tutorial: Add 'Testing your loader' section commit 0eeb712bb1620df4075b8f7057f86abe4fd149aa Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Apr 1 14:14:05 2021 +0200 Start writing a package loader tutorial. This contains the basic, from creating files to getting a working (but untested and inefficient) loader.
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/464/ for more details.
Comment Actions
Build is green
Patch application report for D5415 (id=19390)
Rebasing onto d84d68a8bb...
First, rewinding head to replay your work on top of it... Fast-forwarded diff-target to base-revision-467-D5415.
Changes applied before test
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/467/ for more details.