Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-07 | Handle new config.install.include_arch in Debian | Boris Kolpackov | 1 | -16/+19 | |
2023-03-06 | Add --debian-build-option to pass additional options to dpkg-buildpackage | Boris Kolpackov | 2 | -0/+12 | |
2023-03-06 | Add --debian-build-meta to override build metadata | Boris Kolpackov | 3 | -12/+44 | |
2023-03-06 | Change <out-dir> argument to --output-root|-o option | Boris Kolpackov | 7 | -38/+43 | |
2023-03-06 | Various cleanups and fixes | Boris Kolpackov | 10 | -94/+313 | |
2023-03-02 | WIP (complete Debian .install generation) | Boris Kolpackov | 4 | -41/+251 | |
2023-03-01 | WIP (use installation manifest) | Boris Kolpackov | 4 | -77/+414 | |
2023-02-27 | WIP | Boris Kolpackov | 1 | -14/+91 | |
2023-02-22 | WIP | Boris Kolpackov | 1 | -6/+68 | |
2023-02-22 | WIP | Boris Kolpackov | 8 | -43/+234 | |
2023-02-21 | Switch to using package type from available_package (Fedora) | Karen Arutyunov | 3 | -40/+57 | |
2023-02-21 | WIP | Boris Kolpackov | 1 | -11/+97 | |
2023-02-21 | Collect languages for recursive dependencies | Boris Kolpackov | 6 | -28/+105 | |
2023-02-21 | Switch to using package type from available_package (Debian) | Boris Kolpackov | 4 | -42/+59 | |
2023-02-21 | WIP: generate changelog and copyright files | Boris Kolpackov | 2 | -62/+226 | |
2023-02-21 | Derive main from dev | Boris Kolpackov | 1 | -0/+9 | |
2023-02-21 | WIP | Boris Kolpackov | 1 | -5/+58 | |
2023-02-21 | WIP | Boris Kolpackov | 1 | -29/+86 | |
2023-02-21 | WIP | Boris Kolpackov | 9 | -47/+275 | |
2023-02-21 | Minor tweaks | Boris Kolpackov | 1 | -2/+2 | |
2023-02-21 | WIP | Boris Kolpackov | 5 | -127/+446 | |
2023-02-21 | Add tests for system_package_manager::system_package_version() | Karen Arutyunov | 2 | -0/+67 | |
2023-02-21 | WIP | Boris Kolpackov | 3 | -25/+88 | |
2023-02-21 | Add system_package_manager::system_package_version() | Karen Arutyunov | 2 | -13/+123 | |
2023-02-21 | Initial work on pkg-bindist command and Debian implementation | Boris Kolpackov | 12 | -50/+653 | |
2023-02-20 | Store in database and document type and language package manifest values | Karen Arutyunov | 3 | -1/+109 | |
2023-02-10 | Add support for fetch timeout to system package managers | Karen Arutyunov | 8 | -22/+78 | |
2023-02-10 | Improve system_package_manager_fedora::pkg_install() and add some notes | Karen Arutyunov | 3 | -175/+219 | |
2023-02-10 | Fix Fedora's main/devel package name resolution based on the project name | Karen Arutyunov | 3 | -151/+136 | |
2023-02-09 | Infrastructure work for binary distribution package generation | Boris Kolpackov | 15 | -124/+475 | |
2023-02-08 | Implement system package manager query and install support for Fedora | Karen Arutyunov | 7 | -3/+3691 | |
Note that the main/devel name resolution based on the project name still needs to be fixed. | |||||
2023-02-02 | Fix example in manual | Karen Arutyunov | 1 | -2/+8 | |
2023-02-02 | Document that options may also be specified in *-build-config manifest value | Karen Arutyunov | 1 | -3/+6 | |
2023-02-02 | Complete and normalize --default-options path | Boris Kolpackov | 1 | -0/+17 | |
2023-02-01 | Add --sys-no-stub bpkg-pkg-build option to allow sys: packages without stubs | Boris Kolpackov | 4 | -14/+37 | |
2023-02-01 | Implement system package manager query and install support for Debian | Boris Kolpackov | 30 | -300/+4969 | |
2023-02-01 | Add host os_release facility | Boris Kolpackov | 4 | -0/+413 | |
2023-02-01 | Add upstream_version and project members to available_package type | Karen Arutyunov | 2 | -2/+15 | |
2023-02-01 | Store in database and document *-name, *-version, and ↵ | Karen Arutyunov | 6 | -5/+137 | |
*-to-downstream-version package manifest values | |||||
2023-01-23 | Fix unexpected 'unable to read HTTP response status line' fetch error | Karen Arutyunov | 3 | -8/+43 | |
2023-01-20 | Fix --curl option handling | Karen Arutyunov | 1 | -1/+1 | |
2023-01-12 | Add --git-capabilities common option | Karen Arutyunov | 6 | -8/+156 | |
2023-01-12 | Assume git repository protocol as smart if HTTP response code is 401 | Karen Arutyunov | 5 | -80/+434 | |
2023-01-10 | Update copyright | Karen Arutyunov | 1 | -1/+1 | |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 5 | -6/+9 | |
2022-12-14 | Adjust to build system interface change | Boris Kolpackov | 1 | -3/+4 | |
2022-12-12 | Adapt to butl::b_info() API change | Karen Arutyunov | 8 | -30/+54 | |
2022-12-12 | Adapt to dir_iterator API change | Karen Arutyunov | 3 | -4/+3 | |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 5 | -23/+97 | |
2022-12-05 | Use curl instead of wget as default fetch program | Boris Kolpackov | 4 | -19/+89 | |
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. |