From 0a2931a6945fbbbf5c3497374920310a4e836d84 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2019 11:35:50 +0200 Subject: Updates for 0.11.0 release --- intro2-tldr.orig | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) (limited to 'intro2-tldr.orig') diff --git a/intro2-tldr.orig b/intro2-tldr.orig index c1edefb..434503b 100644 --- a/intro2-tldr.orig +++ b/intro2-tldr.orig @@ -1,7 +1,8 @@ created new executable project hello in /tmp/hello.git/ -[master (root-commit) 241bb46] first commit - 11 files changed, 100 insertions(+) +[master (root-commit) db9119c] first commit + 12 files changed, 103 insertions(+) create mode 100644 .gitignore + create mode 100644 README.md create mode 100644 build/.gitignore create mode 100644 build/bootstrap.build create mode 100644 build/root.build @@ -27,9 +28,10 @@ hello │   ├── hello.cxx │   └── testscript ├── manifest +├── README.md └── repositories.manifest -2 directories, 8 files +2 directories, 9 files + cd hello @@ -53,19 +55,20 @@ fetching git:build2.org/hello/libhello#v1.0.0 (prerequisite of dir:/tmp/hello) querying https://git.build2.org/hello/libhello.git fetching from https://git.build2.org/hello/libhello.git synchronizing /tmp/hello-gcc/: - new libhello/1.0.0+2 (required by hello) + new libhello/1.0.0+4 (required by hello) upgrade hello/0.1.0#1 -distributing libhello/1.0.0+2 -version.in ../hello-gcc/libhello-1.0.0+2/libhello/version.hxx.in -c++ ../hello-gcc/libhello-1.0.0+2/libhello/cxx{hello} +distributing libhello/1.0.0+4 +version.in ../hello-gcc/libhello-1.0.0+4/libhello/version.hxx.in c++ hello/cxx{hello}@../hello-gcc/hello/hello/ -ld ../hello-gcc/libhello-1.0.0+2/libhello/libs{hello} +c++ ../hello-gcc/libhello-1.0.0+4/libhello/cxx{hello} +ld ../hello-gcc/libhello-1.0.0+4/libhello/libs{hello} ld ../hello-gcc/hello/hello/exe{hello} ln ../hello-gcc/hello/hello/exe{hello} -> hello/ + bdep fetch fetching git:build2.org/hello/libhello (prerequisite of dir:/tmp/hello) querying https://git.build2.org/hello/libhello.git +fetching from https://git.build2.org/hello/libhello.git fetching git:build2.org/hello/libformat##HEAD (prerequisite of git:build2.org/hello/libhello) querying https://git.build2.org/hello/libformat.git fetching from https://git.build2.org/hello/libformat.git @@ -75,22 +78,22 @@ fetching from https://git.build2.org/hello/libprint.git + bdep status -i hello configured 0.1.0#1 - libhello ^1.0.0 configured 1.0.0+2 available [1.1.0+2] + libhello ^1.0.0 configured 1.0.0+4 available [1.1.0+4] + bdep sync libhello synchronizing: - new libformat/1.0.0+2 (required by libhello) - new libprint/1.0.0+2 (required by libhello) - upgrade libhello/1.1.0+2 + new libformat/1.0.0+4 (required by libhello) + new libprint/1.0.0+4 (required by libhello) + upgrade libhello/1.1.0+4 reconfigure hello/0.1.0#1 -distributing libformat/1.0.0+2 -distributing libprint/1.0.0+2 -distributing libhello/1.1.0+2 +distributing libformat/1.0.0+4 +distributing libprint/1.0.0+4 +distributing libhello/1.1.0+4 + bdep sync libhello/1.0.0 synchronizing: - drop libprint/1.0.0+2 (unused) - drop libformat/1.0.0+2 (unused) - downgrade libhello/1.0.0+2 + drop libprint/1.0.0+4 (unused) + drop libformat/1.0.0+4 (unused) + downgrade libhello/1.0.0+4 reconfigure hello/0.1.0#1 -distributing libhello/1.0.0+2 +distributing libhello/1.0.0+4 -- cgit v1.1