2024-01-17 00:05:00 +03:00
|
|
|
# matter-base
|
|
|
|
This script is used for building release archives.
|
|
|
|
|
|
|
|
### Usage
|
2024-08-12 03:07:34 +03:00
|
|
|
Note that you will need to install and configure
|
|
|
|
[`matt`](https://git.matterlinux.xyz/matterlinux/matt) before using
|
2024-01-17 00:05:00 +03: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 03:07:34 +03:00
|
|
|
matter-base matterlinux_24.00
|
2024-01-17 00:05:00 +03:00
|
|
|
```
|
|
|
|
This will create an arhcive named `matterlinux_24.00.tar.gz`
|