Skip to content
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

Use .mainframer/personalconfig instead of local.properties. #75

Merged
merged 1 commit into from
Jan 9, 2017

Conversation

artem-zinnatullin
Copy link
Contributor

Closes #50.

In future we can add .mainframer/teamconfig that usually meant to be commited to VCS while .mainframer/personalconfig is meant to be ignored from VCS.

@@ -32,7 +38,7 @@ if [ -z "$REMOTE_COMPRESS_LEVEL" ]; then
fi

if [ -z "$REMOTE_BUILD_MACHINE" ]; then
echo "Please specify remote build machine in local.properties"
echo "Please specify \"$REMOTE_MACHINE_PROPERTY\" in $PERSONAL_CONFIG_FILE"
Copy link
Contributor

Choose a reason for hiding this comment

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

Single quotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nah, decided to use double everywhere

@artem-zinnatullin artem-zinnatullin merged commit 0f9ed6a into development Jan 9, 2017
@artem-zinnatullin artem-zinnatullin deleted the az/personalconfig branch January 9, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants