Commit Graph

10 Commits

Author SHA1 Message Date
Amr Aboelela
3550787f37 Added -t switch 2017-08-31 10:26:42 -07:00
Amr Aboelela
0c7d3e4fb3 In Linux setting SWIFT_PACKAGE=buildbot_linux,no_test as the test takes very long time 2017-08-31 00:05:42 -07:00
practicalswift
6d1ae2a39c [gardening] 2016 → 2017 2017-01-06 16:41:22 +01:00
practicalswift
797b80765f [gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
2016-11-20 17:36:03 +01:00
Rintaro Ishizaki
552590eee6 [build-script] Introduce -n, --dry-run feature
If -n or --dry-run is specified in command line arguments, print the commands
that would be executed to stdout, but do not execute them.

Supported in build-script and build-toolchain.

utils/build-script -n -Rt
utils/build-script -n --preset=buildbot_incremental,tools=RA,stdlib=RA
utils/build-toolchain -n local.swift
2016-05-31 12:45:05 +09:00
Mishal Shah
9c5c5de889 [Toolchain] properties for ShortDisplayName and CreatedDate 2016-04-21 14:11:39 -07:00
practicalswift
6ed6b6671e [gardening] Use '#!/usr/bin/env bash' instead of '#!/bin/bash'
Before this commit:

```
$ git grep '#!/usr/bin/env bash' | wc -l
10
$ git grep '#!/bin/bash' | wc -l
1
```

After this commit:

```
$ git grep '#!/usr/bin/env bash' | wc -l
11
$ git grep '#!/bin/bash' | wc -l
0
```
2016-03-15 11:34:35 +01:00
John Holdsworth
abf2e67ed9 Fix #! typo 2016-03-14 23:07:15 +00:00
practicalswift
ff259d3709 [build] Remove unused variables. Improve error handling. 2016-03-11 07:22:47 +01:00
John Holdsworth
0a876fa424 Add script to build toolchain 2016-03-10 22:30:54 +00:00