summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-04-23Add hosting and auto-archive-creation.Nick Daly
The makefile has three new targets: 1. hosting: Publish repository and automagically build the archives to serve to clients. 2. current-checkout.tar.gz: Create an archive of the current project directory. 3. current-repository.tar.gz: Create an archive of the current project directory along with the source repository metadata so that the archive is a full checkout of the project.
2013-04-23Merged with James's upstream.Nick Daly
Hope I did it right. If I screwed up, withsqlite is borked.
2013-03-23Build files are now stored in ./vendor/Nick Daly
2013-02-09Adjust how modules are importedJames Vasile
* change to u. notation for util, since from foo import * is evil * make import vendor.foo possible * vendor dir is part of the repo now, no need to mkdir * use the vendor.foo notation
2013-02-07bit of Makefile reorganizationJames Vasile
2013-02-07adjust makefile to use submodulesJames Vasile
2013-02-07add missing pieces to make uninstallJames Vasile
2013-02-07quote the wildcards in rsync excludesJames Vasile
2013-02-07Don't set DESTDIR in the MakefileJames Vasile
See http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR
2013-02-07Fix paths in installed versionJames Vasile
* Read python.config from script dir * Make dirs for pid and run Maybe making DESTDIR/var/run during make install is not needed because we can expect the target system to have /var/run, but if it's missing the CherryPy engine will fail when it tries to write the pid. So I added it.
2013-02-07no need to write a cherryp.configJames Vasile
2013-02-07Makefile improvementsJames Vasile
* Remove commented out git pull lines. We shouldn't update so automatically. * Use rsync because it gives us --exclude * Put docs where the webserver can find them
2013-02-07put man page in place during make installJames Vasile
2013-02-06silencing some things in MakefileJames Vasile
2013-02-06copy sample configJames Vasile
2013-02-06add docs to make un/install, handle a few unhandled things to installJames Vasile
2013-02-06add make uninstall targetJames Vasile
2013-02-06add install targetJames Vasile
2013-02-06remove cherrypy.cfg from defaultJames Vasile
2013-02-06s/_DIR/DIR/James Vasile
2013-02-05add cherrypy3 to Makefile, clean up some gitJames Vasile
2013-02-05pull withsqlite from githubJames Vasile
2013-02-05combine build and vendor dirsJames Vasile
2013-01-10Fix to allow hostname to be updated on Ubuntu. This needed a change to ↵Tom Galloway
exmachina which I've created a pull request for. I've updated Make to point to my fork of exmachina until this has been merged, when it can be reverted.
2013-01-06Commented out the extra bjsonrpc call.Nick Daly
2013-01-04Extra predepend's, plinth doesn't need to run as root, pidfile location set ↵Tom Galloway
in cfg file.
2013-01-03Clean now uses BUILD_DIR variable.Tom Galloway
2013-01-03Extra predependTom Galloway
2013-01-03Added predepend packages and updated python path for build folders.Tom Galloway
2012-02-19cfg.py shouldn't overwrite local config on updateJames Vasile
2012-02-19move to sqlite3 + json dict storage for usersJames Vasile
2011-03-09rm data/cherrypy_sessions/* on cleanJames Vasile
2011-03-09make clean removes cherrypy.configJames Vasile
2011-03-09make clean removes cherrypy.configJames Vasile
2011-03-09Makefile generates cherrpy.configJames Vasile
2011-03-09make cherrypy_sessions dirJames Vasile
2011-02-22...James Vasile