summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13make Signwith configurable, defaulting to the previous setting (yes)add_signwithMicah Anderson
2013-02-13lint current state of the modulelintMicah Anderson
2013-02-13Merge remote-tracking branch 'koumbit/multi_repo_support'Micah Anderson
2013-01-08remove descriptions now that policy is looserAntoine Beaupré
2013-01-08remove distribution codenamesAntoine Beaupré
we prefer distribution-agnostic names like stable/testing/unstable by default
2013-01-08remove lenny/oldstableAntoine Beaupré
2013-01-07run the notification daemon as the proper userAntoine Beaupré
2013-01-07Revert "make sure the user belongs to the right group if we haven't created it"Antoine Beaupré
This reverts commit a33c09dd96f310e997c2365ebfd23860b65e61f4.
2013-01-07reprepro shouldn't be able to write to uploadersAntoine Beaupré
2013-01-07make sure the user belongs to the right group if we haven't created itAntoine Beaupré
2013-01-07really remove inotify classAntoine Beaupré
2013-01-07Merge branch 'master' into multi_repo_supportAntoine Beaupré
2013-01-07typo in the readmeAntoine Beaupré
2013-01-07mention multi-repository supportAntoine Beaupré
2013-01-07Merge branch 'master' into multi_repo_supportAntoine Beaupré
2013-01-07do not mention lenny or distributionsAntoine Beaupré
since those may change according to policy, we just refer to stable, testing and unstable now.
2013-01-07get rid of the inotify class as this was failing if it wasn't usedAntoine Beaupré
2013-01-07make the user/group customizable per repositoryAntoine Beaupré
2013-01-07split all resources in their own filesAntoine Beaupré
2013-01-07move parametrized class elements into a define to support multiple repositoriesAntoine Beaupré
2013-01-07explain how to upgrade from previous versionsAntoine Beaupré
2013-01-07make the key script support multiple repositoriesAntoine Beaupré
2013-01-07kill last remains of etchAntoine Beaupré
2013-01-07Removing files/uploaders-sidSilvio Rhatto
2013-01-07make architecture list configurableAntoine Beaupré
Closes: #3765
2013-01-07fix syntax error under 2.6Antoine Beaupré
2013-01-07Merge remote branch 'intrigeri/master' into devAntoine Beaupré
2012-11-03A POSIX shell is enough to run export-keyTails developers
2012-11-03Make export-key fail if any command failsTails developers
2012-11-03Create temp file in the same directory as the file it'll replace to get an ↵Tails developers
atomic update in export-key
2012-11-03Fail-close if multiple-keys are present by quoting KEY in export-keyTails developers
2012-11-03Always remove tempfile if something wrong happen in export-keyTails developers
2012-11-03Use uppercase for global shell variablesTails developers
2012-11-03Properly quote @basedir paths in export-keyTails developers
2012-11-03Use Debian style indentation in export-keyTails developers
2012-11-03Test for 'something' instead of 'not nothing' in export-keyTails developers
2012-11-03Use new-style shell expansion in export-keyTails developers
2012-11-03Add support for status in initscriptTails developers
2012-11-03Add a default value for $USER in initscriptTails developers
Relying on the external shell environment can lead to issue hard to understand. We explicitly set USER to root by default, and let admins override it in the default file.
2012-11-03Adjust whitespaces in initscriptsTails developers
2012-11-03Remove useless boilerplate from skeleton initscriptTails developers
2012-11-03Improve descriptions in initscriptTails developers
2012-11-03Fix boot dependencies in initscriptTails developers
inoticoming lies in /usr/bin so it needs $remote_fs and not $local_fs.
2012-11-03Have inoticoming perform an initial search of the directoryTails developers
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.
2012-11-03Ensure that 'ensure' is the first attributeTails developers
See Style Guide: <http://docs.puppetlabs.com/guides/style_guide.html#attribute-ordering>
2012-11-03Group related exec and file resourcesTails developers
2012-11-03Define each file and exec resources separatelyTails developers
See Style Guide: <http://docs.puppetlabs.com/guides/style_guide.html#compression>
2012-11-03Use recommanded style for file modesTails developers
See Style Guide: <http://docs.puppetlabs.com/guides/style_guide.html#file-modes>
2012-11-03Have Puppet check mandatory class parameter is passed, rather than doing it ↵intrigeri
by hand.
2012-10-25Remove useless $server from file sourcesTails developers