|
3 năm trước cách đây | |
---|---|---|
Scripts | 3 năm trước cách đây | |
package-system | 3 năm trước cách đây | |
.gitignore | 3 năm trước cách đây | |
LICENSE.txt | 4 năm trước cách đây | |
LICENSE_APACHE2.TXT | 4 năm trước cách đây | |
LICENSE_MIT.TXT | 4 năm trước cách đây | |
NOTICES.txt | 3 năm trước cách đây | |
README.md | 3 năm trước cách đây | |
SPDX-Licenses.csv | 3 năm trước cách đây | |
SPDX-Licenses.json | 3 năm trước cách đây | |
package_build_list_host_darwin.json | 3 năm trước cách đây | |
package_build_list_host_linux.json | 3 năm trước cách đây | |
package_build_list_host_windows.json | 3 năm trước cách đây |
This is where the "sources" (ie, build scripts which make packages) for the O3DE package system are located.
Note that the "sources" of most packages are not actually stored here, most "package sources" actually just consist of a script which fetches the source code (or prebuilt packages) from somewhere else, constructs a temporary folder image for it, and then lets the package system pack that folder up as the package.
In general
Recommendation would be to make any temp packing in a folder called /temp/ so as to use the current git ignores.
Some notable examples
See the documentation (README.md in 3p-package-scripts repo for a full description of how to author packages.)