Adds the -u switch, allowing use of another repository than http://github.com/diaspora/diaspora.git. This is a dogfood patch. Renames diaspora-ws->diaspora-wsd; this is indeed a daemon. Moves all Fedora-related stuff in make-dist.sh to subcommand 'prepare'. The source tarballs are now usable on any OS
13 lines
286 B
Text
13 lines
286 B
Text
/var/log/diaspora/*.log {
|
|
create 755 diaspora diaspora
|
|
weekly
|
|
rotate 10
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
( /sbin/service diaspora-wsd condrestart ) >/dev/null 2>&1
|
|
endscript
|
|
}
|