Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
Also tune down style warnings
|
|
- 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
|
|
- 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
|
|
|
|
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.
|
|
- 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
|