public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bradford Boyle <[email protected]>
To: Christoph Berg <[email protected]>
Cc: Paul De Audney <[email protected]>
Cc: [email protected]
Subject: Re: Packaging request - pgvector
Date: Thu, 13 Apr 2023 23:05:30 -0700
Message-ID: <CAOMoQbQ+kXEOgaT1WUya9vf78a4Hmi13sNuHz2sEXVvjcMasRQ@mail.gmail.com> (raw)
In-Reply-To: <ZDhG5/[email protected]>
References: <CAFi4Z0zJBF+Lup1kSpBXKxGf1H27VR7v3FUVOuAE4As+GiNgwA@mail.gmail.com>
<CAOMoQbS=2feHy-Q6XVg8D_6_MBTCNnzR_cWy9OC_swN3F3o7nQ@mail.gmail.com>
<ZDeZhL5lU/[email protected]>
<CAOMoQbQ5x59LdopomqWT+3sThEt=2BPEOrAYtA6mZgyx6O+_6A@mail.gmail.com>
<ZDhG5/[email protected]>
Hi Christoph,
I got around to working on this before the weekend. Here is a summary of what I
have done so far and where you can find the different pieces.
* Opened an ITP bug [1] for pgvector
* Wasn't sure if I should use 'X-Debbugs-Cc' to send the bug to either
pgsql-pkg-debian or team+postgresql; I erred on the side of caution and not
spamming lists
* Used 'dh make_pgxs' to create the initial source package
* d/control has me listed as uploader; I think this is correct given my
understanding of Debian policy [2]
* d/changelog contains 'UNRELEASED'; my experience with the Debian Go team is
that it should remain 'UNREALEASED' until its actually uploaded
* Addressed all FIXMEs in the initial source package
* Verified the package builds locally w/ sbuild
* Created new project on salsa [3], update CI/CD settings to point
d/gitlab-ci.yml
* For now, I've pushed my work to 'develop' and not 'master' so I can
incorporate any feedback before squashing and pushing to 'master'
* Added a job for pgvector to the pgapt Jenkins jobs (attached as a patch)
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034391
[2]: https://www.debian.org/doc/debian-policy/ch-controlfields.html#uploaders
[3]: https://salsa.debian.org/postgresql/pgvector
Attachments:
[application/octet-stream] 0001-Add-pgvector.patch (1.3K, 2-0001-Add-pgvector.patch)
download | inline diff:
From 24d811d763e239a68c03f289fdb9da611a0645a3 Mon Sep 17 00:00:00 2001
From: "Bradford D. Boyle" <[email protected]>
Date: Fri, 14 Apr 2023 05:43:13 +0000
Subject: [PATCH] Add pgvector
---
jenkins/packages | 1 +
jenkins/packages.betatests | 1 +
jenkins/pgapt-jobs.yaml | 6 ++++++
3 files changed, 8 insertions(+)
diff --git a/jenkins/packages b/jenkins/packages
index 361e6f6..06f459b 100644
--- a/jenkins/packages
+++ b/jenkins/packages
@@ -88,6 +88,7 @@ pgsql-ogr-fdw
pgstat
pgtap
pgtop
+pgvector
pgxnclient
pldebugger
plpgsql-check
diff --git a/jenkins/packages.betatests b/jenkins/packages.betatests
index a63226a..e887aa0 100644
--- a/jenkins/packages.betatests
+++ b/jenkins/packages.betatests
@@ -81,6 +81,7 @@ pgsql-ogr-fdw
pgstat
pgtap
pgtop
+pgvector
pgxnclient
pldebugger
plpgsql-check
diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml
index 7b81048..6c993a0 100644
--- a/jenkins/pgapt-jobs.yaml
+++ b/jenkins/pgapt-jobs.yaml
@@ -1581,6 +1581,12 @@
jobs:
- git-packages-with-beta
+- project:
+ name: pgvector
+ git-url: https://salsa.debian.org/postgresql/pgvector
+ jobs:
+ - git-packages
+
- project:
name: pg-wait-sampling
git-url: https://github.com/postgrespro/pg_wait_sampling.git
--
2.39.2
view thread (10+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected]
Subject: Re: Packaging request - pgvector
In-Reply-To: <CAOMoQbQ+kXEOgaT1WUya9vf78a4Hmi13sNuHz2sEXVvjcMasRQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox