aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2022-05-10 12:04:24 +0200
committerMarco Leise <marco.leise@gmx.de>2022-05-10 12:04:24 +0200
commit8983c7fa48b492bf98c4a9b8162278470587f6ba (patch)
treea1d308848f0c11ca8e1f4fe90a443428261f7cef /README.md
parentMerge branch 'remove-dmd-2.063' (diff)
downloaddlang-8983c7fa48b492bf98c4a9b8162278470587f6ba.tar.gz
dlang-8983c7fa48b492bf98c4a9b8162278470587f6ba.tar.bz2
dlang-8983c7fa48b492bf98c4a9b8162278470587f6ba.zip
Added link to Gentoo documentation on --signoff policy to README.md
Signed-off-by: Marco Leise <marco.leise@gmx.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a6a6d1..0bce9ef 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Import files from libraries are placed in `/usr/include/dlang/<library>/` matchi
## Contributing
If you want to maintain a package or generally help update the repository or have a suggestion, just drop me a [note](mailto:marco.leise@gmx.de). If things move too slowly, I can add you to the team with commit rights. That's better than maintaining your own fork and having people search for updates in multiple places. Should this repository appear abandoned at some point and no one can be reached, please contact the [Gentoo GitHub org](https://github.com/gentoo) that has ownership of it.
-For pull requests please add `--signoff` to your commits. Otherwise they cannot be pushed to Gentoo's Git repository.
+For pull requests please add `--signoff` to your commits. Otherwise they cannot be pushed to Gentoo's Git repository. See: https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin
### When adding new compiler versions
At first there is not much to be done, but once the first arch is stable, it should be added as a compiler option for Dlang packages, by providing a description for its USE-flag in `profile/use.desc` and tying it into `eclass/dlang-compilers.eclass`. This way it knows which compiler release is based on which version of the D language specification, which is crucial for dependency management.