summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13fix missing commaHEADmasterMicah Anderson
2013-02-13add customizable incoming sourceMicah Anderson
2013-02-13add $incoming_source variable to allow for customizing the incoming ↵add_customizable_incomingMicah Anderson
configuration, set to the original by default
2013-02-13Merge branch 'add_customizable_distributions' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13add possibility to have a customizable distributions templateadd_customizable_distributionsMicah Anderson
2013-02-13Merge branch 'add_customizable_index' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13add the ability to have a customized index.htmladd_customizable_indexMicah Anderson
2013-02-13Merge branch 'fix_missingdependency' into leapMicah Anderson
2013-02-13Merge branch 'add_secringsource' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13Merge branch 'add_signwith' into leapMicah Anderson
Conflicts: templates/distributions.erb
2013-02-13Merge branch 'lint' into leapMicah Anderson
Conflicts: manifests/lighty.pp
2013-02-13Merge branch 'master' into leapMicah Anderson
this brings our master back to before we made some changes. I've split out those changes into topic branches, and rebased them on top of the current state of master. I will merge those in next Conflicts: manifests/init.pp templates/distributions.erb
2013-02-13add a service dependency on the reprepro package, without it, the following ↵fix_missingdependencyMicah Anderson
can occur: err: /Stage[main]/Reprepro/Service[reprepro]: Could not evaluate: Could not find init script for 'reprepro'
2013-02-13add a $secring_source parameter to allow for specifying a file resource ↵add_secringsourceMicah Anderson
source for the .gnupg/secring.gpg, setting it to undef by default
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-02-09now we can use a local index.html templatevarac
2013-02-06fix typo from previous commitMicah Anderson
2013-02-06add a $secring_source parameter to allow for specifying a file resource sourceMicah Anderson
for the .gnupg/secring.gpg, setting it to undef by default
2013-02-06Revert "add a service dependency on the reprepro package, without it, the ↵Micah Anderson
following can occur:" This reverts commit 3c35eb649158b6d88e41ba32067df8fab0f78ce5. I didn't realize the $handle_incoming_with_inotify option
2013-02-06add a service dependency on the reprepro package, without it, the following ↵Micah Anderson
can occur: err: /Stage[main]/Reprepro/Service[reprepro]: Could not evaluate: Could not find init script for 'reprepro'
2013-02-06make Signwith optional, defaulting to the previous setting (yes)Micah Anderson
2013-02-06missed a couple lints in previous commitMicah Anderson
2013-02-06linting the moduleMicah Anderson
2013-02-06Merge branch 'master' into leapMicah Anderson
There were merge conflicts with this merge, but I deliberately merged with '-s recursive -X theirs' to take the shared modules version of the changes. We had some changes that we made, that I will incorporate as separate commits on top of shared
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é