Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-01 | Add hxx extension for headers and lib prefix for library dirs | Karen Arutyunov | 17 | -13/+16 | |
2017-05-01 | Reimplement tar invocations to do manual decompression | Boris Kolpackov | 1 | -3/+2 | |
This is needed to prevent tar from forking, which doesn't work reliably on MSYS2. | |||||
2017-04-28 | Make tests to pass | Karen Arutyunov | 6 | -10/+10 | |
2017-04-28 | Switch to version module | Karen Arutyunov | 1 | -16/+1 | |
2017-03-20 | Make use of --no-cleanup testscript builtin option | Karen Arutyunov | 3 | -16/+6 | |
2017-03-17 | Use exclusion group in tests/buildfile | Boris Kolpackov | 1 | -2/+3 | |
2017-03-17 | Make bpkg use build system driver that is running tests | Boris Kolpackov | 2 | -24/+29 | |
2017-03-16 | Make use of >! redirect in testscripts | Karen Arutyunov | 13 | -52/+52 | |
2017-03-15 | Port test.sh to testscript | Karen Arutyunov | 214 | -2304/+5475 | |
2017-01-25 | Specify test.target for test packages | Karen Arutyunov | 3 | -1/+5 | |
2016-12-02 | Adapt buildfiles to expansion change | Karen Arutyunov | 3 | -3/+3 | |
2016-10-12 | Fix repository paths in comments in tests/cert.sh | Karen Arutyunov | 1 | -5/+5 | |
2016-09-04 | Update libhello in tests | Boris Kolpackov | 22 | -77/+104 | |
2016-09-01 | Make ?sys: to change preference to system | Karen Arutyunov | 1 | -8/+14 | |
2016-08-31 | Build infrastructure update | Karen Arutyunov | 3 | -2/+2 | |
2016-08-29 | Add pkg/1/build2.org/system/t3 repository | Karen Arutyunov | 2 | -0/+4 | |
2016-08-29 | Support system packages | Karen Arutyunov | 16 | -173/+522 | |
2016-08-23 | Update install.* variables in buildfiles | Boris Kolpackov | 1 | -1/+1 | |
2016-08-04 | Update bpkg test to be able to specify C++ compiler | Karen Arutyunov | 5 | -18/+71 | |
2016-07-14 | Add --cert-* rep-info command options | Karen Arutyunov | 1 | -0/+8 | |
2016-07-12 | Use ./ instead of just . to denote current directory in buildfiles | Boris Kolpackov | 2 | -2/+2 | |
2016-06-18 | Rename cfg-{add,fetch} to rep-{add,fetch} (aliases stay same) | Boris Kolpackov | 1 | -120/+120 | |
The rationale: we now need the 'add' command for certificates (i.e., add a trusted certificate to the configuration). In the old naming scheme we would have to call it cfg-add which is already taken. In the new scheme we will call it crt-add. | |||||
2016-06-18 | Offer to update dependents in pkg-build, add options to pkg-{build,drop} | Boris Kolpackov | 1 | -6/+6 | |
2016-06-18 | Fix test.sh not to collapse several consecutive spaces into the single one ↵ | Karen Arutyunov | 1 | -3/+3 | |
in repository locations | |||||
2016-06-18 | Fix test.sh to work in MSYS2 | Karen Arutyunov | 1 | -1/+1 | |
2016-06-18 | Exclude some test cases for MSYS | Karen Arutyunov | 1 | -21/+30 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 1 | -23/+61 | |
2016-05-04 | Fix repository authentication test cases | Karen Arutyunov | 1 | -6/+12 | |
2016-05-04 | Add support for repository authentication | Karen Arutyunov | 121 | -120/+752 | |
2016-04-23 | Unless name ends with a separator don't try it as package directory in pkg-build | Boris Kolpackov | 1 | -2/+2 | |
2016-04-23 | Delay checking dependents until we know which of them are up/downgraded | Boris Kolpackov | 1 | -6/+6 | |
2016-03-11 | Make rep_create to convert file-type manifest values to corresponding ↵ | Karen Arutyunov | 2 | -1/+14 | |
inline-type ones | |||||
2016-02-23 | Update test repository publish script to exclude unnecessary files | Boris Kolpackov | 1 | -2/+8 | |
2016-02-13 | Fix few bugs in hold state logic | Boris Kolpackov | 1 | -5/+2 | |
2016-02-13 | Offer in pkg-build to drop prerequisite packages that are no longer necessary | Boris Kolpackov | 4 | -0/+30 | |
This can happen if a package that is being upgraded/downgraded changes its dependencies. | |||||
2016-01-31 | Add some more variants to test (sha256 sum) | Boris Kolpackov | 1 | -1/+6 | |
2016-01-30 | Use build2.org to host test repositories | Boris Kolpackov | 2 | -4/+4 | |
2016-01-30 | Update to use new libhello | Boris Kolpackov | 21 | -72/+82 | |
2016-01-30 | Add checksum verification | Boris Kolpackov | 1 | -0/+3 | |
2016-01-14 | Support new revision of repository name specification | Boris Kolpackov | 1 | -1/+1 | |
2016-01-08 | Support version release | Boris Kolpackov | 5 | -6/+6 | |
2016-01-08 | Make tests/test.sh to pass | Boris Kolpackov | 1 | -30/+30 | |
2015-12-09 | Clean up command names, add aliases | Boris Kolpackov | 1 | -202/+196 | |
2015-12-07 | Update test package to latest build2 | Boris Kolpackov | 3 | -4/+4 | |
2015-10-27 | Complete tests for all commands | Boris Kolpackov | 2 | -22/+92 | |
2015-10-27 | Finish drop command implementation | Boris Kolpackov | 5 | -5/+152 | |
2015-10-22 | Implement dependents check in drop command | Boris Kolpackov | 1 | -0/+23 | |
Also, add support for commands to return program status. | |||||
2015-10-21 | Add support for held packages, package versions | Boris Kolpackov | 1 | -0/+51 | |
2015-10-12 | Rework test script | Boris Kolpackov | 33 | -278/+432 | |
2015-10-12 | Move test script to tests/ | Boris Kolpackov | 1 | -0/+1047 | |