1
0
mirror of synced 2026-02-26 17:13:17 +00:00

modify release notes / scripts for separate medley maiko releases (#436)

* modify release notes / scripts for separate medley maiko releases

* Tweak release notes

* more edits release notes
This commit is contained in:
Larry Masinter
2021-08-28 08:41:33 -07:00
committed by GitHub
parent f4951abf4d
commit b57438983b
3 changed files with 39 additions and 24 deletions

View File

@@ -1,25 +1,24 @@
Each release should have a subset of the medley repo in a file
We've moved to separate releases of medley and maiko.
Just get the latest version of each.
Or, you could pick up the medley release and build your own maiko.
Medley release is here:
`medley-`releasename`.tgz`
and at least one
`maiko-`releasename`.`osname`.`arch`.tgz`
e.g.,
`maiko-$tag.linux.x86_64.tgz`
for each os/arch pair for which we have GitHub "action" runners.
Maiko relese is [here](https://github.com/Interlisp/maiko/releases)
To use (from a shell/terminal window):
1. Unpack the medley tar file
```
tar -xvfz medley-$tag.tgz
tar -xvfz $tag.tgz
```
and the maiko file for your os.arch
```
tar -xvfz maiko-$tag.linux.x86_64.tgz
```
this should leave you with two new directories, `medley` and `maiko`.
x and the maiko file for your os.arch, e.g.,
```
tar -xvfz maiko-210823.linux.x86_64.tgz
```
This should leave you with two directories, `medley` and `maiko`.
Then you can
```
cd medley