# HG changeset patch # User Simon Howkins # Date 1257520880 0 # Node ID 5407bb741e43f2ee3364866d5e5d437f4d8d413b # Parent 24273662fe973ed056f8dea6f730578480660296 Changed the hard-coded default for the releases location, so at least tonight's candidate build will work OK. diff -r 24273662fe97 -r 5407bb741e43 releaseAutomation/fcls4releasenotes.pl --- a/releaseAutomation/fcls4releasenotes.pl Mon Oct 19 18:06:51 2009 +0100 +++ b/releaseAutomation/fcls4releasenotes.pl Fri Nov 06 15:21:20 2009 +0000 @@ -22,7 +22,7 @@ # # Configuration data and constants for the script # -my $default_pdk_loc='//bishare/releases/'; +my $default_pdk_loc='//v800020/Publish/Releases/'; print "default_pdk_loc=$default_pdk_loc\n"; # Nb of arguments to be passed to the script to work. If that need to change, just modify nb_arg_to_pass!