diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-04 13:40:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-04 13:40:07 +0200 |
commit | e7a97ea198ca6d5d2417fdae1bb1937bc8fe8d3e (patch) | |
tree | 7495aefb10b97422832159a4aafa8b8e1d6da22f | |
parent | a32bb933ce44508c43d4579ee8a971d324eb1963 (diff) |
Minor tweak to new command
-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; |