Christoph Berg
15106489d6
New upstream version.
...
* New upstream version.
* SSL is always enabled now, drop our patch.
* Add B-D on python3-sphinx-rtd-theme.
2019-01-21 16:19:50 +01:00
Christoph Berg
1a811707c6
releasing package pgloader version 3.5.2-3
2018-07-31 16:24:41 +02:00
Christoph Berg
1844823bce
Rename regress test to ssl
...
And move ca-certificates dependency to correct test
2018-07-05 21:52:54 +02:00
Christoph Berg
a199db1ae4
Debian: Make cl-pgloader test depend on ca-certificates
...
Make cl-pgloader test depend on ca-certificates so the snakeoil certificate is
recognized as a valid CA. (Needs the /etc/ssl/certs/*.0 file.)
2018-07-05 19:07:56 +02:00
Christoph Berg
4eb8c7367f
releasing package pgloader version 3.5.2-2
2018-07-03 22:53:02 +02:00
Christoph Berg
852b3bc888
debian: Test cl-pgloader through sbcl --eval.
2018-07-03 22:49:27 +02:00
Christoph Berg
647bf4cb86
debian/rules: invoke help2man without path
2018-07-03 22:22:01 +02:00
Christoph Berg
d46c3b8c59
debian/rules: Properly format buildapp invocation
2018-07-03 20:16:29 +02:00
Christoph Berg
bba850479b
debian: Skip building and manpage generation in arch-indep builds.
2018-07-03 20:13:15 +02:00
Christoph Berg
ded148228d
debian: Install pgloader.asd into correct location. ( Closes : #857226 )
2018-07-03 18:48:04 +02:00
Christoph Berg
4f5e426fc7
debian: #864309 was fixed in 3.5.2-1
2018-07-03 18:27:51 +02:00
Christoph Berg
8263e587f0
debian/source/options: Ignore changes in src/params.lisp (release vs non-release).
2018-07-03 17:17:28 +02:00
Christoph Berg
906fd96bf1
debian: Build manpage using help2man.
2018-07-03 17:13:35 +02:00
Christoph Berg
b4fae61d41
debian/copyright: syntax fixups
2018-07-03 17:13:35 +02:00
Christoph Berg
cb528c2e19
All included test data has been verified as free, stop building a +dfsg tarball.
2018-07-03 16:37:43 +02:00
Christoph Berg
f19e301c81
debian: Build sphinx docs
...
While we are at it, remove built docs on clean
2018-06-25 15:02:32 +02:00
Christoph Berg
a1d42028a3
Build and install new sphinx docs instead.
2018-06-25 12:47:20 +02:00
Christoph Berg
ee44f19815
debian: Enable SSL in src/hooks.lisp.
2018-06-22 14:35:59 +02:00
Christoph Berg
2160d0abb2
debian: force SSL usage in test via PGSSLMODE
2018-06-22 14:25:12 +02:00
Christoph Berg
7b4821e26c
debian: Depend on the libssl version cl-plus-ssl depends on.
2018-06-22 10:55:16 +02:00
Christoph Berg
eaf3370a16
debian/rules: remove orig target
2018-06-22 10:30:32 +02:00
Christoph Berg
ae26ca5c1d
debian: remove debian/home on clean
2018-06-22 10:15:20 +02:00
Christoph Berg
12af803612
debian: test installed pgloader binary
2018-06-22 10:13:32 +02:00
Christoph Berg
20e5b0bf2a
debian/tests: Depend on postgresql, and run test as root
...
Prepare to test SSL connections, but do not exercise the test yet,
cl-plus-ssl is still broken.
2018-06-21 15:36:52 +02:00
Christoph Berg
7220fc2038
debian: Add watch file.
2018-06-04 12:58:35 +02:00
Christoph Berg
0f1da26a27
Run only allcols.load test for now
2018-06-04 12:52:30 +02:00
Christoph Berg
4cd26c09fd
Add new B-D cl-zs3
2018-05-27 21:37:06 +02:00
Christoph Berg
8e3ebd5f1e
Remove obsolete "make docs" target
...
pgloader.1.md doesn't exist anymore
2018-02-13 21:02:59 +01:00
Christoph Berg
5c4a64197d
Run regression tests via autopkgtest
2017-11-12 21:05:48 +01:00
Christoph Berg
78df9c314a
Sync Depends to cl-pgloader.
...
* Sync Depends to cl-pgloader.
* Priority: optional, move cl-pgloader to Section: lisp.
* Update S-V.
2017-11-11 17:14:18 +01:00
Christoph Berg
3002f4d30e
Add new B-D cl-mustache and cl-yason.
2017-11-11 16:47:08 +01:00
Christoph Berg
28ea825d85
Run wrap-and-sort -st.
2017-11-11 16:39:19 +01:00
Dimitri Fontaine
d71da6ba66
Release pgloader 3.4.1
2017-07-06 16:53:29 +02:00
Adrian Vondendriesch
058f9d5451
Debian ( #578 )
...
* debian: Bump compat version to 9.
* debian: Bump Standards-Version to 3.9.8
2017-07-06 15:38:14 +02:00
Dimitri Fontaine
1c927beb81
Fix cl-postgres packaging (typo).
2016-12-12 12:04:40 +01:00
Dimitri Fontaine
ac202dc70e
Prepare release 3.3.2.
2016-12-03 17:38:52 +01:00
Christoph Berg
27b67c6cf6
Add tzdata to build-depends ( Closes : #839468 ) ( #483 )
2016-11-20 16:58:30 +01:00
Dimitri Fontaine
cb30891fbb
Release pgloader v3.3.1.
2016-08-28 20:31:31 +02:00
Dimitri Fontaine
c724018840
Implement ALTER TABLE clause for MySQL migrations.
...
The new ALTER TABLE facility allows to act on tables found in the MySQL
database before the migration happens. In this patch the only provided
actions are RENAME TO and SET SCHEMA, which fixes #224 .
In order to be able to provide the same option for MS SQL users, we will
have to make it work at the SCHEMA level (ALTER SCHEMA ... RENAME TO
...) and modify the internal schema-struct so that the schema slot of
our table instances are a schema instance rather than its name.
Lacking MS SQL test database and instance, the facility is not yet
provided for that source type.
2016-03-06 21:51:33 +01:00
Dimitri Fontaine
769a4c579f
Preparing next pgloader release (3.2.2).
2015-09-06 21:14:24 +02:00
Dimitri Fontaine
28f6a87165
Interim release and forward porting from rel_3_2_stable.
...
Given the slashdot effect and some bad luck, the binary artefacts of the
3.2.0 release are not currently available, and anyway contain known bugs
that have been fixed meanwhile thanks to early adopters who did open
issues on github.
So we hastily publish the current master's branch version as a github
release with binary files.
2015-01-22 02:25:14 +01:00
Dimitri Fontaine
ed853a7bea
Allow pgloader to work on windows.
2014-11-06 22:12:20 +01:00
Dimitri Fontaine
8f1fc2a7a6
Release version 3.1.1.
2014-11-05 16:20:14 +01:00
Dimitri Fontaine
da70aaf481
Merge debian bugfix.
2014-11-03 14:15:11 +01:00
Dimitri Fontaine
4916e67a9e
Fix --root-dir debian reported bug #767288
2014-11-03 14:08:51 +01:00
Dimitri Fontaine
93990317f3
Rebuild with the new (fixed) dependencies.
2014-10-28 14:56:53 +01:00
Dimitri Fontaine
03b2291332
Rebuild with the new (fixed) dependencies.
2014-10-28 10:51:36 +01:00
Dimitri Fontaine
b0679ede75
Register the new dependency towards cl-metabang-bind in the debian package.
2014-10-02 17:07:27 +02:00
Dimitri Fontaine
a22d4df4b4
Fix debian building where $HOME is read-only.
2014-09-23 10:45:59 +02:00
Dimitri Fontaine
86a3f96d65
Fix debian build on 32 bit systems.
...
requiring 4GB of RAM in the lisp image is pushing those poor guys.
2014-09-22 21:11:03 +02:00