]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Install shell dependencies in the right direcytory. Update trac instructions...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Sun, 25 Nov 2012 22:32:24 +0000 (23:32 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Sun, 25 Nov 2012 22:35:40 +0000 (23:35 +0100)
(cherry picked from commit 62ae078f1472b15cd6513eceeff2b9d270b94d46)

build/release/release.js

index 4b7875479a2b31409f154ecff292f95feb914bc9..037223cd1bb949e59dfeed5c9aca5db90edbc61c 100644 (file)
@@ -262,8 +262,9 @@ function gatherContributors() {
 
 function updateTrac() {
        echo( newVersion.cyan + " was tagged at " + tagTime.cyan + "." );
-       echo( "Close the " + newVersion.cyan + " Milestone with the above date and time." );
-       echo( "Create the " + newVersion.cyan + " Version with the above date and time." );
+       echo( "Close the " + newVersion.cyan + " Milestone." );
+       echo( "Create the " + newVersion.cyan + " Version." );
+       echo( "When Trac asks for date and time, match the above. Should only change minutes and seconds." );
        echo( "Create a Milestone for the next minor release." );
 }
 
@@ -342,9 +343,7 @@ function bootstrap( fn ) {
        fs.mkdirSync( baseDir );
 
        console.log( "Installing dependencies..." );
-       require( "child_process" ).exec( "npm install shelljs colors", {
-               cwd: baseDir
-       }, function( error ) {
+       require( "child_process" ).exec( "npm install shelljs colors", function( error ) {
                if ( error ) {
                        console.log( error );
                        return process.exit( 1 );