Skip to content

Instantly share code, notes, and snippets.

@yarko
Created January 31, 2014 05:41
Show Gist options
  • Save yarko/8727129 to your computer and use it in GitHub Desktop.
Save yarko/8727129 to your computer and use it in GitHub Desktop.
build_version.json - the simple version, for edx release devstack
{
GIT_ACCT: "yarko",
THEME_ACCT: "Stanford-Online",
OPEN_EDX: "edx",
edx_platform_repo: "https://{{ COMMON_GIT_MIRROR }}/{{ GIT_ACCT }}/edx-platform.git",
edx_platform_version: "yarko/fix-rake-env-assets",
edxapp_use_custom_theme: false,
edxapp_theme_source_repo: 'https://{{ COMMON_GIT_MIRROR }}/{{ THEME_ACCT }}/edx-theme.git',
edxapp_theme_version: 'master',
edxapp_theme_name: "stanford"
}
@yarko
Copy link
Author

yarko commented Feb 13, 2014

This gist is obsoleted - see the yaml equivalent instead (commented).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment