25 Commits

Author SHA1 Message Date
a78f9fd563 1.36.3 release 2026-07-30 20:55:08 -04:00
a84ae4273e Add temp debug 2026-07-30 20:38:30 -04:00
93489d2330 Refactor a few routines out of main() 2026-07-30 20:26:55 -04:00
ec3be607a0 Colorize output prefixes 2026-07-30 19:36:42 -04:00
4002dfe900 Standardize textual output 2026-07-30 19:03:41 -04:00
92e987f8d1 Standardize installJRMC output 2026-07-30 18:42:28 -04:00
ad309fcf0b Refactor get_mc_version() and set_mc_vars() 2026-07-30 18:10:09 -04:00
0712110041 Cleanup explicit MC_PKG naming 2026-07-30 17:23:25 -04:00
273b2a51ad Use explicit MC_ARCH for containerized sources 2026-07-30 16:57:17 -04:00
59ae4a4637 Remove deprecated BOARD_IDs for Interact scraping 2026-07-30 16:51:41 -04:00
2c5a59bbac Make rerun() more robust if curl is unavailable 2026-07-30 16:49:46 -04:00
4b2305e637 Due to Cloudflare challenges, remove Interact webscrape method for determining latest MC release 2026-07-30 16:36:53 -04:00
fa45274f79 Specify MC_ARCH in containerized download 2026-07-30 16:10:40 -04:00
daac2a139c 1.36.2 release 2026-07-27 14:57:22 -04:00
9897e766be Move armhf package translation to --compat 2026-07-27 14:54:16 -04:00
ab7f382a1f Add temp debug 2026-07-27 14:47:31 -04:00
94353b2b25 Translate 32-bit ARM host arch to MC arch 2026-07-27 14:43:57 -04:00
fb81bdd398 Add package overrides for 32-bit ARM 2026-07-27 14:34:47 -04:00
0fc45c80b5 Split raspbian from debian and disable legacy repo 2026-07-27 14:29:14 -04:00
e5b312d25b 1.36.1 release 2026-07-19 16:40:44 -04:00
4ffa58727f Append ARM arch to package name and version 2026-07-19 16:34:26 -04:00
0643189803 Use default systemd kill signal 2026-07-10 16:20:17 -04:00
bb72dd2f5c Deprecate mesa-vdpau-drivers-freeworld 2026-07-02 18:22:10 -04:00
153849cca7 1.36.0 release 2026-07-02 16:55:24 -04:00
39c70dd983 1.35.17 release 2026-06-18 19:01:17 -04:00
3 changed files with 289 additions and 275 deletions

View File

@@ -27,7 +27,7 @@ $ installJRMC --help
--compat
Build/install MC locally without minimum dependency version requirements.
--mcversion VERSION
Specify the MC version, ex. "35.0.78" or "35" (default: latest release).
Specify the MC version, ex. "36.0.20" or "35" (default: latest release).
--arch ARCH
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
--mcrepo REPO
@@ -128,8 +128,8 @@ Install the latest version of MC33 from the best available repository with debug
Install a more widely-compatible version of the latest MC version.
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 35.0.78[/code]
Build and install an MC 35.0.78 comptability RPM locally and activate it using the [tt]/path/to/license.mjr[/tt].
[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.20[/code]
Build and install an MC 36.0.20 comptability RPM locally and activate it using the [tt]/path/to/license.mjr[/tt].
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user[/code]

View File

@@ -28,7 +28,7 @@ OPTIONS
--compat
Build/install MC locally without minimum dependency version requirements.
--mcversion VERSION
Specify the MC version, ex. "35.0.78" or "35" (default: latest release).
Specify the MC version, ex. "36.0.20" or "35" (default: latest release).
--arch VERSION
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host).
--mcrepo REPO
@@ -143,9 +143,9 @@ Multiple services (but not `--service-types`) can be installed using multiple `-
Install MC from the repository and start/enable `jriver-mediacenter.service` as a user service.
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 35.0.78`
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 36.0.20`
Build and install an MC 35.0.78 compatibility RPM locally and activate it using the `/path/to/license.mjr`.
Build and install an MC 36.0.20 compatibility RPM locally and activate it using the `/path/to/license.mjr`.
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --webroot-user www-user`

File diff suppressed because it is too large Load Diff