Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3153: Create "howto" / tutorials in the developer documentation
- Commits
- rDLDBASE320938cf1892: package-loader-tutorial: Add 'Making your loader incremental' section
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 D5412 (id=19363)
Could not rebase; Attempt merge onto ec5a76c6d9...
Updating ec5a76c..a17cb56 Fast-forward docs/README.rst | 1 + docs/index.rst | 2 + docs/package-loader-tutorial.rst | 592 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 595 insertions(+) create mode 100644 docs/package-loader-tutorial.rst
Changes applied before test
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/463/ for more details.
Comment Actions
Build is green
Patch application report for D5412 (id=19389)
Could not rebase; Attempt merge onto ec5a76c6d9...
Updating ec5a76c..320938c Fast-forward docs/README.rst | 1 + docs/index.rst | 2 + docs/package-loader-tutorial.rst | 592 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 595 insertions(+) create mode 100644 docs/package-loader-tutorial.rst
Changes applied before test
commit 320938cf189289f51168c7cdc557d619780b7118 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/466/ for more details.