Replace evobuild with solbuild
This commit is contained in:
parent
1b18ace393
commit
ce11572e70
|
@ -6,7 +6,7 @@ We assume you already have a working knowledge of Linux based systems, and are a
|
|||
|
||||
### Supported targets
|
||||
|
||||
You may either build natively on your Solus installation using the `ypkg` tool directly, or or on supported distributions in a chroot environment via the `evobuild` tool. Please note that in order to use `evobuild` from other distributions, your
|
||||
You may either build natively on your Solus installation using the `ypkg` tool directly, or or on supported distributions in a chroot environment via the `solbuild` tool. Please note that in order to use `solbuild` from other distributions, your
|
||||
kernel must support `overlayfs`, which must be enabled and loaded.
|
||||
|
||||
### Overview
|
||||
|
|
|
@ -69,7 +69,7 @@ When submitting a change `package.yml`, it must be accompanied by its correspond
|
|||
|
||||
When providing a new version of a package, or a fix, always ensure you increment the `release` number by 1. This ensures that users of your package are correctly updated to the latest version.
|
||||
|
||||
Never submit a package without having first tested it, and ensuring it builds within `evobuild`, a clean chroot environment.
|
||||
Never submit a package without having first tested it, and ensuring it builds within `solbuild`, a clean chroot environment.
|
||||
|
||||
### Generating a Package.yml
|
||||
|
||||
|
|
Reference in New Issue