Commit bc33fce
authored
chore(scoop): remove stale draft manifests; bucket repo is authoritative (#2767)
The Scoop draft generator at tools/distribution-drafts/scoop/ produced
two .json manifests intended to be copied into wheels-dev/scoop-wheels
at bucket setup time. After the inline-JDK rework in scoop-wheels@3f22250
(May 18), the bucket grew its own self-hosted autoupdate workflow and
diverged from this draft on every meaningful axis:
- inline JDK as 5th URL vs. external `depends: java/openjdk21`
- real auto-bumped hashes vs. placeholder zeros
- self-hosted autoupdate workflow vs. Scoop built-in `autoupdate` block
- JAVA_HOME fallback + direct `java -jar` invocation in wrapper
(scoop-wheels#6) vs. `call lucli.bat` here
The parent README originally framed this directory as a "useful diff
signal during release reviews" -- in practice nobody acted on the
divergence between May 18 and today (two snapshot releases later),
and the stale drafts only added a misleading second source-of-truth.
wheels#2765 surfaced the gap when a user hit a wrapper bug that had
already been quietly fixed-then-undone in the divergence.
Delete the scoop subdirectory and trim the two scoop rows + the
keep-or-remove paragraph from the parent README. Bucket is now the
unambiguous home; structural changes happen there directly.
No CI consumed these files -- release.yml only references
linux-packages/apt-repo/yum-repo from this tree. scoop-wheels#6 (the
wrapper fix) and scoop-wheels#7 (tracking) remain valid in the bucket
repo.
Closes wheels#2765
Signed-off-by: Peter Amiri <peter@alurium.com>1 parent 9620085 commit bc33fce
12 files changed
Lines changed: 13 additions & 1296 deletions
File tree
- tools/distribution-drafts
- scoop
- vendor/wheels/tests/specs/cli
- web/sites/guides/src/content/docs
- v4-0-0
- command-line-tools
- start-here
- v4-0-1-snapshot
- command-line-tools
- start-here
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
This file was deleted.
0 commit comments