Disambiguate "marking build as succeeded" message
[?]
Apr 13, 2016, 11:42 AM
3BKPZ52C6FZZSVYTHLH6DF45P5AW35ROXCFMIGC5I56THD6B5LPQCDependencies
- [2]
BG6PEOB2Make the output size limit configurable - [3]
5AIYUMTBBasic remote building - [4]
HUUZFPPKFix race between the queue monitor and the builder threads - [5]
HPJKBFZ4Handle concurrent finishing of the same build - [6]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [7]
MHVIT4JYSplit hydra-queue-runner.cc more - [8]
UNVMKJV5Unify build and step status codes - [9]
24BMQDZAStart of single-process hydra-queue-runner - [10]
FITVNQ2SKeep track of the time we spend copying to/from build machines - [11]
GKZN4UV7Make the queue monitor more robust, and better debug output - [12]
62MQPRXCPass null values to libpqxx properly
Change contents
- replacement in src/hydra-queue-runner/builder.cc at line 228
for (auto & b : direct)for (auto & b : direct) {printMsg(lvlInfo, format("marking build %1% as succeeded") % b->id); - edit in src/hydra-queue-runner/builder.cc at line 232
} - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 356
printMsg(lvlInfo, format("marking build %1% as succeeded") % build->id); - edit in src/hydra-queue-runner/queue-monitor.cc at line 168
printMsg(lvlInfo, format("marking build %1% as succeeded (cached)") % build->id);