# HG changeset patch # User Christophe Lincoln # Date 1388793583 -3600 # Node ID b37aa11da7df7fd48aec813e411f1cf7a6c1f1c6 # Parent 6841b2e2379d9c8e4346f1214623de1dee78629b Misc small fixes diff -r 6841b2e2379d -r b37aa11da7df Makefile --- a/Makefile Sun Dec 22 02:36:28 2013 +0100 +++ b/Makefile Sat Jan 04 00:59:43 2014 +0100 @@ -52,3 +52,7 @@ chown -R www.www $(DESTDIR)$(LOGIN)/people chown www.www $(DESTDIR)$(WEB)/content chown www.www $(DESTDIR)$(WEB)/cache + +uninstall: + rm -rf $(DESTDIR)$(WEB) + #rm $(DESTDIR)$(PREFIX)/share/applications/tinycm.desktop diff -r 6841b2e2379d -r b37aa11da7df README --- a/README Sun Dec 22 02:36:28 2013 +0100 +++ b/README Sat Jan 04 00:59:43 2014 +0100 @@ -45,7 +45,7 @@ helps to debug TazCM since error messages are displayed in the terminal. To start the server, cd to TinyCM dir and execute: -$ ./tinycm serv +$ ./tools/serv.sh Mercurial integration diff -r 6841b2e2379d -r b37aa11da7df config.cgi --- a/config.cgi Sun Dec 22 02:36:28 2013 +0100 +++ b/config.cgi Sat Jan 04 00:59:43 2014 +0100 @@ -2,7 +2,7 @@ # # CM URL for redirection and RSS -WEB_URL="http://localhost/~pankso/cgi-bin/tinycm/" +WEB_URL="http://localhost/cgi-bin/tinycm/" # Administrator email. ADMIN_MAIL="root@$SERVER_NAME" @@ -20,4 +20,4 @@ ONLINE_SIGNUP="yes" # Use Mercurial repo for content and configure user name -HG="yes" +HG="no" diff -r 6841b2e2379d -r b37aa11da7df tools/hgweb.py --- a/tools/hgweb.py Sun Dec 22 02:36:28 2013 +0100 +++ b/tools/hgweb.py Sat Jan 04 00:59:43 2014 +0100 @@ -4,7 +4,7 @@ # See also http://mercurial.selenic.com/wiki/PublishingRepositories # Path to repo or hgweb config to serve (see 'hg help hgweb') -config = "/home/pankso/Public/cgi-bin/tinycm/content" +config = "/var/www/cgi-bin/tinycm/content" # Uncomment and adjust if Mercurial is not installed system-wide # (consult "installed modules" path from 'hg debuginstall'):