summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-30 18:42:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-30 18:42:03 +0300
commitbba41ad8df09c0e45d1de5a40a2fa7b6ce8d8d0d (patch)
tree4509abbd66cfebbc1e5a6f245845269b184dbf4a
parent9d20ba45831e60f2146b1a338866d59bb81dc362 (diff)
Add src-url manifest value
-rw-r--r--hello/manifest1
-rw-r--r--mhello/manifest1
2 files changed, 2 insertions, 0 deletions
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*