aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-20 21:40:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-24 22:46:51 +0300
commit23103a6e42d2901b0f5e52d56b232368a0035f0d (patch)
treedc7de5db3eea6b47327e258fd556d0b579d1a5b4 /doc
parent73ad5d9e292da525cebbf5da35a81750bf89218a (diff)
Add support for bbot.bindist.upload and bbot.upload steps in worker
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli75
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index d9d19b5..f916049 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -618,15 +618,23 @@ status: <status>
[update-status]: <status>
[test-status]: <status>
[install-status]: <status>
+[bindist-status]: <status>
+[sys-install-status]: <status>
[test-installed-status]: <status>
+[sys-uninstall-status]: <status>
[uninstall-status]: <status>
+[upload-status]: <status>
[configure-log]: <text>
[update-log]: <text>
[test-log]: <text>
[install-log]: <text>
+[bindist-log]: <text>
+[sys-install-log]: <text>
[test-installed-log]: <text>
+[sys-uninstall-log]: <text>
[uninstall-log]: <text>
+[upload-log]: <text>
[worker-checksum]: <checksum>
[dependency-checksum]: <checksum>
@@ -708,8 +716,12 @@ configure
update
test
install
+bindist
+sys-install
test-installed
+sys-uninstall
uninstall
+upload
\
@@ -1245,6 +1257,25 @@ bpkg -v update <package-name>
bpkg -v uninstall <package-name>
}
+# If bbot.bindist.upload step is enabled:
+#
+{
+ # Move the generated binary distribution files to the
+ # upload/bindist/<distribution>/ directory.
+}
+
+# If bbot.upload step is enabled and upload/ directory is not empty:
+#
+{
+ # bbot.upload.tar.create
+ #
+ tar -cf upload.tar upload/
+
+ # bbot.upload.tar.list
+ #
+ tar -tf upload.tar upload/
+}
+
# end
#
# This step id can only be used as a breakpoint.
@@ -1650,6 +1681,25 @@ bpkg -v update -d <host-conf> <package-name>
bpkg -v uninstall -d <install-conf> <package-name>
}
+# If bbot.bindist.upload step is enabled:
+#
+{
+ # Move the generated binary distribution files to the
+ # upload/bindist/<distribution>/ directory.
+}
+
+# If bbot.upload step is enabled and upload/ directory is not empty:
+#
+{
+ # bbot.upload.tar.create
+ #
+ tar -cf upload.tar upload/
+
+ # bbot.upload.tar.list
+ #
+ tar -tf upload.tar upload/
+}
+
# end
#
# This step id can only be used as a breakpoint.
@@ -1979,6 +2029,25 @@ bpkg -v update -d <module-conf> <package-name>
bpkg -v uninstall -d <install-conf> <package-name>
}
+# If bbot.bindist.upload step is enabled:
+#
+{
+ # Move the generated binary distribution files to the
+ # upload/bindist/<distribution>/ directory.
+}
+
+# If bbot.upload step is enabled and upload/ directory is not empty:
+#
+{
+ # bbot.upload.tar.create
+ #
+ tar -cf upload.tar upload/
+
+ # bbot.upload.tar.list
+ #
+ tar -tf upload.tar upload/
+}
+
# end
#
# This step id can only be used as a breakpoint.
@@ -2113,6 +2182,12 @@ bbot.sys-install.ldconfig
b.test-installed.test
bpkg.test-separate-installed.update
bpkg.test-separate-installed.test
+
+# Disabled by default.
+#
+bbot.bindist.upload
+
+bbot.upload
\
Note that the \c{bpkg.bindist.*} steps are mutually exclusive and only the