Merge branch 'release-2.140.110' 2.140.110
authorChris Koeritz <fred@gruntose.com>
Fri, 23 Mar 2018 14:48:19 +0000 (10:48 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 23 Mar 2018 14:48:19 +0000 (10:48 -0400)
commit0f1a949acb7433807fd9eb7c827b965670889390
tree77321e6190732cd610c92e59481439f89b11cc9b
parente768391ab81b189397f0fd19827999365f8b3e33
parent52875b35238745db0ebe1ee09192b4c74c87258e
Merge branch 'release-2.140.110'

    powerup does not try to do any chmods now.
    i have seen a failure of powerup due to chmods composer tries to do during the install step; this can be fixed by running standup again.  subsequent powerups should work fine.
    added a switchto function to jump to an application directory.  e.g. switchto ecocor6 will jump into the apps/ecocor6/avenger5 directory.
    stopped adding the swap disk automatically in revamp.  having a ram disk on an SSD based machine can use up the lifespan too quickly, so it was though better to not add it unless explicitly asked.
    if the variable ADD_SWAP is set (to anything), then the swap drive will be added.  otherwise it will not be.  usage could be like:
    export ADD_SWAP=true ; revamp_cakelampvm
    added "map archive = no" to global section in samba config to stop archive bit mapping feature from hosing executable bits.
    locked the revamp command to only operate on a host that contains "cakelampvm" to avoid scorching other hosts.