repo.or.cz
/
galtack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed debug print statements
[galtack.git]
/
.release-info
blob
45a360975e6343a20a6c5b30f6ae0dec7f70e162
1
#!/bin/sh
2
APP_NAME
=
"galtack"
3
APP_VERSION
=
$
(
python
-c
"import sys; sys.path.insert(0, '.'); from galtack_client import *; print galtack_version_str"
)
4
RELEASE_DIR
=
"/home/fr/Software/felixrabe.textdriven.com/galtack"
5
RSYNC_LOCAL
=
"./.rsync-exec-galtack-web-local.sh"
6