Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098950
D84.id283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 7:50 AM
Size
891 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 7:50 AM (1 h, 35 m)
Engine
blob
Format
Raw Data
Handle
711522
Attached To
D84: INP-1437 - Don't change DB during local builds
D84.id283.diff
View Options
Index: branches/5.2.x/tools/build/targets/folders.xml
===================================================================
--- branches/5.2.x/tools/build/targets/folders.xml
+++ branches/5.2.x/tools/build/targets/folders.xml
@@ -9,15 +9,15 @@
<mkdir dir="${build.dir}/test_data"/>
<mkdir dir="${build.dir}/system/remote_code_coverage"/>
- <copy todir="${base.dir}/system" overwrite="true">
- <fileset dir="${build.dir}/test_data">
- <include name="**/*"/>
- </fileset>
- </copy>
-
<if>
<isfalse value="${local.build}"/>
<then>
+ <copy todir="${base.dir}/system" overwrite="true">
+ <fileset dir="${build.dir}/test_data">
+ <include name="**/*"/>
+ </fileset>
+ </copy>
+
<echo message="Setting 'RewriteBase /' to solve problems with 'VirtualDocumentRoot' option"/>
<echo file="${base.dir}/.htaccess" append="true">
RewriteBase /
Event Timeline
Log In to Comment