Commit 3a934974 authored by Lucas Carvalho's avatar Lucas Carvalho

now is possible to create debian package using a single command: make debian-appliance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8cd7aeec
INSTALL_PATH='opt/erp5/'`cat VERSION.txt`
software: bin/buildout
bin/buildout
......@@ -35,3 +37,14 @@ assert-parts-libs:
ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0'
ldd develop-eggs/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg/_mysql.so | grep 'parts/mysql-tritonn-5.0/lib/mysql/libmysqlclient_r.so'
ldd parts/memcached/bin/memcached | grep 'parts/libevent/lib/libevent'
debian-appliance:
svn co https://svn.erp5.org/repos/public/spec/debian-erp5-appliance/ debian-erp5-appliance
cd debian-erp5-appliance/$(INSTALL_PATH)
make
rm -rf debian-erp5-appliance/*.txt
rm -rf `find . -type d -name .svn`
rm -rf `find . -name *.pyc`
cd ../../../../
dpkg-deb -b debian-erp5-appliance/ .
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment