Skip to content
Tomek Mrugalski edited this page Jul 9, 2018 · 5 revisions

This page describes experiments the Kea team is conducting to find a viable Trac replacement.

NOTE: This is an experiment.

Github setup

  • Clean up your existing repository:
git checkout master
git clean -fxd
git pull
  • Add gitlab as an additional repository:
git remote add github https://github.com/isc-projects/kea
  • Pull any changes (since github master is synced with ISC internal repo, there shouldn't be any)
git fetch github
Clone this wiki locally