From af927364d848b78b765a88afc8b5ef447a0d8273 Mon Sep 17 00:00:00 2001 From: Scott Steadman Date: Wed, 23 Jul 2008 08:34:08 -0700 Subject: [PATCH] Added branch comment to cruise_config.rb.example --- config/cruise_config.rb.example | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/config/cruise_config.rb.example b/config/cruise_config.rb.example index b8744dd..95e6436 100644 --- a/config/cruise_config.rb.example +++ b/config/cruise_config.rb.example @@ -10,6 +10,10 @@ Project.configure do |project| # Build the project by invoking rake task 'custom' # project.rake_task = 'custom' + + # Specify the branch you're testing + # This needs to be set if you used the -b option to cruse add + # project.source_control.branch = 'release' # Build the project by invoking shell script "build_my_app.sh". Keep in mind that when the script is invoked, # current working directory is [cruise data]/projects/your_project/work, so if you do not keep build_my_app.sh @@ -19,4 +23,4 @@ Project.configure do |project| # Ping Subversion for new revisions every 5 minutes (default: 30 seconds) # project.scheduler.polling_interval = 5.minutes -end \ No newline at end of file +end -- 1.5.5.1