Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F727159
D84.id218.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
Mon, Jan 6, 8:07 AM
Size
846 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 8:07 AM (2 d, 23 h ago)
Engine
blob
Format
Raw Data
Handle
537212
Attached To
D84: INP-1437 - Don't change DB during local builds
D84.id218.diff
View Options
Index: tools/build/targets/folders.xml
===================================================================
--- tools/build/targets/folders.xml
+++ 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