{
    "mode": "man",
    "parameter": "getbuildlog",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/getbuildlog/1/json",
    "generated": "2026-07-06T02:03:56Z",
    "synopsis": "getbuildlog package [version-pattern] [architecture-pattern]",
    "sections": {
        "NAME": {
            "content": "getbuildlog - download build logs from Debian auto-builders\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "getbuildlog package [version-pattern] [architecture-pattern]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "getbuildlog  downloads  build  logs  of package from Debian auto-builders. It downloads build\nlogs of all versions and for all architectures if  version-pattern  and  architecture-pattern\nare  not  specified  or empty, otherwise only build logs whose versions match version-pattern\nand build logs whose architectures match architecture-pattern will be downloaded. The version\nand  architecture  patterns  are  interpreted as extended regular expressions as described in\ngrep(1).\n\nIf version-pattern is \"last\" then only the logs for the most recent version of package  found\non buildd.debian.org will be downloaded.\n\nIf  version-pattern  is  \"last-all\"  then  the logs for the most recent version found on each\nbuild log index will be downloaded.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-h --help",
                    "content": "Show usage information and examples.\n",
                    "flag": "-h",
                    "long": "--help"
                },
                {
                    "name": "-V --version",
                    "content": "Show version and copyright information.\n",
                    "flag": "-V",
                    "long": "--version"
                }
            ]
        },
        "EXAMPLES": {
            "content": "getbuildlog hello 2\\.2-1 amd64\nDownload amd64 build log for hello version 2.2-1.\n\ngetbuildlog glibc \"\" mips.*\nDownload mips(el) build logs of all glibc versions.\n\ngetbuildlog wesnoth .*bpo.*\nDownload all build logs of backported wesnoth versions.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Written by Frank S. Thomas <fst@debian.org>.\n\n\n\nDEBIAN                                    Debian Utilities                            GETBUILDLOG(1)",
            "subsections": []
        }
    },
    "summary": "getbuildlog - download build logs from Debian auto-builders",
    "flags": [
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Show usage information and examples."
        },
        {
            "flag": "-V",
            "long": "--version",
            "arg": null,
            "description": "Show version and copyright information."
        }
    ],
    "examples": [
        "getbuildlog hello 2\\.2-1 amd64",
        "Download amd64 build log for hello version 2.2-1.",
        "getbuildlog glibc \"\" mips.*",
        "Download mips(el) build logs of all glibc versions.",
        "getbuildlog wesnoth .*bpo.*",
        "Download all build logs of backported wesnoth versions."
    ],
    "see_also": []
}