7b69294b8a
This ends up being different than what landed in librsvg (that was imported into ostree) because in rpm-ostree we've basically been using `git archive`-based tarball generation rather than `make dist` for a long time. And supporting `make dist` looks like it'd get into handling the `libdnf` bits and walking into `cmake` land so...yeah let's not do that. The canonical sources are in git (recursively via submodule), except for the Rust sources, which cargo can download dynamically, and with this patch we support glomming all of that together into a tarball. (And turn off `make dist` so people understand how we do it) Tested by `make -f Makefile.dist-packaging dist-snapshot`, then copying the resulting tarball into a container with `--net=none` and building there. Closes: #1391 Approved by: jlebon |
||
---|---|---|
.. | ||
.gitignore | ||
atomic7-testing.repo | ||
cccp.yml | ||
Dockerfile | ||
make-git-snapshot.sh | ||
Makefile.dist-packaging | ||
Makefile.docker | ||
rpm-ostree.spec.in | ||
rpmbuild-cwd |