#1148068 Add Artifactory support

Package:
dput-ng
Source:
dput-ng
Submitter:
Sean Anderson
Date:
2026-09-16 16:09:01 UTC
Severity:
normal
Tags:
#1148068#5
Date:
2026-09-16 16:02:20 UTC
From:
To:
JFrog Artifactory is a general-purpose file-hosting server that supports a
variety of repository formats, including Debian repositories [1]. It will
automatically generate metadata files (such as Packages, Sources, and
(In)Release) from uploaded packages. It does not act like a traditional Debian
repo that periodically parses .changes files using dinstall/dak. Instead,
packages must have appropriate properties added to the URL when they are
uploaded in order to specify the distribution, component, and architecture.
Uploading files with the correct properties manually is tedious and
error-prone. Please add support for Artifactory to automate this process.

I have submitted a pull request [2] implementing support for Artifactory.

[1] https://docs.jfrog.com/artifactory/docs/debian-repositories
[2] https://salsa.debian.org/debian/dput-ng/-/merge_requests/51