From 23103a6e42d2901b0f5e52d56b232368a0035f0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Apr 2023 21:40:13 +0300 Subject: Add support for bbot.bindist.upload and bbot.upload steps in worker --- doc/manual.cli | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'doc') 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: [update-status]: [test-status]: [install-status]: +[bindist-status]: +[sys-install-status]: [test-installed-status]: +[sys-uninstall-status]: [uninstall-status]: +[upload-status]: [configure-log]: [update-log]: [test-log]: [install-log]: +[bindist-log]: +[sys-install-log]: [test-installed-log]: +[sys-uninstall-log]: [uninstall-log]: +[upload-log]: [worker-checksum]: [dependency-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 bpkg -v uninstall } +# If bbot.bindist.upload step is enabled: +# +{ + # Move the generated binary distribution files to the + # upload/bindist// 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 bpkg -v uninstall -d } +# If bbot.bindist.upload step is enabled: +# +{ + # Move the generated binary distribution files to the + # upload/bindist// 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 bpkg -v uninstall -d } +# If bbot.bindist.upload step is enabled: +# +{ + # Move the generated binary distribution files to the + # upload/bindist// 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 -- cgit v1.1