Commit Graph

70 Commits

Author SHA1 Message Date
4efbbde335 Improve some JavaScript issues reported by eslint 2021-02-13 17:14:49 +01:00
f040418bdd Avoid checking for failed dependencies when processing the last package of batch 2021-02-13 12:54:01 +01:00
97001740e2 Do enable staging in the current batch when processing the very first package
Likely not really relevant because the function should only be called when
processing the 2nd or further packages. However, this way it seems a little
bit less error prone.
2021-02-13 12:52:54 +01:00
b556c39cd7 Skip the current package when checking for failed dependencies
We usually wouldn't expect a package to depend on itself but the different
packages build as part of one split-package might do.
2021-02-13 12:30:13 +01:00
3fe15fb081 Add missing newline when logging failed makechrootpkg invocation 2021-02-13 12:28:42 +01:00
40d99e3bf0 Improve displaying results from update check with multiple source repos 2021-02-09 17:49:31 +01:00
ab6b940d8e Acknowledge restoring config from cache file correctly 2021-02-09 14:59:40 +01:00
4ac9e729d0 Exclude current db from order computation when detecting unresolved packages 2021-02-09 11:59:23 +01:00
7a8601010e Fix dependency lookup in Database::replacePackages() 2021-02-08 23:54:03 +01:00
5127ca351f Allow ignoring certain dependencies/libraries when checking for problems 2021-02-08 23:54:03 +01:00
6a9589b4a1 Fix dependency matching if pkgrel contains a dot 2021-02-08 23:54:03 +01:00
b06a1dfcd2 Allow considering the regular package when checking for updates 2021-02-08 23:54:03 +01:00
3894d911d7 Fix posting build action to start it later; add basic test for the route 2021-02-08 23:54:03 +01:00
0c8f0b04c2 Experiment with Boost.Beast to use version of async_accept accepting IO ctx
This would make more sense instead of using the (copy of the) same socket
object all the time.
2021-02-08 23:54:03 +01:00
6b274ccc88 Improve log messages 2021-02-08 23:54:03 +01:00
17ab860c8b Don't log all build-action specific output to stderr as well 2021-02-08 23:54:03 +01:00
cfdf980511 Avoid constructing extra string in ConductBuild::dumpBuildProgress() 2021-02-08 23:54:03 +01:00
aa356944da Log process IDs of started sub processes 2021-02-08 23:54:02 +01:00
b647fc79ab Fix parameter of "Keep pkgrel-epoch" option 2021-02-08 23:54:02 +01:00
c1554f4c87 Initial import 2021-02-08 23:53:56 +01:00