Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jravetch on github.
  • I am jravetch (https://keybase.io/jravetch) on keybase.
  • I have a public key whose fingerprint is 3AA7 8DB2 B60F 86B5 4486 5C16 6804 4045 FB2D E949

To claim this, I am signing this object:

@jravetch
jravetch / fabfile.py
Created February 17, 2012 02:08
My fabfile with shipper lib
# -*- coding: utf-8 -*-
import os, sys
from fabric.api import *
from fabric.colors import *
sys.path.insert( 0, os.path.abspath( os.path.join( os.path.realpath( os.path.curdir ), '../' ) ) )
from lib.server_ip_map import ServerIpMap, ServerIpMapException
from lib.modenv_parser import ModEnvParser
@jravetch
jravetch / gist:1624005
Created January 17, 2012 01:33
libgcrypt and gnutls homebrew make errors
==> ./configure --disable-debug --disable-guile --disable-static --prefix=/usr/local/Cellar/gnutls/2.12.16 --with-
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
***