Mercurial > hg > config
changeset 10:9541511ed9d0
dont distribute binary eggs
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 11 Jan 2010 18:10:58 -0500 |
parents | 4dea6072c597 |
children | 1e6a394db7ec |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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='> '