summaryrefslogtreecommitdiff
path: root/intro2-tldr.orig
diff options
context:
space:
mode:
Diffstat (limited to 'intro2-tldr.orig')
-rw-r--r--intro2-tldr.orig49
1 files changed, 20 insertions, 29 deletions
diff --git a/intro2-tldr.orig b/intro2-tldr.orig
index 7f3e9a0..445493d 100644
--- a/intro2-tldr.orig
+++ b/intro2-tldr.orig
@@ -1,6 +1,8 @@
+Script started on 2023-06-28 11:17:30+02:00 [COMMAND="./intro2-tldr" TERM="xterm-256color" TTY="/dev/pts/21" COLUMNS="160" LINES="47"]
created new executable project hello in /tmp/hello.git/
-[master (root-commit) 2fe4497] first commit
- 12 files changed, 107 insertions(+)
+[master (root-commit) ddbbb0a] first commit
+ 13 files changed, 143 insertions(+)
+ create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 README.md
create mode 100644 build/.gitignore
@@ -14,7 +16,7 @@ created new executable project hello in /tmp/hello.git/
create mode 100644 manifest
create mode 100644 repositories.manifest
-+ git clone file:///tmp/hello.git
++ git clone --no-progress file:///tmp/hello.git
Cloning into 'hello'...
+ tree hello
@@ -31,19 +33,19 @@ hello
├── README.md
└── repositories.manifest
-2 directories, 9 files
+3 directories, 9 files
+ cd 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
+ b
mkdir ../hello-gcc/hello/fsdir{hello/}
-c++ hello/cxx{hello}@../hello-gcc/hello/hello/
+c++ hello/cxx{hello} -> ../hello-gcc/hello/hello/obje{hello}
ld ../hello-gcc/hello/hello/exe{hello}
ln ../hello-gcc/hello/hello/exe{hello} -> hello/
@@ -52,48 +54,37 @@ Hello, World!
+ b
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+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 ../hello-gcc/libhello-1.0.0+4/libhello/in{version} -> ../hello-gcc/libhello-1.0.0+4/libhello/hxx{version}
+c++ ../hello-gcc/libhello-1.0.0+4/libhello/cxx{hello} -> ../hello-gcc/libhello-1.0.0+4/libhello/objs{hello}
+c++ hello/cxx{hello} -> ../hello-gcc/hello/hello/obje{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
fetching git:build2.org/hello/libprint##HEAD (prerequisite of git:build2.org/hello/libhello)
-querying https://git.build2.org/hello/libprint.git
-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+5] [1.0.0+5]
+ libhello ^1.0.0 configured 1.0.0+4 available [1.1.0+11] [1.0.0+11]
+ bdep sync libhello
synchronizing:
- new libformat/1.0.0+5 (required by libhello)
- new libprint/1.0.0+5 (required by libhello)
- upgrade libhello/1.1.0+5
+ new libformat/1.0.0+11 (required by libhello)
+ new libprint/1.0.0+11 (required by libhello)
+ upgrade libhello/1.1.0+11
reconfigure hello/0.1.0#1
-distributing libformat/1.0.0+5
-distributing libprint/1.0.0+5
-distributing libhello/1.1.0+5
+ bdep sync libhello/1.0.0
synchronizing:
- drop libprint/1.0.0+5 (unused)
- drop libformat/1.0.0+5 (unused)
- downgrade libhello/1.0.0+5
+ drop libprint/1.0.0+11 (unused)
+ drop libformat/1.0.0+11 (unused)
+ downgrade libhello/1.0.0+11
reconfigure hello/0.1.0#1
-distributing libhello/1.0.0+5
+
+Script done on 2023-06-28 11:17:55+02:00 [COMMAND_EXIT_CODE="0"]