← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/391-by-default into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/391-by-default into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/391-by-default/+merge/159546

Stop building YUI 3.5.1, and switch 3.9.1 to the default YUI version.
-- 
https://code.launchpad.net/~stevenk/launchpad/391-by-default/+merge/159546
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/391-by-default into lp:launchpad.
=== modified file 'Makefile'
--- Makefile	2013-04-18 02:58:51 +0000
+++ Makefile	2013-04-18 04:49:29 +0000
@@ -23,10 +23,10 @@
 LP_BUILT_JS_ROOT=${ICING}/build
 
 JS_BUILD_DIR := build/js
-YUI_VERSIONS := 3.5.1 3.9.1
+YUI_VERSIONS := 3.9.1
 YUI_BUILDS := $(patsubst %,$(JS_BUILD_DIR)/yui-%, $(YUI_VERSIONS))
 YUI2_BUILD:= $(JS_BUILD_DIR)/yui2
-YUI_DEFAULT := yui-3.5.1
+YUI_DEFAULT := yui-3.9.1
 YUI_DEFAULT_SYMLINK := $(JS_BUILD_DIR)/yui
 LP_JS_BUILD := $(JS_BUILD_DIR)/lp