verify / verify (push) Successful in 4m17s
Signed-off-by: Cole Speelman <crspeelman@gmail.com>
17 lines
773 B
Markdown
17 lines
773 B
Markdown
<!-- SPDX-License-Identifier: MPL-2.0 -->
|
|
|
|
# Public source snapshots
|
|
|
|
Development history remains private. Canonical public source is exported from a
|
|
reviewed clean commit through `scripts/public-snapshot.allow`; GitHub receives
|
|
the exact same exported tree as a read-only discovery mirror.
|
|
|
|
The exporter includes no branches, reflogs, private operational evidence,
|
|
credentials, databases, logs, or development-only files. Public Gitea issues
|
|
and pull requests are the contribution venue.
|
|
|
|
`scripts/test-public-snapshot.sh` checks the exact allowlist and builds all
|
|
exported packages. New implementation and regression-test files must be included
|
|
explicitly; a successful build in the development checkout does not prove that
|
|
the smaller exported distribution is complete.
|