You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/31 02:10:08 UTC

[GitHub] mrutkows commented on issue #415: dependent packages requires manifest.yml and doesn't support manifest.yaml

mrutkows commented on issue #415: dependent packages requires manifest.yml and doesn't support manifest.yaml
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/415#issuecomment-326169027
 
 
   @lzbj @priti Please see that we no longer use hardcoded "manifest.yaml" in any function when possible.  See grep:
   
   ``
   grep -r "\"manifest.yaml" . --include=*.go
   ./cmd/add.go:		parsers.Write(maniyaml, "manifest.yaml")
   ./cmd/add.go:		parsers.Write(maniyaml, "manifest.yaml")
   ./cmd/add.go:		parsers.Write(maniyaml, "manifest.yaml")
   ./cmd/init.go:		parsers.Write(maniyaml, "manifest.yaml")
   ./cmd/root.go:		if _, err := os.Stat(path.Join(projectPath, "manifest.yaml")); err == nil {
   ./deployers/shared.go:const ManifestFileNameYaml = "manifest.yaml"
   ./parsers/manifest_parser.go:	if _, err := os.Stat("manifest.yaml"); err == nil {
   ./parsers/manifest_parser.go:		dat, _ := ioutil.ReadFile("manifest.yam")
   
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services