
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
10 lines
146 B
Bash
Executable File
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
|
|
}
|