aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Adapt to butl::b_info() API changeKaren Arutyunov1-2/+2
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-2/+2
2021-11-29Add support for publishing packages with non-standard versionKaren Arutyunov1-41/+87
2021-10-25Add --progress common optionBoris Kolpackov1-2/+2
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-09-15Fix pre-sync'inc of configurations belonging to same clusterBoris Kolpackov1-4/+2
2021-09-06Add argument grouping support for dependencies in bdep-{sync,init}Boris Kolpackov1-1/+1
2021-08-10Detect packages from different projects in bdep-publishBoris Kolpackov1-3/+114
2021-07-20Add support for configuration type and bdep-config-link sub-commandKaren Arutyunov1-31/+68
2020-10-01Adapt to adding ext_mods parameter to butl::b_info()Karen Arutyunov1-1/+1
2020-09-29Use system git rather than bundled one for some operations on WindowsKaren Arutyunov1-6/+24
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov1-2/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-01-29Validate that values submitted to CI and submission services contain UTF-8 en...Karen Arutyunov1-4/+19
2019-11-07Cosmetic changesBoris Kolpackov1-1/+1
2019-10-24Add --forward option to bdep-submitBoris Kolpackov1-21/+74
2019-10-24Close database as soon as possibleBoris Kolpackov1-1/+4
2019-08-22Quote directory paths in buildspecsKaren Arutyunov1-8/+10
2019-01-25Add support for --no-progress optionKaren Arutyunov1-40/+33
2019-01-22Add support for --force option in bdep-release and bdep-publishKaren Arutyunov1-4/+55
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-13Pass --deep option to bpkg-pkg-verify in bdep-publishKaren Arutyunov1-0/+5
2018-10-31Warn if publishing with a staged toolchainBoris Kolpackov1-0/+4
2018-09-03Tweak bdep-publish and bdep-ci diagnosticsBoris Kolpackov1-2/+3
2018-08-28Implement CI request submissionKaren Arutyunov1-460/+25
2018-08-25Implement bdep-ci commandBoris Kolpackov1-208/+22
2018-08-25Always print reference submit result manifest value if presentKaren Arutyunov1-10/+19
2018-08-22Add support for specifying publisher's name in addition to emailBoris Kolpackov1-15/+32
2018-08-20Advise user to retry publishing on server errorKaren Arutyunov1-4/+10
2018-08-15Always use full (three-component) git version for consistencyBoris Kolpackov1-2/+2
2018-08-14Adapt to git_version() returning semantic_version nowKaren Arutyunov1-1/+2
2018-08-12Make get_ver staticKaren Arutyunov1-1/+1
2018-08-11Make get-related functions to take minimum supported version as an argumentKaren Arutyunov1-18/+38
2018-08-07Add git version check (2.12 is minimum supported)Karen Arutyunov1-7/+7
2018-08-06Fix bdep-publish failure for older git versionsKaren Arutyunov1-8/+14
2018-08-04Fix unreliable git output match in publish testscriptKaren Arutyunov1-1/+1
2018-08-04Add archive checksum files to build2-control branch in bdep-publishKaren Arutyunov1-23/+456
2018-07-31Extract project from manifest in bdep-publishBoris Kolpackov1-6/+4
2018-07-31Publish all packages in project, not only those initialized in configBoris Kolpackov1-38/+26
2018-07-27Implement package archive uploadKaren Arutyunov1-10/+473
2018-07-27Implement temp directory facilityKaren Arutyunov1-1/+1
2018-07-27Implement publish command for publishing packages to archive repositoriesBoris Kolpackov1-0/+461