build+ci: switch to python3

Also in this commit:
 * Sync CI scripts with other projects
 * Build examples in CI
 * Delete unused code coverage script
 * Cleanup README.md and INSTALL.md

Refs: #5095
Change-Id: If07c68487126e242c027b46bd597ff7932f526fd
13 files changed
tree: dbf08ad60e9cbd6a7e555a96bcfaec9890141855
  1. .jenkins.d/
  2. .waf-tools/
  3. examples/
  4. src/
  5. systemd/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .mailmap
  11. .travis.yml
  12. AUTHORS.md
  13. COPYING.md
  14. INSTALL.md
  15. README-dev.md
  16. README.md
  17. repo-ng.conf.sample
  18. waf
  19. wscript
README.md

repo-ng: Next generation NDN repository

Language Build Status

repo-ng is an implementation of a Named Data Networking (NDN) data repository, and follows the Repo protocol.

repo-ng uses ndn-cxx as the NDN development library, and sqlite as the underlying storage engine.

Installation

See INSTALL.md for build instructions.

Reporting bugs

Please submit any bug reports or feature requests to the repo-ng issue tracker.

Contributing

We greatly appreciate contributions to the repo-ng code base, provided that they are licensed under the GPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.

License

ndn-tools is an open source project licensed under the GPL version 3. See COPYING.md for more information.