Skip to content

Instantly share code, notes, and snippets.

Deploying on tripel (dry-run = False)
dict_values([(<std.Host object at 0x7f2be3b19310>), (<std.File object at 0x7f2be3b196d8>), (<std.Directory object at 0x7f2be3b19a48>)])
dict_values([(<std.Host object at 0x7f2be3b19310>), (<std.File object at 0x7f2be3b196d8>), (<std.Directory object at 0x7f2be3b19a48>)])
Deploying config
from Imp.export import dependency_manager
from Imp.resources import Resource
@dependency_manager
def one_for_the_other(config_model, resources):
for res in resources.values():
model_instance = res.model
model_scope = model_instance.__scope__
print(model_scope.variables())
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
@bartv
bartv / gist:5056812
Created February 28, 2013 13:44
shell script to build CD
## this script assumes that it is located in a directory where jboss-as, capedwarf-blue, capedwarf-jboss-as and capedwarf-shared is checked out.
# prep jboss
pushd jboss-as
git reset 7.2.0.Final-prerelease1
mvn clean install -DskipTests
# start building cd
pushd capedwarf-shared
git pull
mvn clean install