grenade/from-havana/upgrade-swift
Mauro S. M. Rodrigues 4c7726ea43 Add clean configuration files to upgrade from H to I
Any new configurations for Icehouse should go in one of the upgrade files in
from-havana directory.
Also moves {BASE,TARGET}_RELEASE vars forward to Havana->Icehouse pair.

Change-Id: Iac520a8de4c3b9f14e2289cfb9b6a50c4ab0ce32
2013-12-10 22:20:18 +00:00

10 lines
146 B
Bash
Executable File

#!/usr/bin/env bash
# ``upgrade-swift``
function configure_swift_upgrade(){
set -o xtrace
# nothing to see here yet
set +o xtrace
}