]> git.djapps.eu Git - pkg/ggml/commitdiff
Improve README
authorMathieu Baudier <redacted>
Sat, 15 Feb 2025 09:47:35 +0000 (10:47 +0100)
committerMathieu Baudier <redacted>
Sat, 15 Feb 2025 09:47:35 +0000 (10:47 +0100)
README.md

index d26ba3536c75c765c94238be7de3f2c76c56e0c6..676062645075e359a37eb88a9255463934896b6a 100644 (file)
--- 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