diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 75 |
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 |