- 02 Apr, 2014 2 commits
-
-
Ned Batchelder committed
-
Dave St.Germain committed
-
- 31 Mar, 2014 2 commits
-
-
Dave St.Germain committed
-
David Baumgold committed
-
- 28 Mar, 2014 1 commit
-
-
Dave St.Germain committed
-
- 26 Mar, 2014 2 commits
-
-
When running in devstack, you need to set the SERVICE_VARIANT so that assets.py knows what environment file to use. Recall that in devstack we have all our settings in ../lms.env.json, not just ../env.json. So you need to run like this: SERVICE_VARIANT=lms paver lms --settings=devstack Previously you'd get this error: Warning: could not find environment JSON file at 'lms.env.json' Note there is no path on the file, that's the bug. By making self.REPO_ROOT absolute, we can walk up the tree and correctly find the file, which is /edx/app/edxapp/lms.env.json fwiw.
Sef Kloninger committed -
David Baumgold committed
-
- 25 Mar, 2014 4 commits
-
-
David Baumgold committed
-
and print errors and warnings to sys.stderr
David Baumgold committed -
Simpler and clearer
David Baumgold committed -
Will Daly committed
-
- 24 Feb, 2014 1 commit
-
- 18 Feb, 2014 1 commit
-
-
Restore reverted changes from paver part 1
Will Daly committed
-
- 14 Feb, 2014 2 commits
-
-
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration
David Glance committed