- 12 Jun, 2013 3 commits
-
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
- 11 Jun, 2013 14 commits
-
-
There is no need to re-run it after it has already been run in common.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Added actions that would result in static assets for the cms and lms to be generated after the edxapp has been checked out.
Feanil Patel committed -
Providing a full path to the secure repository works just fine.
Feanil Patel committed -
Feanil Patel committed
-
Based on jarv/continuous-integration.
Feanil Patel committed
-
- 10 Jun, 2013 5 commits
-
-
Cloudformation Security Group and port forwarding updates.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
- Add SSL forwarding to the Loadbalancer. - Perform the health check against the server's heartbeat page.
Feanil Patel committed
-
- 05 Jun, 2013 3 commits
-
-
feanil/pre requirements
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
- 03 Jun, 2013 2 commits
-
-
removing the ec2_elb library, now in 1.2 core
John Jarvis committed -
John Jarvis committed
-
- 01 Jun, 2013 5 commits
-
-
Sef Kloninger committed
-
Sef Kloninger committed
-
Sef Kloninger committed
-
Jason Bau committed
-
version.py: remote repo fix for http remotes
Jason Bau committed
-
- 31 May, 2013 1 commit
-
-
We check out theme repos using a git HTTP url (git://) instead of git ssh url (git@). To make the version script work we need to generalize the regexp used to parse out the remotes. This was causing errors. To test I just tried this out in a REPL, see below: In [15]: for line in lines: print line ....: origingit@github.com:edx/edx-platform.git (fetch) origingit@github.com:edx/edx-platformrm.git (push) origingit://github.com/Stanford-Online/edx-theme.git (fetchtch) origingit://github.com/Stanford-Online/edx-theme.git (push) In [In16]: for line in lines: ....: if ' (fetch)' in line: ....: repo_url = re.search( ....: '(git@|git://)(.*) \(fetch\)', line).group(2).replace( ....: ':', '/') ....: print repo_url ....: github.com/edx/edx-platform.git github.com/Stanford-Online/edx-theme.git
Sef Kloninger committed
-
- 30 May, 2013 2 commits
- 23 May, 2013 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 22 May, 2013 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-