From c5285edaf06e1ed364d398fd387b66f8ad568276 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Oct 2021 08:20:42 +0200 Subject: Updates for 0.14.0 release --- intro2-tldr.orig | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'intro2-tldr.orig') diff --git a/intro2-tldr.orig b/intro2-tldr.orig index f96c55a..769f179 100644 --- a/intro2-tldr.orig +++ b/intro2-tldr.orig @@ -1,6 +1,6 @@ created new executable project hello in /tmp/hello.git/ -[master (root-commit) 3eadc4d] first commit - 13 files changed, 127 insertions(+) +[master (root-commit) 838e609] first commit + 13 files changed, 141 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md @@ -38,7 +38,7 @@ hello + bdep init --config-create ../hello-gcc cc config.cxx=g++ initializing in project /tmp/hello/ -created configuration /tmp/hello-gcc/ 1 default,forwarded,auto-synchronized +created configuration /tmp/hello-gcc/ 1 target default,forwarded,auto-synchronized synchronizing: new hello/0.1.0 @@ -59,9 +59,9 @@ synchronizing /tmp/hello-gcc/: new libhello/1.0.0+4 (required by hello) upgrade hello/0.1.0#1 distributing libhello/1.0.0+4 -version.in ../hello-gcc/libhello-1.0.0+4/libhello/version.hxx.in c++ ../hello-gcc/libhello-1.0.0+4/libhello/cxx{hello} c++ hello/cxx{hello}@../hello-gcc/hello/hello/ +version.in ../hello-gcc/libhello-1.0.0+4/libhello/version.hxx.in 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/ @@ -79,22 +79,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+4 available [1.1.0+6] [1.0.0+6] + libhello ^1.0.0 configured 1.0.0+4 available [1.1.0+8] [1.0.0+8] + bdep sync libhello synchronizing: - new libformat/1.0.0+6 (required by libhello) - new libprint/1.0.0+6 (required by libhello) - upgrade libhello/1.1.0+6 + new libformat/1.0.0+8 (required by libhello) + new libprint/1.0.0+8 (required by libhello) + upgrade libhello/1.1.0+8 reconfigure hello/0.1.0#1 -distributing libformat/1.0.0+6 -distributing libprint/1.0.0+6 -distributing libhello/1.1.0+6 +distributing libformat/1.0.0+8 +distributing libprint/1.0.0+8 +distributing libhello/1.1.0+8 + bdep sync libhello/1.0.0 synchronizing: - drop libprint/1.0.0+6 (unused) - drop libformat/1.0.0+6 (unused) - downgrade libhello/1.0.0+6 + drop libprint/1.0.0+8 (unused) + drop libformat/1.0.0+8 (unused) + downgrade libhello/1.0.0+8 reconfigure hello/0.1.0#1 -distributing libhello/1.0.0+6 +distributing libhello/1.0.0+8 -- cgit v1.1