1
0
mirror of synced 2026-01-25 20:06:44 +00:00

Second try release scripts

This commit is contained in:
Larry Masinter
2021-03-19 12:15:39 -07:00
committed by Larry Masinter
parent 7d8efbdfd6
commit 945ffe56f8
4 changed files with 77 additions and 0 deletions

28
release-notes.md Normal file
View File

@@ -0,0 +1,28 @@
Each release should have a subset of the medley repo in a file
`medley-`releasename`.tgz`
and at least one
`maiko-`releasename`.`osname`.`arch`.tgz`
e.g.,
`maiko-v3.5.1.6.linux.x86_64.tgz`
for each os/arch pair for which we have GitHub "action" runners.
To use (from a shell/terminal window):
1. Unpack the medley tar file
```
tar -xvfz medley-v3.5.1.6.tgz
```
and the maiko file for your os.arch
```
tar -xvfz maiko-v3.5.1.6.linux.x86_64.tgz
```
this should leave you with two new directories, `medley` and `maiko`.
Then you can
```
cd medley
./run-medley -full
```