-
Notifications
You must be signed in to change notification settings - Fork 145
merge sbisbee's work + configurable root dirs #148
base: master
Are you sure you want to change the base?
Conversation
Conflicts: THANKS.md src/main/assembly/dist.xml src/main/bin/run
destRootDir destVarDir destVarLibDir destEtcDir destBinDir destDocDir example: mvn -DdestRootDir="" -DdestDocDir="/usr/local/share"
Succesfully built on Ubuntu Server 10.04 amd64 with: mvn -DdestRootDir="" -DdestDocDir="/usr/local/share" -DdestBinDir="/usr/local/bin" |
but i do see some runtime errors now: Have to investigate.. |
@@ -2,3 +2,4 @@ | |||
* Thanks to Adam Lofts for the performance boosting JSONDocumentAdapter et al. | |||
* Thanks to Santiago M. Mola for the termvector option. | |||
* Thanks to Joe Hillenbrand for adding default result limit to config. | |||
* Thanks to Sam Bisbee. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add yourself too :)
SCRIPTNAME=/etc/init.d/$NAME | ||
PIDFILE=/var/run/$NAME/$NAME.pid | ||
DAEMON=$NAME | ||
DAEMON_ARGS="-o /var/log/couchdb-lucene.log -b -p $PIDFILE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is absolute, but should be relative to ${destRootDir} too.
use configurable root dirs, default to /usr/local