From f0fbb8259b4aa6018ce7b3ee43af160b604d57ee Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 20 Mar 2015 00:21:50 +0300 Subject: [PATCH] Document uploaders.json file in man. #71 --- cmd/repo_include.go | 3 +++ man/aptly.1 | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/cmd/repo_include.go b/cmd/repo_include.go index 80205c65..93c6194a 100644 --- a/cmd/repo_include.go +++ b/cmd/repo_include.go @@ -201,6 +201,9 @@ Command include looks for .changes files in list of arguments or specified direc .changes file is verified, parsed, referenced files are put into separate temporary directory and added into local repository. Successfully imported files are removed by default. +Additionally uploads could be restricted with file. Rules in this file control +uploads based on GPG key ID of .changes file signature and queries on .changes file fields. + Example: $ aptly repo include -repo=foo-release incoming/ diff --git a/man/aptly.1 b/man/aptly.1 index d2fcb8ba..6052ac13 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -804,6 +804,9 @@ include dependencies into search results Command include looks for \.changes files in list of arguments or specified directories\. Each \.changes file is verified, parsed, referenced files are put into separate temporary directory and added into local repository\. Successfully imported files are removed by default\. . .P +Additionally uploads could be restricted with file\. Rules in this file control uploads based on GPG key ID of \.changes file signature and queries on \.changes file fields\. +. +.P Example: . .P @@ -836,6 +839,10 @@ don\(cqt remove files that have been imported successfully into repository \-\fBrepo\fR={{\.Distribution}} which repo should files go to, defaults to Distribution field of \.changes file . +.TP +\-\fBuploaders\-file\fR= +path to uploaders\.json file +. .SH "CREATES SNAPSHOT OF MIRROR (LOCAL REPOSITORY) CONTENTS" \fBaptly\fR \fBsnapshot\fR \fBcreate\fR \fIname\fR \fBfrom\fR \fBmirror\fR \fImirror\-name\fR \fB|\fR \fBfrom\fR \fBrepo\fR \fIrepo\-name\fR \fB|\fR \fBempty\fR .