repo not just loose packages, actually
This commit is contained in:
parent
04ab1f5188
commit
d1922aa5c9
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@
|
|||
|
||||
## Packaging
|
||||
|
||||
- The directory for built packages is specified with the `PACKAGES_DIR` environment variable, falling back to `/packages`
|
||||
- They should be placed in `$PACKAGES_DIR/[package name]/`
|
||||
- The package repo is specified with the `REPO_DIR` environment variable, falling back to `/repo`
|
||||
- Packages should be built on the distro they're for, unless there's a specific reason not to.
|
||||
- There should be a branch named after a distro for each distro it's for, e.g. `fedora` for Fedora.
|
||||
- There should be a branch named after the distro for each distro it's for, e.g. `fedora` for Fedora.
|
||||
- Must grab all assets locally, must not *require* getting packages from a URL, even if it's available publicly and easily.
|
||||
- Extra optional functionality like that is okay though.
|
||||
- i.e. can't grab from [here](https://askiiart.net/repos/archives/polycat/), must instead grab from `$COMPILED_DIR/polycat/`
|
||||
- Must update the repo after building the package
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue