Tweak up infinote some more.
This commit is contained in:
parent
b3c67cbc8a
commit
6b8057e1e9
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd /srv/web/infinote
|
cd /srv/web/infinote
|
||||||
git add . >/dev/null
|
git add . >/dev/null
|
||||||
git commit -a -m "Automated Commit of $1" >/dev/null
|
git commit -a -m --author="infinote <nobody@fedoraproject.org>" "Automated Commit of $1" >/dev/null
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: add git commit script for infinote
|
- name: add git commit script for infinote
|
||||||
template: src=infinoted-git-commit dest=/usr/local/bin/infinoted-git-commit mode=0755
|
copy: src=infinoted-git-commit dest=/usr/local/bin/infinoted-git-commit mode=0755
|
||||||
tags:
|
tags:
|
||||||
- infinote
|
- infinote
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -17,7 +17,7 @@ interval=60
|
||||||
directory=/srv/web/infinote
|
directory=/srv/web/infinote
|
||||||
interval=10
|
interval=10
|
||||||
# TODO: write git hook. https://github.com/gobby/gobby/wiki/PluginDirectorySync
|
# TODO: write git hook. https://github.com/gobby/gobby/wiki/PluginDirectorySync
|
||||||
#hook=
|
hook=/usr/local/bin/infinoted-git-commit
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
log-connections=true
|
log-connections=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue