From: Mathieu Baudier Date: Sat, 15 Feb 2025 09:47:35 +0000 (+0100) Subject: Improve README X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=87dd7deffe198df4b2c6a2f8c63936ae6cb9951a;p=pkg%2Fggml Improve README --- diff --git a/README.md b/README.md index d26ba35..6760626 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -This packaging harness is based on git-buildpackage and simplifies the development of the packaging for software in the [ggml ecosystem](https://github.com/ggml-org). +This packaging harness is based on +[git-buildpackage](https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/) +and simplifies the development of the packaging for software in the +[ggml ecosystem](https://github.com/ggml-org). The software layers are configured as git submodules under the `sources/` subdirectory. These git repositories follow Debian's [DEP-14](https://dep-team.pages.debian.net/deps/dep14/) layout @@ -71,8 +74,7 @@ Commit changes and test the build locally: Push to remote repositories: - git push --tags origin "debian/*" "upstream/*" - # git push --tags mbaudier@github "debian/*" "upstream/*" + git push origin "refs/heads/debian/*" "refs/heads/upstream/*" "refs/tags/upstream/*" ### Using locally built packages Except for `ggml` itself, pbuilder/cowbuilder needs to be configured appropriately