2024-01-16 21:05:00 +00:00
|
|
|
# matter-base
|
|
|
|
This script is used for building release archives.
|
|
|
|
|
|
|
|
### Usage
|
2024-08-12 00:07:34 +00:00
|
|
|
Note that you will need to install and configure
|
|
|
|
[`matt`](https://git.matterlinux.xyz/matterlinux/matt) before using
|
2024-01-16 21:05:00 +00:00
|
|
|
`matter-base`.
|
|
|
|
|
|
|
|
To use the `matter-base` script, specify a temporary target
|
|
|
|
directory, it will be cleaned after the build. The final archive
|
|
|
|
will be named after the directory. For example:
|
|
|
|
```
|
2024-08-12 00:07:34 +00:00
|
|
|
matter-base matterlinux_24.00
|
2024-01-16 21:05:00 +00:00
|
|
|
```
|
|
|
|
This will create an arhcive named `matterlinux_24.00.tar.gz`
|