AJ ONeal
0861ebc8b8
ref(releases.conf): collapse source/owner/repo into single keys
...
Source type is now inferred from the primary key:
github_repo = owner/repo (was source=github + owner + repo)
git_url = https://... (was source=gittag + url)
gitea_repo = owner/repo (was source=gitea + owner + repo)
hashicorp_product = name (was source=hashicorp + product)
One-off dist sources (nodedist, zigdist, etc.) keep the explicit
source= key since they're already one-liners.
Parser still accepts the old format via the default fallback branch.
2026-03-11 01:05:08 -06:00
AJ ONeal
e1bfad0bb8
fix(git): filter to MinGit assets only, exclude busybox
...
Node.js releases.js only keeps MinGit assets and excludes busybox.
Add asset_filter and exclude to releases.conf to match.
Remaining diff: version normalization (.windows.N suffix stripping)
and data freshness (Go missing .windows.2 releases).
2026-03-10 18:21:19 -06:00
AJ ONeal
39c136caa3
feat: whitespace-delimited releases.conf, variant tagging
...
- Switch installerconf parser from comma to whitespace delimiters
- Add asset_exclude as alias for exclude (fixes hugo)
- Add variants key (documentation cue, detection in Go code)
- Add per-package variant taggers: bun (profile, amd64v3 arch),
pwsh (fxdependent), ollama (rocm, jetpack5/6), git (installer),
node (msi installer), lsd (deb, msvc), fish (pkg), xcaddy (deb)
- Update releases.conf files with variant declarations
2026-03-10 13:30:33 -06:00
AJ ONeal
2c3b21a5ae
add releases.conf for all GitHub and nodedist packages
...
Declarative key=value config files that specify the release source
(github or nodedist), owner/repo, and optional tag_prefix for
monorepo packages. These replace the per-package releases.js logic
for the Go rewrite.
2026-03-09 22:27:02 -06:00
AJ ONeal
8f9b9da4a3
chore: npm run fmt
2026-03-08 19:38:49 -06:00
AJ ONeal
2010c62226
ref(githubish): automated removal of unused request
2024-10-14 09:03:22 +00:00
AJ ONeal
c4a6d74776
doc(git): update reasonable defaults
2024-09-15 15:56:43 -06:00
AJ ONeal
dc1ab03aeb
ref(releases): add classification helpers: _names, _version, _filenames
2023-11-14 12:10:04 -07:00
AJ ONeal
afd490e47f
ref(sh): check exit code rather than stdout
2023-10-30 18:02:55 -06:00
AJ ONeal
37bd443310
doc(git): various minor corrections, including git switch
2023-10-28 19:59:34 -06:00
RubenRam
e2b3f3370a
doc(git): update README Files section
2023-10-28 19:47:32 -06:00
AJ ONeal
3d51b8373a
chore(pwsh): lint+fix
2023-10-18 02:10:55 -06:00
AJ ONeal
f98086b38e
chore(pwsh): fmt
2023-10-18 02:10:55 -06:00
AJ ONeal
efb67109fb
ref!: replace pathman with PowerShell [Environment]::SetEnvironmentVariable
2023-05-09 00:04:59 +00:00
AJ ONeal
0024f69109
doc: replace ``txt blocks with ``text blocks
2023-02-26 05:57:14 +00:00
AJ ONeal
5b6b700943
fix: replace 'uname -a' with 'uname -srm' for OS/Arch detection
2023-02-11 21:57:39 +00:00
Shyam Mahajan
9c38a0124c
lint(sh): removed redundant [ around if blocks ( fix #500 , SC2143)
2022-08-24 04:46:12 +00:00
AJ ONeal
d2fdc7b41a
refactor!(posix): use posix shebang #!/bin/sh ( fix #494 )
2022-08-21 07:10:33 +00:00
Marcin Woźniak
48a16a315e
refactor!(posix): replace simple [[ with [ (partial fix for #465 )
2022-08-21 03:06:08 +00:00
brij
fdeefd7e75
refactor(posix): remove function prefixes from all shell files
2022-08-18 15:10:58 +00:00
MoNakouzi
82af8b46a4
docs: replace ``bash with ``sh in all .md files
2022-08-15 20:45:43 +00:00
AJ ONeal
1c757ef9b1
docs(ps1): remove dead comment about missing WEBI_UA
2021-12-05 05:01:41 +00:00
AJ ONeal
894562bc0c
refactor!: namespace downloads to ~/Downloads/webi on Windows
2021-11-15 11:28:53 +00:00
AJ ONeal
b944f3cb25
bugfix(Windows): make sure ~/Downloads exists
2021-11-15 11:28:53 +00:00
AJ ONeal
20dea82a28
docs: update 'Updating' sections with new format
2021-08-15 05:57:26 +00:00
AJ ONeal
9f0c410a8e
docs: fix typo in linux installer help text
2021-04-26 08:24:32 +00:00
AJ ONeal
5be42d10d3
bugfix: git installer: don't invoke install function with ()
2021-04-26 08:15:35 +00:00
AJ ONeal
3f64f8b9c5
cleanup: */install.ps1 add out-null to all New-Item calls
2021-04-26 07:10:08 +00:00
AJ ONeal
79818b7628
git: show either the Mac or the Linux message (not both)
2021-03-29 21:37:54 +00:00
Pratyush Saxema
ee34ace0de
changes made
...
changes made as per request
all set
2020-09-07 16:20:37 +05:30
AJ ONeal
3e88528302
better error message for Mac and Linux
2020-07-13 10:27:38 -06:00
AJ ONeal
c77b2afba8
add webi dat dat dat
2020-07-09 11:46:17 +00:00
AJ ONeal
78e8eecd84
add rebase by default
2020-07-04 23:28:48 +00:00
AJ ONeal
58841a3003
switch to unix-style paths because... powershell?
2020-07-04 22:00:30 +00:00
AJ ONeal
0992237499
note on rebase
2020-07-04 07:57:37 +00:00
AJ ONeal
2b0e9521df
add cheat sheet
2020-07-04 07:55:02 +00:00
AJ ONeal
a9f17e551d
switch Windows to to Env:USERPROFILE
2020-07-04 07:19:14 +00:00
AJ ONeal
85a231cc55
add git and golang for windows, fix some PATH stuff
2020-07-04 06:57:53 +00:00