Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes: #3765
|
|
|
|
|
|
|
|
atomic update in export-key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If inoticoming is not started while new packages are added to the incoming
directory, those packages would not have been processed straight away.
So, instead of waiting for a subsequent package upload, let's just have
inoticoming perform an initial run on startup.
|
|
|
|
We remove the deprecated dynamic lookup for variables and now have them as
class parameters.
The reprepro::cron and reprepro::inoticoming classes have been integrated
in the reprepro class as two boolean arguments. As these are not mutually
exclusive, it is cleaner that way.
We add a test manifest for the reprepro class along the way.
|
|
This is the recommended way, as it prevents clashes with Ruby function names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|