/[drupal]/contributions/modules/DAST/site-patch-nix-sample.properties
ViewVC logotype

Contents of /contributions/modules/DAST/site-patch-nix-sample.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Mar 17 10:58:49 2008 UTC (20 months, 1 week ago) by allisterbeharry
Branch: MAIN
CVS Tags: DRUPAL-5--2-1, HEAD
Branch point for: DRUPAL-5--2
Changes since 1.2: +3 -2 lines
Committed for 5.x-2.1 release.
1 # $Id: site-patch-nix-sample.properties,v 1.2 2007/09/14 21:22:24 allisterbeharry Exp $
2 # @file This is the *nix sample for the site-patch.xml build file.
3 # Modify this file with the properties you want to use to configure the build.
4
5 # You can create a base properties file - site-patch-base.properties, which will automatically be loaded every time the build
6 # file is run; in addition to the usual site-patch.properties file. Any property defined in site-patch-base.properties can be overriden
7 # by a property defined in site-patch.properties. Any properties not defined in site-patch.properties will be inherited from site-patch-base.properties.
8 # If you use a base/custom properties file combo then you can't set properties at the command-line using -D"<property>=<key>".
9 # By default site-patch looks for site-patch-base.properties and site-patch.properties files in the DAST_HOME directory; If you want to
10 # keep you properties files elsewhere use D"basePropertiesFile=<absolute path to file>" and D"propertiesFile=<absolute path to file>".
11 #----------------------------------REQUIRED PROPERTIES------------------------------------------------#
12 # build.log.defaultdir; patch.method; patch.file; patch.options; drupal.dir;
13 #-----------------------------------------------------------------------------------------------------#
14
15 #dir for DAST log files
16 build.log.defaultdir = /var/log/DAST
17
18 #The method to fetch the patch file - if HTTP then the patch will be downloaded from patch.Url; if file
19 #then patch.file will be used. If skip, then Drupal won't be patched
20 patch.method = HTTP
21
22 #Name of the patch file to apply (REQUIRED):
23 patch.file = db-change-field-162432-55.patch
24
25 #Command-line options passed to the patch command.
26 patch.options = p0
27
28 #The full HTTP Url of the patch file, used if patch.method = HTTP:
29 patch.Url = http://drupal.org/files/issues/db-change-field-162432-55.patch
30
31 #The full absolute location of the patch file on the filesystem, used if patch.method=file:
32 patch.file.path = ${dast.home}${php.directory_separator}tests${php.directory_separator}etc${php.directory_separator}db-change-field-162432-55.patch
33
34 #The directory which will contain the Drupal code to be patched:
35 drupal.dir = /var/www/drupal6/dev/dast/test/patch

  ViewVC Help
Powered by ViewVC 1.1.2