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

Remove homedir references #1898

Merged
merged 4 commits into from
Jan 8, 2016
Merged

Conversation

obino
Copy link
Member

@obino obino commented Jan 5, 2016

No description provided.

@obino
Copy link
Member Author

obino commented Jan 5, 2016

@@ -175,7 +175,7 @@ def self.read_json_file(location)

# Extracts the version from the VERSION file.
def self.get_appscale_version
version_contents = self.read_file(APPSCALE_HOME + '/VERSION')
version_contents = self.read_file(APPSCALE_CONFIG_DIR + '/VERSION')
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this change will work since VERSION is not in .appscale

Copy link
Member

Choose a reason for hiding this comment

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

Actually, ignore that. I didn't realize it was copied in.

@obino
Copy link
Member Author

obino commented Jan 6, 2016

OCD run https://ocd.appscale.com:8080/job/Daily%20Build/932/
this run the system was out of available instances.

@obino
Copy link
Member Author

obino commented Jan 6, 2016

OCD run https://ocd.appscale.com:8080/job/Daily%20Build/934/
this got a network error.

@obino
Copy link
Member Author

obino commented Jan 6, 2016

cdonati added a commit that referenced this pull request Jan 8, 2016
@cdonati cdonati merged commit d7fc2dc into AppScale:master Jan 8, 2016
@obino obino deleted the remove-homedir-references branch June 5, 2016 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants