git ssb

0+

cel / gitfeed



Commit 6dac283b22b62961a208ed7983a72faf398f8bc0

Remove unused author variable

Charles Lehner committed on 6/14/2015, 4:20:50 AM
Parent: a979b4bd9ced3058c1add1818513541e6955cc66

Files changed

feed.shchanged
feed.shView
@@ -10,9 +10,8 @@
1010 python -c 'import uuid; print uuid.uuid1()'
1111 }
1212
1313 : ${SITE_TITLE:=My Cool Site}
14-: ${SITE_AUTHOR:=$(grep $(id -u) /etc/passwd | cut -d: -f 5 | cut -d, -f1)}
1514 : ${SITE_ID:=$(cat site_id 2>&- || echo urn:uuid:$(uuidgen) | tee site_id)}
1615 : ${FEED_ENTRIES:=15}
1716 : ${FEED_WIDTH:=80}
1817

Built with git-ssb-web