Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1025956
D84.id.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
Fri, Jun 13, 5:32 PM
Size
891 B
Mime Type
text/x-diff
Expires
Sat, Jun 14, 5:32 PM (3 h, 55 m)
Engine
blob
Format
Raw Data
Handle
661328
Attached To
D84: INP-1437 - Don't change DB during local builds
D84.id.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