From 8e54991b8971ec88559ba8fe73437a9a5517de31 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 3 May 2013 11:40:10 -0400 Subject: [PATCH] Clean out cruft from rake file --- rakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rakefile b/rakefile index 8459e045aa..5d74f27dd4 100644 --- a/rakefile +++ b/rakefile @@ -10,12 +10,9 @@ require 'tempfile' REPO_ROOT = File.dirname(__FILE__) BUILD_DIR = File.join(REPO_ROOT, "build") REPORT_DIR = File.join(REPO_ROOT, "reports") -LMS_REPORT_DIR = File.join(REPORT_DIR, "lms") # Packaging constants -DEPLOY_DIR = "/opt/wwc" PACKAGE_NAME = "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/', '') BUILD_NUMBER = (ENV["BUILD_NUMBER"] || "dev").chomp() @@ -552,7 +549,7 @@ namespace :i18n do task :transifex_config do config_file = "#{Dir.home}/.transifexrc" if !File.file?(config_file) or File.size(config_file)==0 - msg ="Cannot connect to Transifex, config file is missing or empty: #{config_file}\n" + msg ="Cannot connect to Transifex, config file is missing or empty: #{config_file}\n" msg += "See http://help.transifex.com/features/client/#transifexrc" abort(msg.red) end