Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jhwist on github.
  • I am runbikecode (https://keybase.io/runbikecode) on keybase.
  • I have a public key whose fingerprint is 60BC EDDA 8C94 1145 F995 CA10 358C D5A2 0972 288A

To claim this, I am signing this object:

@jhwist
jhwist / gist:870475
Created March 15, 2011 08:57
Capistrano with Perforce
set :application, "XPro"
set :repository, "//sw/main/swtech/tools/src/xpro/full/webpart/XPro/..."
# Perforce specifics
set :scm, :perforce
set :p4port, "host:port"
set :p4user, "user"
set :p4passwd, "pass"
set :p4, "/usr/local/bin/p4"
set :p4client, "name-of-client"