Add buld script to create debian package for binder, trunk branch with date

This commit is contained in:
Jeffrey Forman 2013-01-07 22:12:50 -05:00
parent f6c09a737f
commit 061447aa04
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
#*#
*.db
*.deb
*.pyc
*.conf
*~

7
build-binder.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -x
/usr/local/bin/fpm -t deb -s dir -n binder --verbose -v 1.0 \
--package binder_trunk-`date '+%Y%m%d'`_all.deb -a all \
--prefix /opt \
-x '**.git**' \
--url http://github.com/jforman/binder binder/