This is the command botch-dose2html that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
botch-dose2html - turn the yaml output by dose-builddebcheck into html
SYNOPSIS
botch-toolname [options] in.yaml out.html
DESCRIPTION
Given a buildcheck or distcheck result, create a html overview and machine readable json
data.
OPTIONS
-h, --help
Show help.
--btsuser
bts user to associate packages with. Must be given in conjunction with --btstag.
--btstag
bts tag to associate packages with. Must be given in conjunction with --btsuser.
--desc
A HTML description that will be put on top of the generated page.
--srcsdir
Output directory for individual source package overviews. Must be given in conjunction
with --packages.
--wnpp
Retrieve and print wnpp status for packages. Must be given in conjunction with
--packages.
--packages
Packages file to create a mapping from binary to source packages. Must be given in
conjunction with --srcsdir.
--timestamp
Add timestamp to generated HTML.
-v, --verbose
Be verbose.
EXAMPLE
Generate overview:
dose-builddebcheck --explain --successes --failures --deb-native-arch=amd64 \
packages-build packages-host sources | botch-dose2html - out.html
Use botch-dose2html online using onworks.net services