aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-24 17:08:04 +0200
committerDanilo M. <danix@danix.xyz>2026-06-24 17:08:04 +0200
commitc781f7f6e24d4a104cead1fcc5b1cc79a61f1720 (patch)
tree7464e5a2c79d864f2edc1be0cd79b109459a2364
parentd4ca425543752a370273a96af3f8606ab2b398cb (diff)
downloadsbo-batch-tester-c781f7f6e24d4a104cead1fcc5b1cc79a61f1720.tar.gz
sbo-batch-tester-c781f7f6e24d4a104cead1fcc5b1cc79a61f1720.zip
Add CACHED row to README status-values table
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f32ead..39ba5cb 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,7 @@ sbo-batch-test --dry-run playwright-cli
| Status | Meaning |
|------------------|-----------------------------------------------------------|
| `SUCCESS` | Built and installed. |
+| `CACHED` | Dependency installed from the package cache, not rebuilt. The target is never CACHED. |
| `DOWNLOAD-FAILED`| Source download failed. |
| `MD5-MISMATCH` | Source MD5 did not match the .info. Hard failure. |
| `BUILD-FAILED` | The .SlackBuild failed or produced no package. |