summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 20:11:14 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-20 20:12:45 -0300
commite7fd4d55992f1cb2f94b9b591f717158930889f5 (patch)
treeb07634abbb0bba5d5c911f276892bcd6994f85a6 /package
parentd4fbf901868a2a8cc3ea1e4932eaea3c6e1d6212 (diff)
Changed package to use new setup.py
Diffstat (limited to 'package')
-rwxr-xr-xpackage/package_user_agent.sh4
-rwxr-xr-xpackage/pixelated-user-agent3
2 files changed, 3 insertions, 4 deletions
diff --git a/package/package_user_agent.sh b/package/package_user_agent.sh
index a59b6b59..b1038a55 100755
--- a/package/package_user_agent.sh
+++ b/package/package_user_agent.sh
@@ -37,8 +37,8 @@ virtualenv $PIXELATED_VIRTUALENV_PATH
. $PIXELATED_VIRTUALENV_PATH/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
-easy_install leap.soledad.common
-pip install -r service/requirements.txt
+python service/setup.py develop
+python service/setup.py install
deactivate
cp package/pixelated-user-agent $BIN_PATH
diff --git a/package/pixelated-user-agent b/package/pixelated-user-agent
index 158cfdb6..b1177810 100755
--- a/package/pixelated-user-agent
+++ b/package/pixelated-user-agent
@@ -4,5 +4,4 @@ PIXELATED_PATH=/var/lib/pixelated
. $PIXELATED_PATH/virtualenv/bin/activate
cd $PIXELATED_PATH/service/
-$PIXELATED_PATH/virtualenv/bin/python go
-
+$PIXELATED_PATH/virtualenv/bin/python pixelated-user-agent