diff options
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |