This commit merges EnvironmentVariables and CommandLineArguments into a single
swift.Process global variable. POSIX-dependent parts are available as
extension with "import POSIX".
Original message:
stdlib: split the Process class into a POSIX-dependent (EnvironmentVariables)
and POSIX-independent (CommandLineArguments) parts
Swift SVN r6331
Swift libs in the package now need to be referenced with -L/usr/lib/swift. While we're here, edit it a bit for length, move the important "where to file bugs" information closer to the lede, and offset the other introductory text with a header.
Swift SVN r4325
Give the URL some room to breathe. Tweak some things in the install-test-script too--using Foundation should just work without a -sdk flag.
Swift SVN r4305
Add some code to the buildbot script to test packages and then email an announcement (to me until we're ready to go live) when the package is delivered and ready to download.
Swift SVN r4291
With the -release flag, the script will perform a RelWithDebInfo build of LLVM, Clang, and Swift, and will also build a package of the release build if the build and tests succeed.
Swift SVN r4260
/usr/local/bin isn't on PATH in the Jenkins environment, so add a variable to point at cmake. Jenkins' "emulate clean checkout" behavior also clobbers clang when it's checked out inside an llvm checkout, so change the script to expect LLVM and Clang checked out side-by-side and create a symlink to Clang from the LLVM tree.
Swift SVN r3972
This script configures and builds LLVM, Clang, and Swift from a fresh checkout (which should be prepared by Jenkins) and then runs the Swift tests.
Swift SVN r3969