On Wed, Oct 28, 2020 at 05:00:37PM +0800, Lin Jiaxin wrote:
[why] pkgbuild_repo field's parameter format is not uniform for different git repository. Novices are easy to make mistakes.
[how] Add examples of three types of git repository used by build-pkg.
Signed-off-by: Lin Jiaxin ljx.joe@qq.com
What's the difference between build-pkg add cci-makepkg? Which one should we use when we want to make a package?
Thanks, Yale
jobs/build-pkg.yaml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/jobs/build-pkg.yaml b/jobs/build-pkg.yaml index 5888838a..b17fd2ad 100644 --- a/jobs/build-pkg.yaml +++ b/jobs/build-pkg.yaml @@ -1,4 +1,9 @@ suite: build-pkg category: functional
+# pkgbuild_repo examples +# pkgbuild_repo: archlinux/aur-j/java8-openjdk +# pkgbuild_repo: archlinux/community//keepalived/trunk +# pkgbuild_repo: archlinux/packages//prometheus-node-exporter/trunk
build-pkg:
2.23.0