-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a 'Connections' property #110
Changes from all commits
972b5d2
1c9c3ae
c67511b
1d45024
6dc350e
4339b62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,9 @@ else | |
endif | ||
@start-sdk pack | ||
|
||
install: | ||
ifeq (,$(wildcard ~/.embassy/config.yaml)) | ||
@echo; echo "You must define \"host: http://server-name.local\" in ~/.embassy/config.yaml config file first"; echo | ||
install: $(PKG_ID).s9pk | ||
ifeq (,$(wildcard ./start9/config.yaml)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we are searching for the start-sdk config file that resides (by default) in users home directory and has host defined for easy installation |
||
@echo; echo "You must define \"host: http://server-name.local\" in ./start9/config.yaml config file first"; echo | ||
else | ||
start-cli package install $(PKG_ID).s9pk | ||
endif | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dr-bonez take a look at it please There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I reviewed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is wrong - it will force universal package build on each install making arm and x86 targets useless