index
:
bpkg
0.2
bindist
build2-config
buildfile-install
ci
dep-config
dep-config-bak
dep-config-neg
dep-config-neg.bak
dep-config-take-1
dep-config.bak
dep-doc
dnf5
hidden-config-class
inproc-configure
mask-repos-old
master
status-all
sys-install
sys-install-fedora.bak
sys-install-multiple-versions
build2 package dependency manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-25
Scratch plan on refinement caused by dependency up/down-grade/drop if any con...
Karen Arutyunov
3
-51
/
+1092
2023-09-25
Fix configuration negotiation not to yo-yo due to dependency collection postp...
Karen Arutyunov
1
-330
/
+1662
2023-09-25
Disable in-place version replacement in pkg-build since sometimes it is appli...
Karen Arutyunov
1
-4
/
+682
2023-09-25
Fix configuration negotiation for cases when existing dependent collection is...
Karen Arutyunov
1
-0
/
+404
2023-09-25
Fix pkg-build not to issue 'unable to reconfigure dependent' instead of 'unab...
Karen Arutyunov
1
-0
/
+41
2023-09-25
Fix configuration negotiation to throw postpone_dependency for collected depe...
Karen Arutyunov
1
-0
/
+455
2023-09-25
Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...
Karen Arutyunov
7
-553
/
+843
2023-09-20
Use bsdtar instead of tar in tests on Windows to sidestep msys-related issues
Karen Arutyunov
3
-11
/
+16
2023-08-04
Add support for specifying package archive and directory as a dependency for ...
Karen Arutyunov
2
-167
/
+1669
2023-08-04
Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d...
Karen Arutyunov
1
-0
/
+62
2023-08-04
Fix pkg-fetch which failed to re-fetch same package version in --replace mode
Karen Arutyunov
1
-1
/
+8
2023-07-31
Fix unexpected 'no package available for dependency' error when building from...
Karen Arutyunov
4
-8
/
+223
2023-07-28
Add another test case for pkg_configure() flaws
Karen Arutyunov
3
-3
/
+52
2023-07-28
Fix inability to fetch repository containing toolchain-unsatisfied packages (...
Karen Arutyunov
11
-0
/
+157
2023-07-28
Fix unexpected 'manual configuration of dependents with prefer or require cla...
Karen Arutyunov
8
-17
/
+248
2023-07-25
Fix test which fails on Windows for config.bpkg.tests.remote=true
Karen Arutyunov
1
-0
/
+2
2023-07-20
Fix re-evaluating multiple existing dependents with config clause of common d...
Karen Arutyunov
1
-0
/
+101
2023-07-19
Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi...
Karen Arutyunov
2
-4
/
+110
2023-06-24
Search for stubs in all configurations/repositories as a fallback when build ...
Karen Arutyunov
1
-24
/
+18
2023-06-22
Change 'deorphan' to 'replace' in build plan
Karen Arutyunov
1
-54
/
+54
2023-06-22
Fix pkg-build test
Karen Arutyunov
1
-1
/
+1
2023-06-21
Add --mask-repository-uuid pkg-build option
Karen Arutyunov
2
-8
/
+35
2023-06-19
Add --dependent-exit pkg-drop option
Karen Arutyunov
1
-2
/
+5
2023-06-19
Add --mask-repository pkg-build option
Karen Arutyunov
1
-0
/
+778
2023-06-15
Add --deorphan pkg-build option
Karen Arutyunov
26
-1
/
+1510
2023-06-01
Increment version iteration number for selected non-external package regardle...
Karen Arutyunov
2
-28
/
+41
2023-05-30
Add progress indication for verifying and fixing up symlinks in pkg-checkout
Karen Arutyunov
2
-1
/
+11
2023-05-30
Document package-description* and changes-type manifest values and adapt test...
Karen Arutyunov
1
-0
/
+1
2023-05-23
Postpone failure due to unsatisfied dependency constraint for existing dependent
Karen Arutyunov
1
-23
/
+56
2023-04-18
Fix more 'dropping no longer used variable' warning in tests
Karen Arutyunov
2
-1
/
+1
2023-04-17
Add test for config variable overrides specified globally for pkg-build
Karen Arutyunov
1
-26
/
+61
2023-04-15
Fix 'dropping no longer used variable' warning in tests
Karen Arutyunov
36
-2
/
+56
2023-02-01
Implement system package manager query and install support for Debian
Boris Kolpackov
3
-2
/
+10
2022-12-12
Adapt to butl::b_info() API change
Karen Arutyunov
2
-6
/
+5
2022-11-18
Adjust to low verbosity diagnostics changes
Boris Kolpackov
1
-1
/
+1
2022-08-15
Improve diagnostics for unknown system package
Boris Kolpackov
2
-11
/
+25
2022-07-20
Fix test to properly work with MinGW runtime
Karen Arutyunov
1
-1
/
+1
2022-07-20
Add --all and --all-pattern options to pkg-drop command
Karen Arutyunov
1
-0
/
+61
2022-07-18
Select next dependency alternative on dependency configuration negotiation fa...
Karen Arutyunov
4
-1
/
+377
2022-07-14
Invent reused-only dependency alternative selection mode
Karen Arutyunov
1
-1
/
+17
2022-07-13
Add support for build-file package manifest value
Karen Arutyunov
2
-0
/
+0
2022-07-08
Fix some tests to match canned command line semantics
Karen Arutyunov
4
-4
/
+4
2022-07-07
Use [cmdline] type for canned commands in testscripts
Karen Arutyunov
12
-40
/
+41
2022-06-28
Don't explicitly update user-selected dependency packages in pkg-build
Karen Arutyunov
1
-76
/
+7
2022-06-28
Print dependents for newly built user-selected dependencies in pkg-build's plan
Karen Arutyunov
1
-29
/
+29
2022-06-28
Fix pkg-build to update re-evaluated dependents if requested
Karen Arutyunov
1
-3
/
+71
2022-06-23
Add support for additional *-build package manifest values and alternative bu...
Karen Arutyunov
3
-5
/
+5
2022-06-20
Implement dependency configuration negotiation
Boris Kolpackov
155
-25
/
+8777
2022-05-31
Reorder tar options in tests
Boris Kolpackov
1
-4
/
+4
2022-05-30
Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tar
Boris Kolpackov
2
-5
/
+5
[next]