Page MenuHomePhabricator

Move blubber to phabricator repo
Closed, ResolvedPublic

Description

Blubber currently lives in github would be a good time to move it to phab: https://github.com/marxarelli/blubber

Event Timeline

thcipriani triaged this task as Medium priority.May 10 2017, 5:36 PM
thcipriani moved this task from Backlog to Build PoC on the Release Pipeline board.

Hmm... now to wrestle with import paths.

import (
  "github.com/marxarelli/blubber/config"
)

Should become?

import (
  "phabricator.wikimedia.org/source/blubber/config"
)

But I serious doubt go get will work with this. I'll have to experiment.