From e7a97ea198ca6d5d2417fdae1bb1937bc8fe8d3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 May 2018 13:40:07 +0200 Subject: Minor tweak to new command --- bdep/new.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep') diff --git a/bdep/new.cxx b/bdep/new.cxx index 68b6778..d0764d9 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -142,10 +142,12 @@ namespace bdep os.open (f = prj / "repositories.manifest"); os << ": 1" << endl << "summary: " << n << " project repository" << endl + << endl << "#:" << endl << "#role: prerequisite" << endl << "#location: https://pkg.cppget.org/1/stable" << endl << "#trust: ..." << endl + << endl << "#:" << endl << "#role: prerequisite" << endl << "#location: https://git.build2.org/hello/libhello.git" << endl; -- cgit v1.1