From bba41ad8df09c0e45d1de5a40a2fa7b6ce8d8d0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 30 Jul 2017 18:42:03 +0300 Subject: Add src-url manifest value --- hello/manifest | 1 + mhello/manifest | 1 + 2 files changed, 2 insertions(+) diff --git a/hello/manifest b/hello/manifest index fb0a6d7..8805fb6 100644 --- a/hello/manifest +++ b/hello/manifest @@ -11,6 +11,7 @@ project/package. \ url: http://www.example.org/hello email: hello-users@example.org +src-url: https://git.build2.org/cgit/hello/hello/tree/hello build-email: builds@build2.org requires: c++11 depends: * build2 >= 0.5.0- diff --git a/mhello/manifest b/mhello/manifest index 6a2883f..2b60133 100644 --- a/mhello/manifest +++ b/mhello/manifest @@ -11,6 +11,7 @@ canonical build2/bpkg project/package. \ url: http://www.example.org/mhello email: hello-users@example.org +src-url: https://git.build2.org/cgit/hello/hello/tree/mhello build-email: builds@build2.org build-exclude: *-msvc_15u0* ; Broken C++ modules support build-include: *-msvc_15* -- cgit v1.1