diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 20:24:57 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 20:24:57 +0200 |
commit | 8b075bf0a9e81fcc0536eff9aa18313c42915d88 (patch) | |
tree | b885920f8642250a1b28fc0bcc010d5563fda616 /etc | |
parent | e7c6f23b0e999c4700464157d7994908bf4ae7a1 (diff) | |
download | midipix_build-8b075bf0a9e81fcc0536eff9aa18313c42915d88.tar.bz2 midipix_build-8b075bf0a9e81fcc0536eff9aa18313c42915d88.tar.xz |
groups.d/dev_packages.group: copy all group variables from native_packages.
subr.ex/ex_pkg.subr:ex_pkg_copy_group_vars(): initial implementation.
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md index 98f1d35b..38206285 100644 --- a/etc/README.md +++ b/etc/README.md @@ -342,7 +342,14 @@ build groups without taking ownership thereof, if ``owner`` is specified, the de group owns all of its packages. If ``noauto`` is specified, the build group will not be added to the list of build groups to build by default, if ``auto`` is specified, the build group will be added to the list of build groups to build by default. - + +If a build group that specifies ``copy`` should copy all of its build group variables from another +build group, use the following code: + +```shell +ex_pkg_copy_group_vars "<source group name>" "<destination group name>"; +``` + Additionally, single package files may be added beneath ``groups.d/[0-9][0-9][0-9].<group name>.d/``, named ``<package name>.package`` containing the package's variables, with the following epilogue, the parameters enclosed in square brackets being optional: |