projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873a6f1
)
Update import path in snapcraft.yaml due to the org transition
author
digitalcraftsman
<digitalcraftsman@users.noreply.github.com>
Tue, 13 Jun 2017 17:28:34 +0000
(19:28 +0200)
committer
GitHub
<noreply@github.com>
Tue, 13 Jun 2017 17:28:34 +0000
(19:28 +0200)
snapcraft.yaml
patch
|
blob
|
history
diff --git
a/snapcraft.yaml
b/snapcraft.yaml
index f55d1c996359247ef094de46ad09eeac6a5d338e..3fab5c9fffe62b10cd3d4b95b1dbaf6bea6dceed 100644
(file)
--- a/
snapcraft.yaml
+++ b/
snapcraft.yaml
@@
-17,7
+17,7
@@
parts:
hugo:
source: .
plugin: go
- go-importpath: github.com/
spf13
/hugo
+ go-importpath: github.com/
gohugoio
/hugo
build-packages:
- git
- make
@@
-26,7
+26,7
@@
parts:
prepare: |
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
export PATH=$GOPATH/bin:$PATH
- cd $GOPATH/src/github.com/
spf13
/hugo
+ cd $GOPATH/src/github.com/
gohugoio
/hugo
make vendor
make test
rm -f $GOPATH/bin/govendor