Commit Graph

40 Commits

Author SHA1 Message Date
AJ ONeal
23100394ac ref(installerconf): rename config keys and add full URL support
Renames:
- github_repo → github_releases (back-compat kept)
- github_source → github_sources (back-compat kept)
- gitea_repo → gitea_releases (back-compat kept)

New keys:
- gitea_sources, gitlab_releases, gitlab_sources

All keys now accept either owner/repo shorthand or full URLs:
- github_releases = sharkdp/bat
- github_releases = https://github.com/sharkdp/bat
- gitea_releases = https://git.rootprojects.org/root/pathman

Defaults: github → github.com, gitlab → gitlab.com.
Gitea has no default (self-hosted only).

Updated all 73 releases.conf files from github_repo to github_releases.
2026-03-11 11:51:43 -06:00
AJ ONeal
bd3bd85e43 feat(installerconf): github_source packages include git_url for clone fallback
git_url is now a standalone field that can appear alongside any source
type. For githubsource packages, it adds a git clone entry per release
in addition to the tarball and zipball. Updated aliasman, duckdns.sh,
and serviceman configs.
2026-03-11 11:46:59 -06:00
AJ ONeal
0ae4d01d75 fix(classifypkg): separate github, githubsource, and gittag strategies
Three distinct fetch/classify strategies:
- github: binary assets only, no source entries
- githubsource: tarball + zipball from GitHub releases API
- gittag: git clone + tag enumeration (existing)

GitHub binary packages (caddy, jq, shellcheck, etc.) no longer get
spurious .git and source tarball entries for old releases that had
no binary uploads. Source-installable packages (aliasman, duckdns.sh,
serviceman) now use github_source in releases.conf.
2026-03-11 11:42:35 -06:00
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
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
d666a860d1 chore(serviceman): remove junk debug log 2025-01-25 00:18:04 +00:00
AJ ONeal
3995b7e568 feat(serviceman): update for v0.9 2024-12-16 00:59:45 +00:00
AJ ONeal
2010c62226 ref(githubish): automated removal of unused request 2024-10-14 09:03:22 +00:00
AJ ONeal
23cbb707e9 doc(serviceman): add service file locations, revamped cheat sheet, add ToC 2023-11-02 10:42:27 -06:00
RubenRam
cb5b355c07 doc(serviceman): update README Files section 2023-11-02 09:59:07 -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
0024f69109 doc: replace ``txt blocks with ``text blocks 2023-02-26 05:57:14 +00:00
AJ ONeal
d2fdc7b41a refactor!(posix): use posix shebang #!/bin/sh (fix #494) 2022-08-21 07:10:33 +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
Marcin Woźniak
4c539f3bd2 chore(sh): remove more unnecessary 'echo' from all scripts (fix #466) 2022-08-15 20:33:32 +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
3f64f8b9c5 cleanup: */install.ps1 add out-null to all New-Item calls 2021-04-26 07:10:08 +00:00
AJ ONeal
46445e9382 cleanup: shfmt, shellcheck, and whitespace 2021-04-26 07:03:47 +00:00
ishanpan
dbeef945f5 cleanup ps1 2021-04-26 04:52:11 +00:00
AJ ONeal
bd7309fd6e move serviceman to github releases 2020-12-02 16:31:18 -07:00
AJ ONeal
c77b2afba8 add webi dat dat dat 2020-07-09 11:46:17 +00:00
AJ ONeal
42b2963ee0 how to list and restart services 2020-06-26 09:49:12 +00:00
AJ ONeal
79d4e2652d show ./server.js explicitly 2020-06-26 09:10:41 +00:00
AJ ONeal
13d30cd4c7 add launcher examples 2020-06-26 07:00:50 +00:00
AJ ONeal
06edfb6d45 docs cleanup 2020-06-26 06:49:35 +00:00
AJ ONeal
51787b192e it's --dryrun, not --dry-run 2020-06-26 06:39:49 +00:00
AJ ONeal
d32b7bdd44 update docs 2020-06-26 06:32:22 +00:00
AJ ONeal
eeaa8db394 update (almost) all taglines and descs 2020-06-17 00:10:00 +00:00
AJ ONeal
5e0debf4c5 generalize, a lot 2020-06-16 10:45:54 +00:00
AJ ONeal
aca704f2d3 burn the logs and use 'install.bash' 2020-05-06 03:28:55 +00:00
AJ ONeal
3c08ddc94b bug fixes 2020-05-04 11:30:42 +00:00
AJ ONeal
c23fe8d5a4 update descriptions 2020-05-03 04:45:10 +00:00
AJ ONeal
77be4eb172 add examples 2020-04-28 00:11:18 +00:00
AJ ONeal
9feeb53214 add homepage 2020-04-27 03:14:38 +00:00
AJ ONeal
67ba4bb616 add installers 2020-04-25 20:55:17 +00:00