From 99dc5d7463236ee9c094736dfbcb56641e782335 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Apr 2018 22:10:57 +0300 Subject: Add fragment manifest value --- tests/manifest/testscript | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'tests') diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 59f4db0..d3fe1a7 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -107,6 +107,21 @@ location: mhello/ EOI } + + : git + : + { + : fragment + : + $* -gp <>EOF + : 1 + location: hello/ + fragment: ca602c2d46b0dca7a9ebc856871767b0ba6b74f3 + : + location: mhello/ + fragment: ca602c2d46b0dca7a9ebc856871767b0ba6b74f3 + EOF + } } : repositories @@ -232,6 +247,37 @@ stuff. EOF + : fragment + : + $* -gr <>EOF + : 1 + location: http://example.org/math.git#master + type: git + role: prerequisite + fragment: ca602c2d46b0dca7a9ebc856871767b0ba6b74f3 + : + location: ../stable.git#stable + type: git + role: complement + fragment: ca602c2d46b0dca7a9ebc856871767b0ba6b74f3 + : + location: http://example.org/math.git#master + type: git + role: prerequisite + fragment: abc1232d46b0dca7a9ebc856871767b0ba6b74f3 + : + location: ../stable.git#stable + type: git + role: complement + fragment: abc1232d46b0dca7a9ebc856871767b0ba6b74f3 + : + url: http://cppget.org + email: repoman@cppget.org; General mailing list. + summary: General C++ package repository + description: This is the awesome C++ package repository full of exciting\ + stuff. + EOF + : prerequisite-type : $* -gr <>EOO -- cgit v1.1