.add("name").set(name).up()
.add("description").set("test repository").up()
.add("private").set("false").up()
);
final Repo repo = this.get(coords);
repo.patch(json);
Logger.info(
this, "repository %s created by %s",
coords, this.self
);
return repo;