# HG changeset patch # User k0s # Date 1263251458 18000 # Node ID 9541511ed9d0caf5f2d6b7c8a35ef1809ff5096d # Parent 4dea6072c597a52ec9d03ae5a2dd55a3407e0681 dont distribute binary eggs diff -r 4dea6072c597 -r 9541511ed9d0 .bashrc --- a/.bashrc Sun Dec 27 01:40:13 2009 -0500 +++ b/.bashrc Mon Jan 11 18:10:58 2010 -0500 @@ -26,7 +26,7 @@ alias zfilt='grep -v "eprecat" | grep -v "ERROR Zope"' alias svnst='svn st | grep -v "^\?"' alias awd="python -c 'import os; print os.path.realpath(\".\")'" -alias distribute='python setup.py egg_info -RDb "" sdist bdist_egg register upload' +alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" PS1='> '