From 3352ae7f752202fee7e94c94957f34e84dd4e838 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Thu, 9 May 2013 18:29:45 -0400 Subject: [PATCH] repo rename to edx-platform --- rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakefile b/rakefile index 32d92a0349..4d70547a51 100644 --- a/rakefile +++ b/rakefile @@ -14,8 +14,8 @@ LMS_REPORT_DIR = File.join(REPORT_DIR, "lms") # Packaging constants DEPLOY_DIR = "/opt/wwc" -PACKAGE_NAME = "mitx" -LINK_PATH = "/opt/wwc/mitx" +PACKAGE_NAME = "edx-platform" +LINK_PATH = "/opt/wwc/edx-platform" PKG_VERSION = "0.1" COMMIT = (ENV["GIT_COMMIT"] || `git rev-parse HEAD`).chomp()[0, 10] BRANCH = (ENV["GIT_BRANCH"] || `git symbolic-ref -q HEAD`).chomp().gsub('refs/heads/', '').gsub('origin/', '')