Commit Graph

13 Commits

Author SHA1 Message Date
Dmitry Rekman
f33c1e438f UAT: Allow processing symlinks on non-Linux platforms.
- The original reason to skip them (UEPLAT-184) was because symlinks were only used to fix case-sensitiveness issues and by skipping them
   we avoid name collision with the original file during packaging.
- Those issues are non-existent on Windows, while skipping the symlinks breaks packaging on deduplicated drives there
  (see https://answers.unrealengine.com/questions/212888/automated-buildjenkins-failing-due-to-symlink-chec.html).

[CL 2520484 by Dmitry Rekman in Main branch]
2015-04-21 20:53:58 -04:00
Josh Adams
f570abcf7a - Added another tag to strip from .ini files [UE-9113]
[CL 2439960 by Josh Adams in Main branch]
2015-02-10 12:24:14 -05:00
Josh Adams
5f36c679ad - Stripping out some special .ini settings while staging (the change is lower level than it should be, but it's the fastest way to protect passwords) [UE-9113]
[CL 2434089 by Josh Adams in Main branch]
2015-02-05 15:19:39 -05:00
Steve Robb
c0dd4a9204 Changed SafeCopyFile time checking to account for exFAT timestamp resolution of 2 seconds.
#codereview robert.manuszewski,gil.gribb

[CL 2398913 by Steve Robb in Main branch]
2015-01-06 13:57:28 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Dmitry Rekman
12fb93b1f3 Fix packaging on Linux (UEPLAT-184).
- The problem was caused by files that differ only in case (pak files are case-insensitive).
- Current solution is to ignore symlinks when staging files (so far we have been fixing case-sensitiveness issues by creating a symlink to the file, so this fixes the packaging too).
- Added a warning helping to pinpoint the problem if there happen to be two non-symlink files like this.

#codereview Robert.Manuszewski

[CL 2332310 by Dmitry Rekman in Main branch]
2014-10-16 19:14:57 -04:00
Richard Fawcett
7d6e572b12 Add support to automation tool for parsing version strings with only branch and changelist.
Increased minimum deletion time of build cleanup script to one week.
#jira OPP-995

[CL 2325324 by Richard Fawcett in Main branch]
2014-10-10 05:40:29 -04:00
Robert Manuszewski
c0b4cfe3bf UBT: Moved ScopedTimer from UAT to UBT, added ScopedCounter
[CL 2245334 by Robert Manuszewski in Main branch]
2014-08-06 04:29:36 -04:00
Gil Gribb
f23ada7f41 build script, verify dates and sizes on all file copies and retry if there is a mismatch
[CL 2217857 by Gil Gribb in Main branch]
2014-07-15 06:54:22 -04:00
Robert Manuszewski
19851024ea UAT: Adding CommandUtils.ThreadedCopyFiles, ScopedTimer
#codereview Gil.Gribb

[CL 2082175 by Robert Manuszewski in Main branch]
2014-05-22 14:15:06 -04:00
Robert Manuszewski
530c47b030 Licensee Engine Version (Changelist) support. Modified UpdateLocalVersion UAT script to be able to set licensee versions and custom changelists.
[CL 2059655 by Robert Manuszewski in Main branch]
2014-04-30 07:58:10 -04:00
UnrealBot
db494a6e69 Engine source (Main branch up to CL 2037954) 2014-04-02 18:09:23 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00