pgapt.git
9 years agopgrouting with next
Christoph Berg [Fri, 22 Jan 2016 09:50:37 +0000 (10:50 +0100)]
pgrouting with next

9 years agoAdd apt-packages-with-next template
Christoph Berg [Thu, 21 Jan 2016 19:29:20 +0000 (20:29 +0100)]
Add apt-packages-with-next template

9 years agoAdd pgsql-asn1oid
Christoph Berg [Thu, 21 Jan 2016 18:56:06 +0000 (19:56 +0100)]
Add pgsql-asn1oid

9 years agoFix exit code on non-backports dists
Christoph Berg [Wed, 20 Jan 2016 15:59:03 +0000 (16:59 +0100)]
Fix exit code on non-backports dists

9 years agoset -u
Christoph Berg [Wed, 20 Jan 2016 15:47:56 +0000 (16:47 +0100)]
set -u

9 years agocd to pgapt dir
Christoph Berg [Wed, 20 Jan 2016 15:42:15 +0000 (16:42 +0100)]
cd to pgapt dir

9 years agoInclude bpo package lists
Christoph Berg [Wed, 20 Jan 2016 13:43:07 +0000 (14:43 +0100)]
Include bpo package lists

9 years agoDon't debcheck cl-pgloader in *-pgdg
Christoph Berg [Wed, 20 Jan 2016 10:36:06 +0000 (11:36 +0100)]
Don't debcheck cl-pgloader in *-pgdg

9 years agoTry disabling backports for postgis. Let's see what fails.
Markus Wanner [Wed, 20 Jan 2016 12:17:59 +0000 (13:17 +0100)]
Try disabling backports for postgis. Let's see what fails.

9 years agosfcgal: use jessie-backport branch, limit to distribution jessie
Markus Wanner [Wed, 20 Jan 2016 12:11:07 +0000 (13:11 +0100)]
sfcgal: use jessie-backport branch, limit to distribution jessie

So that pgapt's sfcgal won't be installed over whatever is shipped
for stretch or wily.

9 years agoautopkgtest needs python3-debian backport on wheezy
Christoph Berg [Wed, 20 Jan 2016 10:24:19 +0000 (11:24 +0100)]
autopkgtest needs python3-debian backport on wheezy

9 years agoRun make lists from apt.postgresql.org
Christoph Berg [Wed, 20 Jan 2016 09:53:43 +0000 (10:53 +0100)]
Run make lists from apt.postgresql.org

9 years agoCheck dependencies with and without backports
Christoph Berg [Tue, 19 Jan 2016 23:01:38 +0000 (00:01 +0100)]
Check dependencies with and without backports

TODO: Actually grab the bpo package list

9 years agoDrop ora2pg, it's not maintained in Debian (and we don't have a contrib component...
Christoph Berg [Tue, 19 Jan 2016 13:32:51 +0000 (14:32 +0100)]
Drop ora2pg, it's not maintained in Debian (and we don't have a contrib component yet)

9 years agoAdd package sfcgal, let postgis compile against it on jessie.
Markus Wanner [Tue, 19 Jan 2016 13:16:58 +0000 (14:16 +0100)]
Add package sfcgal, let postgis compile against it on jessie.

9 years agoDon't try to install debhelper from squeeze-bpo
Christoph Berg [Tue, 19 Jan 2016 10:26:08 +0000 (11:26 +0100)]
Don't try to install debhelper from squeeze-bpo

This will break new chroot installations which expect this version, but
squeeze will be EOL soon anyway.

9 years agoAdd .vimrc
Christoph Berg [Mon, 18 Jan 2016 16:21:00 +0000 (17:21 +0100)]
Add .vimrc

9 years agoMove backports handling to sbuild-package
Christoph Berg [Mon, 18 Jan 2016 16:07:09 +0000 (17:07 +0100)]
Move backports handling to sbuild-package

9 years agoAdd backports flag, and move dist-filter and git-branch to defaults
Christoph Berg [Mon, 18 Jan 2016 15:52:12 +0000 (16:52 +0100)]
Add backports flag, and move dist-filter and git-branch to defaults

9 years agoSkip empty packages files (fixed in sid in #790422)
Christoph Berg [Sun, 17 Jan 2016 19:11:38 +0000 (20:11 +0100)]
Skip empty packages files (fixed in sid in #790422)

9 years agoAlways include -testing in B-D checks
Christoph Berg [Sun, 17 Jan 2016 12:55:10 +0000 (13:55 +0100)]
Always include -testing in B-D checks

9 years agoDrop the pgloader dependencies on squeeze
Christoph Berg [Sun, 17 Jan 2016 09:33:20 +0000 (10:33 +0100)]
Drop the pgloader dependencies on squeeze

9 years agoSplit builddebcheck into a separate job
Christoph Berg [Sun, 17 Jan 2016 09:06:19 +0000 (10:06 +0100)]
Split builddebcheck into a separate job

9 years agoUpdate dists mirror in separate job; run dose-builddebcheck
Christoph Berg [Sun, 17 Jan 2016 09:01:52 +0000 (10:01 +0100)]
Update dists mirror in separate job; run dose-builddebcheck

9 years agoHandle ubuntu better
Christoph Berg [Sat, 16 Jan 2016 23:26:28 +0000 (00:26 +0100)]
Handle ubuntu better

9 years agoAdd dose-debcheck job
Christoph Berg [Sat, 16 Jan 2016 23:06:16 +0000 (00:06 +0100)]
Add dose-debcheck job

9 years agoAdd pg-rage-terminator
Christoph Berg [Sat, 16 Jan 2016 08:08:01 +0000 (09:08 +0100)]
Add pg-rage-terminator

9 years agoSkip squeeze for pgbouncer
Christoph Berg [Fri, 15 Jan 2016 19:55:20 +0000 (20:55 +0100)]
Skip squeeze for pgbouncer

checking for OpenSSL... configure: error: not found

9 years agoPostgis: Correct sed line to not create backup files.
Markus Wanner [Fri, 15 Jan 2016 13:06:00 +0000 (14:06 +0100)]
Postgis: Correct sed line to not create backup files.

9 years agopostgis: Also drop sfcgal related symbols from any symbols file.
Markus Wanner [Fri, 15 Jan 2016 10:55:10 +0000 (11:55 +0100)]
postgis: Also drop sfcgal related symbols from any symbols file.

9 years agopostgis: Drop libsfcgal-dev B-D for distributions that lack it.
Markus Wanner [Thu, 14 Jan 2016 11:22:44 +0000 (12:22 +0100)]
postgis: Drop libsfcgal-dev B-D for distributions that lack it.

9 years agoUse standard dep resolver on squeeze again
Christoph Berg [Tue, 12 Jan 2016 12:52:20 +0000 (13:52 +0100)]
Use standard dep resolver on squeeze again

sbuild+aptitude would want multi-arch

9 years agoRun sbuild-update and dput-matrixreloaded in . (and sequentially)
Christoph Berg [Tue, 12 Jan 2016 10:41:22 +0000 (11:41 +0100)]
Run sbuild-update and dput-matrixreloaded in . (and sequentially)

9 years agoFinally upgrade jjb to 1.3.0
Christoph Berg [Mon, 11 Jan 2016 12:25:34 +0000 (13:25 +0100)]
Finally upgrade jjb to 1.3.0

9 years agosbuild --build-dep-resolver=aptitude 18
Christoph Berg [Mon, 11 Jan 2016 10:44:05 +0000 (11:44 +0100)]
sbuild --build-dep-resolver=aptitude

9 years agoEnable backports on jessie
Christoph Berg [Mon, 11 Jan 2016 09:18:29 +0000 (10:18 +0100)]
Enable backports on jessie

9 years agoRestrict jjb to sid+jessie
Christoph Berg [Mon, 11 Jan 2016 09:08:17 +0000 (10:08 +0100)]
Restrict jjb to sid+jessie

9 years agoAdd jenkins-job-builder
Christoph Berg [Sun, 10 Jan 2016 21:38:36 +0000 (22:38 +0100)]
Add jenkins-job-builder

9 years agoFix clean for our old jjb
Christoph Berg [Sat, 9 Jan 2016 23:15:38 +0000 (00:15 +0100)]
Fix clean for our old jjb

9 years agoGet rid of svn as well
Christoph Berg [Sat, 9 Jan 2016 22:48:23 +0000 (23:48 +0100)]
Get rid of svn as well

9 years agoRun all source jobs from the same workspace
Christoph Berg [Sat, 9 Jan 2016 22:37:27 +0000 (23:37 +0100)]
Run all source jobs from the same workspace

9 years agoSkip wheezy and precise for pllua, there are weird errors
Christoph Berg [Sat, 9 Jan 2016 19:14:16 +0000 (20:14 +0100)]
Skip wheezy and precise for pllua, there are weird errors

9 years agoMove preprepare to debian branch
Christoph Berg [Fri, 8 Jan 2016 20:45:48 +0000 (21:45 +0100)]
Move preprepare to debian branch

9 years agoAt the moment there is no beta branch
Christoph Berg [Fri, 8 Jan 2016 12:35:30 +0000 (13:35 +0100)]
At the moment there is no beta branch

9 years ago9.5 is stable
Christoph Berg [Thu, 7 Jan 2016 14:06:38 +0000 (15:06 +0100)]
9.5 is stable

9 years agoAdd beta/devel jobs for several modules
Christoph Berg [Sat, 2 Jan 2016 17:30:50 +0000 (18:30 +0100)]
Add beta/devel jobs for several modules

-sequential shouldn't be necessary anymore

9 years agoDon't fail on .changes with only version-specific .debs
Christoph Berg [Fri, 1 Jan 2016 21:34:44 +0000 (22:34 +0100)]
Don't fail on .changes with only version-specific .debs

9 years agochmod a+r files after changestool
Christoph Berg [Fri, 1 Jan 2016 20:04:34 +0000 (21:04 +0100)]
chmod a+r files after changestool

9 years agoDoh.
Christoph Berg [Fri, 1 Jan 2016 20:02:17 +0000 (21:02 +0100)]
Doh.

9 years agoSkip source changes file for .deb removal
Christoph Berg [Fri, 1 Jan 2016 20:00:24 +0000 (21:00 +0100)]
Skip source changes file for .deb removal

9 years agoShow upload target in dput groovy script
Christoph Berg [Fri, 1 Jan 2016 19:54:43 +0000 (20:54 +0100)]
Show upload target in dput groovy script

9 years agoAllow dput job to only upload version-specific .deb files for beta/devel builds
Christoph Berg [Fri, 1 Jan 2016 19:33:18 +0000 (20:33 +0100)]
Allow dput job to only upload version-specific .deb files for beta/devel builds

9 years agoRemove bzr support, use git-remote-bzr instead
Christoph Berg [Fri, 1 Jan 2016 15:03:10 +0000 (16:03 +0100)]
Remove bzr support, use git-remote-bzr instead

9 years agoEnable beta builds for pgtap and mimeo
Christoph Berg [Fri, 1 Jan 2016 09:49:17 +0000 (10:49 +0100)]
Enable beta builds for pgtap and mimeo

9 years agoMake JJB a variable
Christoph Berg [Fri, 1 Jan 2016 09:48:51 +0000 (10:48 +0100)]
Make JJB a variable

9 years agoAdd pg-partman
Christoph Berg [Mon, 28 Dec 2015 20:11:23 +0000 (21:11 +0100)]
Add pg-partman

9 years agoExclude squeeze for mimeo
Christoph Berg [Mon, 28 Dec 2015 18:25:59 +0000 (19:25 +0100)]
Exclude squeeze for mimeo

9 years agoRevert "Revert "Add libtap-parser-sourcehandler-pgtap-perl"", but exclude squeeze...
Christoph Berg [Mon, 28 Dec 2015 18:19:41 +0000 (19:19 +0100)]
Revert "Revert "Add libtap-parser-sourcehandler-pgtap-perl"", but exclude squeeze (doesn't have pgtap)

This reverts commit 89c2bb16182c0611b99e4804040a939540f2c7ef.

9 years agoRevert "Add libtap-parser-sourcehandler-pgtap-perl"
Christoph Berg [Mon, 28 Dec 2015 16:54:17 +0000 (17:54 +0100)]
Revert "Add libtap-parser-sourcehandler-pgtap-perl"

This reverts commit 99adab1732507e875c673cf024c7740a0968db64.

The following packages have unmet dependencies:
 sbuild-build-depends-libtap-parser-sourcehandler-pgtap-perl-dummy : Depends: perl (>= 5.14) but 5.10.1-17squeeze6 is to be installed or
                                                                              libtest-harness-perl (>= 3.23)
E: Broken packages

9 years agoAdd libtap-parser-sourcehandler-pgtap-perl
Christoph Berg [Mon, 28 Dec 2015 14:17:10 +0000 (15:17 +0100)]
Add libtap-parser-sourcehandler-pgtap-perl

9 years agodput: Edit files in-place
Christoph Berg [Tue, 22 Dec 2015 16:00:04 +0000 (17:00 +0100)]
dput: Edit files in-place

9 years agodput: work around reprepro #808558
Christoph Berg [Tue, 22 Dec 2015 15:40:41 +0000 (16:40 +0100)]
dput: work around reprepro #808558

9 years agoAdd default alias
Christoph Berg [Tue, 22 Dec 2015 09:23:16 +0000 (10:23 +0100)]
Add default alias

9 years agoAdd pgbackman
Christoph Berg [Sat, 19 Dec 2015 20:28:28 +0000 (21:28 +0100)]
Add pgbackman

9 years agoAdd experimental alias
Christoph Berg [Fri, 18 Dec 2015 09:34:46 +0000 (10:34 +0100)]
Add experimental alias

9 years agoProvide unstable alias on sid
Christoph Berg [Wed, 16 Dec 2015 15:21:26 +0000 (16:21 +0100)]
Provide unstable alias on sid

9 years agonewpid -N support
Christoph Berg [Wed, 16 Dec 2015 06:45:19 +0000 (07:45 +0100)]
newpid -N support

9 years agoAdd script to set up network namespaces for newpid
Christoph Berg [Mon, 14 Dec 2015 23:23:50 +0000 (00:23 +0100)]
Add script to set up network namespaces for newpid

9 years agoAdd hint to configure a /var/tmp bindmount
Christoph Berg [Sun, 13 Dec 2015 17:35:27 +0000 (18:35 +0100)]
Add hint to configure a /var/tmp bindmount

9 years agomimeo: Tweak test dependencies on squeeze
Christoph Berg [Sat, 12 Dec 2015 15:39:02 +0000 (16:39 +0100)]
mimeo: Tweak test dependencies on squeeze

9 years agoInclude universe on ubuntu
Christoph Berg [Sat, 12 Dec 2015 15:32:07 +0000 (16:32 +0100)]
Include universe on ubuntu

9 years agoAdd mimeo
Christoph Berg [Wed, 9 Dec 2015 21:15:16 +0000 (22:15 +0100)]
Add mimeo

9 years agoRun pgpool builds sequentially
Christoph Berg [Wed, 9 Dec 2015 11:26:56 +0000 (12:26 +0100)]
Run pgpool builds sequentially

9 years agoexclude pgtop on squeeze
Christoph Berg [Tue, 1 Dec 2015 22:24:35 +0000 (23:24 +0100)]
exclude pgtop on squeeze

9 years agoAdd pgtop
Christoph Berg [Tue, 1 Dec 2015 17:08:25 +0000 (18:08 +0100)]
Add pgtop

9 years agoAdd powa-archivist
Christoph Berg [Wed, 11 Nov 2015 14:33:42 +0000 (15:33 +0100)]
Add powa-archivist

9 years agoMove all server packages to the extra components for version > PGLIBVER
Christoph Berg [Tue, 10 Nov 2015 10:30:26 +0000 (11:30 +0100)]
Move all server packages to the extra components for version > PGLIBVER

9 years agoMake JOBS a variable
Christoph Berg [Sat, 31 Oct 2015 20:49:46 +0000 (21:49 +0100)]
Make JOBS a variable

9 years agoAdd cruft reporting tool
Christoph Berg [Sun, 11 Oct 2015 16:57:48 +0000 (18:57 +0200)]
Add cruft reporting tool

9 years agoAdd script to find missing version -N.N packages
Christoph Berg [Sun, 11 Oct 2015 16:02:15 +0000 (18:02 +0200)]
Add script to find missing version -N.N packages

9 years agoAdd build-essential. 17
Christoph Berg [Sat, 10 Oct 2015 13:27:42 +0000 (15:27 +0200)]
Add build-essential.

9 years agoFix bootstrapping new chroots
Christoph Berg [Sat, 10 Oct 2015 13:21:16 +0000 (15:21 +0200)]
Fix bootstrapping new chroots

9 years agoUpdate PGDG_SH tmp location
Christoph Berg [Sat, 10 Oct 2015 11:09:34 +0000 (13:09 +0200)]
Update PGDG_SH tmp location

9 years agoGoodbye utopic, welcome wily!
Christoph Berg [Sat, 10 Oct 2015 10:55:45 +0000 (12:55 +0200)]
Goodbye utopic, welcome wily!

9 years agoMore bind-mount notes
Christoph Berg [Thu, 8 Oct 2015 10:56:17 +0000 (12:56 +0200)]
More bind-mount notes

9 years agodrop -M, doesn't seem to work reliably on overly on Linux 4.1.6
Christoph Berg [Wed, 7 Oct 2015 21:58:32 +0000 (23:58 +0200)]
drop -M, doesn't seem to work reliably on overly on Linux 4.1.6

9 years agoUse testsuite -MV
Christoph Berg [Wed, 7 Oct 2015 20:12:17 +0000 (22:12 +0200)]
Use testsuite -MV

9 years agoFix /etc/default/locale
Christoph Berg [Wed, 7 Oct 2015 11:59:08 +0000 (13:59 +0200)]
Fix /etc/default/locale

9 years agoUse newnet to run testsuite
Christoph Berg [Wed, 7 Oct 2015 11:12:42 +0000 (13:12 +0200)]
Use newnet to run testsuite

9 years agotestsuite: lock against concurrent apt-get update/upgrade operations on the source...
Christoph Berg [Wed, 7 Oct 2015 10:31:11 +0000 (12:31 +0200)]
testsuite: lock against concurrent apt-get update/upgrade operations on the source chroot

9 years agocreatecluster.conf: Set create_main_cluster = false.
Christoph Berg [Wed, 7 Oct 2015 10:27:33 +0000 (12:27 +0200)]
createcluster.conf: Set create_main_cluster = false.

9 years agoflock against concurrent reprepro operations
Christoph Berg [Wed, 7 Oct 2015 08:48:41 +0000 (10:48 +0200)]
flock against concurrent reprepro operations

9 years agoUpdate testsuite wrapper for sbuild
Christoph Berg [Tue, 6 Oct 2015 17:22:26 +0000 (19:22 +0200)]
Update testsuite wrapper for sbuild

9 years agoDisable parallel builds, we run multiple configurations in parallel instead
Christoph Berg [Tue, 6 Oct 2015 15:29:27 +0000 (17:29 +0200)]
Disable parallel builds, we run multiple configurations in parallel instead

9 years agoresolve alternative build-dependencies on dists other than sid
Christoph Berg [Tue, 6 Oct 2015 11:17:21 +0000 (13:17 +0200)]
resolve alternative build-dependencies on dists other than sid

9 years agoFix variable reference
Christoph Berg [Tue, 6 Oct 2015 10:11:33 +0000 (12:11 +0200)]
Fix variable reference

9 years agoHonor ADT=skip
Christoph Berg [Tue, 6 Oct 2015 10:01:38 +0000 (12:01 +0200)]
Honor ADT=skip

9 years agoWe don't want to promote things on lucid anymore
Christoph Berg [Mon, 5 Oct 2015 21:39:37 +0000 (23:39 +0200)]
We don't want to promote things on lucid anymore

9 years agoAlways update chroots inside sbuild, and update the source chroots every 6h
Christoph Berg [Mon, 5 Oct 2015 20:38:19 +0000 (22:38 +0200)]
Always update chroots inside sbuild, and update the source chroots every 6h

9 years agoAdd /usr/bin/sbuild-pgdg-components.
Christoph Berg [Sun, 4 Oct 2015 19:44:57 +0000 (21:44 +0200)]
Add /usr/bin/sbuild-pgdg-components.