[Git][reproducible-builds/reproducible-website][master] 3 commits: tools: small spelling fixes
FC (Fay) Stegerman (@obfusk)
gitlab at salsa.debian.org
Wed Nov 6 01:00:00 UTC 2024
FC (Fay) Stegerman pushed to branch master at Reproducible Builds / reproducible-website
Commits:
d1e82d6c by FC (Fay) Stegerman at 2024-11-06T01:59:43+01:00
tools: small spelling fixes
- - - - -
fcca70db by FC (Fay) Stegerman at 2024-11-06T01:59:43+01:00
tools: fix links
- - - - -
5b33e71c by FC (Fay) Stegerman at 2024-11-06T01:59:43+01:00
tools: add some links
- - - - -
1 changed file:
- tools.md
Changes:
=====================================
tools.md
=====================================
@@ -105,7 +105,8 @@ APKs reproducible, or find out why they are not.
<a href="https://github.com/obfusk/reproducible-apk-tools" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/obfusk/reproducible-apk-tools/issues" class="btn btn-outline-primary btn-sm">Issues</a>
-<a href="https://github.com/obfusk/reproducible-apk-tools/issuepullss" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://github.com/obfusk/reproducible-apk-tools/pulls" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://pypi.python.org/pypi/repro-apk" class="btn btn-outline-primary btn-sm">PyPI</a>
#### ismypackagereproducibleyet
@@ -147,7 +148,7 @@ order in which directory entries are read.
#### Reproducible Build Maven Plugin
-This Maven plugin tries to strip "non reproducible" data from the generatedartifacts.
+This Maven plugin tries to strip "non reproducible" data from the generated artifacts.
It follows the same goals as Debian's Reproducible Builds project but at the modest
scale of a Maven project.
@@ -162,7 +163,7 @@ to make sbt builds more reproducible. Popular with
<a href="https://github.com/raboof/sbt-reproducible-builds" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/raboof/sbt-reproducible-builds/issues" class="btn btn-outline-primary btn-sm">Issues</a>
-<a href="https://github.com/raboof/sbt-reproducible-builds/issuepullss" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://github.com/raboof/sbt-reproducible-builds/pulls" class="btn btn-outline-primary btn-sm">Merge requests</a>
#### reproducible-apk-tools
@@ -171,7 +172,8 @@ APKs reproducible, or find out why they are not.
<a href="https://github.com/obfusk/reproducible-apk-tools" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/obfusk/reproducible-apk-tools/issues" class="btn btn-outline-primary btn-sm">Issues</a>
-<a href="https://github.com/obfusk/reproducible-apk-tools/issuepullss" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://github.com/obfusk/reproducible-apk-tools/pulls" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://pypi.python.org/pypi/repro-apk" class="btn btn-outline-primary btn-sm">PyPI</a>
#### apksigcopier
@@ -184,6 +186,9 @@ with different signatures are otherwise identical.
<a href="https://github.com/obfusk/apksigcopier" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/obfusk/apksigcopier/issues" class="btn btn-outline-primary btn-sm">Issues</a>
<a href="https://github.com/obfusk/apksigcopier/pulls" class="btn btn-outline-primary btn-sm">Merge requests</a>
+<a href="https://packages.debian.org/sid/apksigcopier" class="btn btn-outline-primary btn-sm">Debian package</a>
+<a href="https://pypi.python.org/pypi/apksigcopier" class="btn btn-outline-primary btn-sm">PyPI</a>
+<a href="https://archlinux.org/packages/extra/any/apksigcopier" class="btn btn-outline-primary btn-sm">Arch Linux package</a>
## Tools for rebuilding
@@ -226,7 +231,7 @@ or `dnf-plugin-in-toto` to validate reproducible status.
<a href="https://github.com/obfusk/rbtlog" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/obfusk/rbtlog/issues" class="btn btn-outline-primary btn-sm">Issues</a>
<a href="https://github.com/obfusk/rbtlog/pulls" class="btn btn-outline-primary btn-sm">Merge requests</a>
-<a href="https://gitlab.com/obfusk/rbtlog" class="btn btn-outline-primary btn-sm">GitHub mirror</a>
+<a href="https://codeberg.org/IzzyOnDroid/rbtlog" class="btn btn-outline-primary btn-sm">IzzyOnDroid rebuilder</a>
### rebuilder-backends
@@ -275,7 +280,7 @@ and <https://salsa.debian.org/fepitre/devscripts/-/commits/debrebuild>.
Given a buildinfo file from a RPM package, generate instructions for attempting
to reproduce the binary packages built from the associated source and build
-information.
+information.
<a href="https://github.com/fepitre/rpmreproduce" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://github.com/fepitre/rpmreproduce/issues" class="btn btn-outline-primary btn-sm">Issues</a>
@@ -283,13 +288,13 @@ information.
#### orb: check opam package reproducibility
-This tool can check if an opam package build is reproductible.
+This tool can check if an opam package build is reproducible.
It has two subcommands: build and rebuild.
`orb build` conducts a build of an opam package, and collects
the build result (and hashes thereof) and the build input.
-`orb rebuild` takes this data as input and conducts a second build with
+`orb rebuild` takes this data as input and conducts a second build with
the same environment, and compares that the hashes of the produced
binaries are identical.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/8409fe1069a08806ef980fed0c7fd8f9545df69a...5b33e71c36ab1ce51984a6cce7b671a4809d77c6
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/8409fe1069a08806ef980fed0c7fd8f9545df69a...5b33e71c36ab1ce51984a6cce7b671a4809d77c6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20241106/834125ce/attachment.htm>
More information about the rb-commits
mailing list