dyllandry opened a new issue #325: URL: https://github.com/apache/openwhisk-devtools/issues/325
I'd like to develop openwhisk functions that work off of alarms. I can't do that, the installation for the feed provider fails. According to the readme, we can run `make create-provider-alarm` to install the alarm provider. This fails because this repo's Makefile tries to call a script that does not exist in the other repo named `installCatalogUsingWskDeploy.sh`. This script doesn't exist in the kafka or cloudant repos either. Those repos have scripts named `installCatalog.sh` that take a different set of arguments. https://github.com/apache/openwhisk-devtools/blob/a7f2a99910885b17493a36f23ab19adb67146ee0/docker-compose/Makefile#L499 https://github.com/apache/openwhisk-package-alarms/blob/master/installCatalog.sh ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
