aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common.cli
AgeCommit message (Collapse)AuthorFilesLines
2023-03-28Add support for JSON structured result output in pkg-bindistBoris Kolpackov1-3/+12
2023-01-12Add --git-capabilities common optionKaren Arutyunov1-0/+18
2022-12-08Add --[no]diag-color options (infrastructure only)Boris Kolpackov1-0/+12
2022-12-05Use curl instead of wget as default fetch programBoris Kolpackov1-2/+8
We used to prefer wget 1.16 because it has --show-progress which results in nicer progress. But experience shows that wget is quite unreliable plus with bdep always using curl, it would be strange to use both curl and wget (and expecting the user to setup proxy, authentication, etc., for both). Also add internal --curl* options to be used by bdep.
2022-06-07Add --keep-temp common optionKaren Arutyunov1-0/+7
2022-03-04Add support for --stdout-format to pkg-status commandKaren Arutyunov1-0/+76
2021-11-19Use pkeyutl command instead of rsautl starting openssl version 3.0.0Karen Arutyunov1-4/+8
2021-10-25Add --progress common optionBoris Kolpackov1-8/+16
2021-09-02Add progress to configure/disfigure in pkg-build/drop if result is disabledBoris Kolpackov1-1/+3
For projects with a large number of dependencies (e.g., Boost) these can take a while.
2020-09-12Match certificate fingerprints case-insensitivelyKaren Arutyunov1-1/+1
2020-05-01Add --pkg-proxy common optionKaren Arutyunov1-2/+20
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov1-0/+6
2019-08-16Add support for default options filesKaren Arutyunov1-0/+5
2019-05-22Prep work for switching to libarchive's bsdtar on WindowsBoris Kolpackov1-1/+1
2019-04-04Update --options-file option descriptionKaren Arutyunov1-11/+11
2019-01-24Add support for --no-progress optionKaren Arutyunov1-8/+25
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-19Add --jobs common optionKaren Arutyunov1-0/+10
2018-11-08Add support for ssh:// git protocolKaren Arutyunov1-2/+2
2018-10-10Add support for openssl qualified optionsKaren Arutyunov1-5/+27
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-0/+9
2018-02-12Clone and fetch git repositoriesKaren Arutyunov1-7/+34
2017-10-18Add support for --fetch-timeout optionKaren Arutyunov1-0/+12
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-09Add --quiet alias for -qBoris Kolpackov1-1/+1
2016-09-24Fix typo in documentationBoris Kolpackov1-1/+1
2016-09-04Add -V which is equivalent to --verbose 3Boris Kolpackov1-2/+8
2016-09-04Remove -y/-n aliases from --trust-yes/--trust-no optionsBoris Kolpackov1-2/+6
2016-08-17If bpkg has exe.suffix, use it for the default build2 nameBoris Kolpackov1-4/+7
So if bpkg is called bpkg-stage, then we by default look for b-stage.
2016-05-04Add support for repository authenticationKaren Arutyunov1-0/+57
2016-01-30Fix typoBoris Kolpackov1-1/+1
2016-01-30Add checksum verificationBoris Kolpackov1-1/+25
2016-01-28Use proper sentences in listsBoris Kolpackov1-6/+6
2016-01-11Documentation improvementsBoris Kolpackov1-7/+7
2016-01-11Reorganize .cli files, add man/xhtml page generation (via script for now)Boris Kolpackov1-0/+179