diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-03-30 11:46:28 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-03-31 10:11:37 +0200 |
commit | d41571ce170bce6f9e87e01ebf9292f4372ce3c6 (patch) | |
tree | b9be5bcb129cc3f16b9fe3d83019e08c928a8251 /CONTRIBUTING.md | |
parent | [#2371] update version in configure.ac (diff) | |
download | kea-d41571ce170bce6f9e87e01ebf9292f4372ce3c6.tar.xz kea-d41571ce170bce6f9e87e01ebf9292f4372ce3c6.zip |
[#2116] remove cql code
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac7ec2e0c5..f8176e16b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -175,9 +175,9 @@ such long periods, code tends to be refactored several times. The change you mad some other change or by the code that hasn't been written yet. See Building Kea with Unit Tests for instructions on how to run unit-tests. If you happen to touch -any database related code, make sure you compile your code with –with-mysql, –with-pgsql and/or -–with-cql as needed. For example, if you change something substantial, make sure the other -compilation options still work. +any database related code, make sure you compile your code with –with-mysql and/or –with-pgsql as +needed. For example, if you change something substantial, make sure the other compilation options +still work. If you happen to add new files or have modified any Makefile.am files, it is also a good idea to check if you haven't broken the distribution process: @@ -192,8 +192,8 @@ enable various additional consistency checks that reduce performance but help du you happen to modify anything in the documentation, use `–-enable-generate-docs`. If you are modifying DHCP code, you are likely to be interested in enabling a non-default database backends for DHCP. Note that if the backend is not enabled, the database-specific unit-tests are skipped. To -enable the MySQL backend, use the switch `–with-mysql`; for PostgreSQL, use `–with-pgsql` and for -Cassandra use `--with-cql`. A complete list of all switches can be obtained with the command: +enable the MySQL backend, use the switch `–with-mysql`; for PostgreSQL, use `–with-pgsql`. +A complete list of all switches can be obtained with the command: ```bash ./configure --help |