Apt

Apt feeder

This feeder can create the stream starting from an apt repository. It supports also flat repositories.
It is possible to specify the frequency of the quering and receive a message every time a new package is published.

Parameters

ParameterTypeDefaultDescription
urlSTRINGemptyURL of the apt repo
freqDURATION60show often the feed should be parsed
suiteSTRING“stable”suite of the repo to keep under control
archSTRINGempty"architecture of the repo, if empty the first arch returned by the Release file will be used
indexSTRINGemptyURL of the Packages file (it overrides the url parameter)
insecureBOOLfalseallow repository with insecure certificates
... | <apt: url="http://apt.modmyi.com/dists/stable/Release", insecure="true", freq="3h"> | ...

Output

Text

The main field of the Message will contain the filename of the package and all the other field will be present in extra fields.

Extra

List of the supported field that will be returned as extra field.

Name
Filename
Size
MD5sum
SHA1
SHA256
DescriptionMD5
Depends
InstalledSize
Package
Architecture
Version
Section
Maintainer
Homepage
Description
Tag
Author
Name

Examples