summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2013-02-20kwcheck.py: compare postgres keywords tableMarko Kreen
2012-12-21Check module version consistency.Marko Kreen
There are several places where verisons need to be mentioned, check all of them. Also let genpg.sh refuse to continue if there is version mismatch.
2012-11-02bumpver: just check if bump is neededMarko Kreen
2011-11-29sql upgrade cleanupMarko Kreen
- use 'structure/upgrade.sql' to generate X.upgrade.sql - add pgq_ext to upgraded schemas - move non-standard upgrade scripts to extra/ - setup_skytools: build sql files in 'build' target, not always - pgq_ext.version: bump ver to 3.0.0.1
2011-10-13misc/bumpver: show current version for all schemasMarko Kreen
2011-06-29misc/bumpver: add pgq_coop schema for checkingMarko Kreen
2011-06-17misc/bumpver: add db ver scripts to gitMarko Kreen
2010-06-25Tune pylint quieter, to be more useful.Marko Kreen
2009-11-04pychecker: dont warn for class docstrs, too much noiseMarko Kreen
2009-09-10run.lint: check all packagesMarko Kreen
Also tune down style warnings
2009-06-07buildsystem reorgMarko Kreen
- put python modules under 'skytools-3.0' - install pkgloader separately - install scripts in Makefile instead setup.py (it did not support rename) removing .py afterwards is dangerous as we may overwrite old scripts. - move setup.py under misc/ as it really is not usable standalone - drop override PYTHON
2009-06-07doc: clean up files under doc/Marko Kreen
- move extra.css, fixman.py and getattrs.py under misc/ - move .html, .xml, .1 files to subdir - remove londiste.5 - standardise: pgq-admin->pgqadm, londiste.cmdline -> londiste
2009-06-01docheck: allow files from cmdlineMarko Kreen
2009-04-02sql/pgq: reindent C codeMarko Kreen
Several places had whitespace bugs, probably due to copy-paste. As there is no point keeping historical PG style around here, reindent with proper -kr -i8.
2009-02-13build system updateMarko Kreen
- make check target to use pychecker on codebase - configure switch to install user-runnable python scripts without .py extension - reset debian/changelog - deb: drop psycopg1, pg8.0, pg8.1