summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2018-07-30 15:26:45 -0700
committerDan Duvall <dduvall@wikimedia.org>2018-07-31 12:22:55 -0700
commit80936122c749199bb9a376a23ae85e45c4abebe0 (patch)
tree410d920d49b45ce89bbd487e0793ccc72fb6a493 /build
parentaba163aa5a762a497a5b7a0f1a43fb756c916d64 (diff)
downloadblubber-80936122c749199bb9a376a23ae85e45c4abebe0.tar.gz
Change import paths from Phabricator to Gerrit
All import paths and other references to the previously Blubber repo in Phabricator have been changed to point to the new Gerrit project URL. Note that building or testing against this change will require you to move your working directory to `$GOPATH/src/gerrit.wikimedia.org/r/blubber`. Contribution documentation was updated to reflect the changes, and the `.arcvendor` submodule has been removed. Bug: T200452 Change-Id: I3ab23e420b2825e86e2bd7c9b3da9d4de23edaa1
Diffstat (limited to 'build')
-rw-r--r--build/instructions_test.go2
-rw-r--r--build/macros_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/instructions_test.go b/build/instructions_test.go
index 561bf80..7cc2b20 100644
--- a/build/instructions_test.go
+++ b/build/instructions_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert"
- "phabricator.wikimedia.org/source/blubber/build"
+ "gerrit.wikimedia.org/r/blubber/build"
)
func TestRun(t *testing.T) {
diff --git a/build/macros_test.go b/build/macros_test.go
index c5066a6..7b656b1 100644
--- a/build/macros_test.go
+++ b/build/macros_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert"
- "phabricator.wikimedia.org/source/blubber/build"
+ "gerrit.wikimedia.org/r/blubber/build"
)
func TestApplyUser(t *testing.T) {