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

  • Add your SSH key to github. Click on your profile icon, settings, ssh and gpg keys (or go directly to https://github.com/settings/profile/keys), upload your ssh key there.

  • Clean up your existing repository:

git checkout master
git clean -fxd
git pull
  • Add gitlab as an additional repository:
git remote add github [email protected]:isc-projects/kea.git
  • Pull any changes (since github master is synced with ISC internal repo, there shouldn't be any)
git fetch github

Working on an issue

  • pick up a ticket in trac that you want to copy. Mark it somehow in that that it's being handeld in github.
  • create issue on github: https://github.com/isc-projects/kea/issues, click new issue. Make sure it's assigned to Kea1.5 milestone. Assign labels as necessary. Add new label if needed.
  • Assign the issue to yourself.
  • View issues currently assigned to you. Go to issues (https://github.com/isc-projects/kea/issues, click on author and click on your login).
Clone this wiki locally