Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

typo #286

Merged
merged 1 commit into from Sep 28, 2016
Merged

typo #286

merged 1 commit into from Sep 28, 2016

Conversation

baijum
Copy link
Contributor

@baijum baijum commented Sep 27, 2016

No description provided.

@baijum
Copy link
Contributor Author

baijum commented Sep 27, 2016

@aslakknutsen please approve and merge it.

@codecov-io
Copy link

codecov-io commented Sep 27, 2016

Current coverage is 48.32% (diff: 100%)

Merging #286 into master will not change coverage

@@             master       #286   diff @@
==========================================
  Files            33         33          
  Lines          1223       1223          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            591        591          
  Misses          592        592          
  Partials         40         40          

Powered by Codecov. Last update cc3aaf8...c62b307

@@ -157,7 +157,7 @@ generate: prebuild-check $(DESIGNS) $(GOAGEN_BIN) $(GO_BINDATA_ASSETFS_BIN) $(GO
$(GOAGEN_BIN) bootstrap -d ${PACKAGE_NAME}/${DESIGN_DIR}
$(GOAGEN_BIN) js -d ${PACKAGE_NAME}/${DESIGN_DIR} -o assets/ --noexample
$(GOAGEN_BIN) gen -d ${PACKAGE_NAME}/${DESIGN_DIR} --pkg-path=github.com/goadesign/gorma
PATH="$$(PATH):$(EXTRA_PATH)" $(GO_BINDATA_ASSETFS_BIN) -debug assets/...
PATH="$(PATH):$(EXTRA_PATH)" $(GO_BINDATA_ASSETFS_BIN) -debug assets/...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to remove this $$ and change it to $. It has a purpose.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently it breaks the make generate
with this error

cd vendor/github.com/goadesign/goa/goagen && go build -v
github.com/almighty/almighty-core/vendor/github.com/dimfeld/httppath
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/dslengine
github.com/almighty/almighty-core/vendor/github.com/manveru/faker
github.com/almighty/almighty-core/vendor/github.com/zach-klippenstein/goregen
github.com/almighty/almighty-core/vendor/github.com/satori/go.uuid
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/version
github.com/almighty/almighty-core/vendor/golang.org/x/tools/go/ast/astutil
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/goagen/utils
github.com/almighty/almighty-core/vendor/github.com/spf13/pflag
github.com/almighty/almighty-core/vendor/gopkg.in/yaml.v2
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/design
github.com/almighty/almighty-core/vendor/github.com/spf13/cobra
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/goagen/codegen
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/goagen/meta
github.com/almighty/almighty-core/vendor/github.com/goadesign/goa/goagen
cd vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs && go build -v
github.com/almighty/almighty-core/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
cd vendor/github.com/jteeuwen/go-bindata/go-bindata && go build -v
github.com/almighty/almighty-core/vendor/github.com/jteeuwen/go-bindata
github.com/almighty/almighty-core/vendor/github.com/jteeuwen/go-bindata/go-bindata
vendor/github.com/goadesign/goa/goagen/goagen bootstrap -d github.com/almighty/almighty-core/design
app
app/contexts.go
app/controllers.go
app/security.go
app/hrefs.go
app/media_types.go
app/user_types.go
app/test
app/test/login_testing.go
app/test/tracker_testing.go
app/test/trackerquery_testing.go
app/test/version_testing.go
app/test/workitem_testing.go
app/test/workitemtype_testing.go
tool/cli
tool/cli/commands.go
client
client/client.go
client/login.go
client/tracker.go
client/trackerquery.go
client/version.go
client/workitem.go
client/workitemtype.go
client/user_types.go
client/media_types.go
swagger
swagger/swagger.json
swagger/swagger.yaml
vendor/github.com/goadesign/goa/goagen/goagen js -d github.com/almighty/almighty-core/design -o assets/ --noexample
assets/js
assets/js/client.js
assets/js/axios.min.js
vendor/github.com/goadesign/goa/goagen/goagen gen -d github.com/almighty/almighty-core/design --pkg-path=github.com/goadesign/gorma

PATH="$(PATH):vendor/github.com/jteeuwen/go-bindata/go-bindata" vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/go-bindata-assetfs -debug assets/...
/bin/sh: PATH: command not found

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kwk: may i know the purpose for $$ ?

@kwk kwk merged commit 571d7ff into fabric8-services:master Sep 28, 2016
@baijum
Copy link
Contributor Author

baijum commented Sep 28, 2016

I wonder why this typo in the first place never produced build fail in Jenkins!

@baijum
Copy link
Contributor Author

baijum commented Sep 28, 2016

In fact, there was an error in the Jenkins build. But exit code was zero!
path-error

@baijum baijum deleted the typo branch November 5, 2016 08:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants