summaryrefslogtreecommitdiff
path: root/doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn
diff options
context:
space:
mode:
authorpaluho@d3c592540b13adabc6068206dbdc60d73ef013992015-06-21 16:24:06 +0000
committeradmin2015-06-21 16:24:06 +0000
commit59bbe126a50773f29d07ef9e8017c01decad81e2 (patch)
tree5b15250941b5bf0d85fa50493d497178006c10e6 /doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn
parentbacdbc416d7d5ad29ad7be20ea6c8b9494ea08a6 (diff)
Diffstat (limited to 'doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn')
-rw-r--r--doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn b/doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn
index 86c4350b..e11f5010 100644
--- a/doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn
+++ b/doc/forum/Experimental_propellor_augeas_intergration_+_workflow_concenrs.mdwn
@@ -1,3 +1,3 @@
I'm not experienced haskeller, but I've started to work on augeas property for propellor. I've created a separate repo for it: https://github.com/paluh/propellor-augeas. I will try to rewrite some existing properties on top of this and add some new. It is in a really early stage, but it works.
-I think that it will be a lot easier to work on propellor core properties and features, if it will be separated lib without any "spinning" abilities. Currently when I'm trying to read your or my commit history there is a lot of "propellor spin" commits without any sensible comment. In addition it will be a lot harder to merge my changes to your repo - I can't just send you pull request. What do you think about extracting pure library from existing project?
+I think that it will be a lot easier to work on propellor core properties and features, if it will be separated lib without any "spinning" abilities. Currently when I'm trying to read your or my commits history, there is a lot of "propellor spin" commits, without any sensible comment. In addition, it is hard to merge any changes to your repo - I can't just send you pull request. In case of such a broad project as propellor, I think that it will be beneficial to facilitate cooperation and to separate deployment mechanics from core configuration management parts. What do you think about extracting pure library from existing project?