X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fexamples%2Fexample.drushrc.php;fp=vendor%2Fdrush%2Fdrush%2Fexamples%2Fexample.drushrc.php;h=0000000000000000000000000000000000000000;hp=9d54ca8f98efc282f59c7b32e8744d289eba51ef;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/examples/example.drushrc.php b/vendor/drush/drush/examples/example.drushrc.php deleted file mode 100644 index 9d54ca8f9..000000000 --- a/vendor/drush/drush/examples/example.drushrc.php +++ /dev/null @@ -1,300 +0,0 @@ - TRUE); - -// Prevent drush ssh command from adding a cd to Drupal root before provided command. -# $command_specific['ssh'] = array('cd' => FALSE); - -// Additional folders to search for scripts. -// Separate by : (Unix-based systems) or ; (Windows). -# $command_specific['script']['script-path'] = 'sites/all/scripts:profiles/myprofile/scripts'; - -// Always show release notes when running pm-update or pm-updatecode. -# $command_specific['pm-update'] = array('notes' => TRUE); -# $command_specific['pm-updatecode'] = array('notes' => TRUE); - -// Set a predetermined username and password when using site-install. -# $command_specific['site-install'] = array('account-name' => 'alice', 'account-pass' => 'secret'); - -// Use Drupal version specific CLI history instead of per site. -# $command_specific['core-cli'] = array('version-history' => TRUE);