I have written one of my 'build' files (make files) that grabs Drupal core and my install profile from git.mig5.net:
core = 6.x
projects[] = drupal
projects[feature_server][type] = "profile"
projects[feature_server][download][type] = "git"
projects[feature_server][download][url] = "git://git.mig5.net/drupal/profiles/feature_server"
As always, the install profile itself, once cloned from git, contains its own make file that grabs all the other components and puts them into place. It's based on Young's own featureserver.make file