diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:31:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:31:36 -0400 |
| commit | 9ed76f0158b3d631cf7a868278d2b345a8e544a7 (patch) | |
| tree | b0b3f873dd7b068155d7c0006956b4a2d6ceac87 /doc | |
| parent | 565d3536da40f098d3931bd7fd2bcfa2625a90d1 (diff) | |
| parent | 9e69b8baac4448a5e12364497662a03b01cd17e2 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
Diffstat (limited to 'doc')
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/gitpush_problem/comment_7_1cfed50e43cc4ec816999f4f1de79762._comment b/doc/forum/gitpush_problem/comment_7_1cfed50e43cc4ec816999f4f1de79762._comment new file mode 100644 index 00000000..0fb091e5 --- /dev/null +++ b/doc/forum/gitpush_problem/comment_7_1cfed50e43cc4ec816999f4f1de79762._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="picca" + subject="comment 7" + date="2015-08-19T07:40:38Z" + content=""" +Yes you are right I generated the Debian package but not from a tagged version. +Now that I created the 2.7.1 version from the tag, it works. + +thanks +"""]] diff --git a/doc/todo/File.containsConfPair___38___LightDM.autoLogin_properties/comment_4_2049a1ce601ba77f4139f844d0fd91b2._comment b/doc/todo/File.containsConfPair___38___LightDM.autoLogin_properties/comment_4_2049a1ce601ba77f4139f844d0fd91b2._comment new file mode 100644 index 00000000..f4e0921f --- /dev/null +++ b/doc/todo/File.containsConfPair___38___LightDM.autoLogin_properties/comment_4_2049a1ce601ba77f4139f844d0fd91b2._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="spwhitton" + subject="comment 4" + date="2015-08-17T00:57:54Z" + content=""" +Thanks for the ideas. I've implemented them as a new commit to my confpairs branch. Please take a look. + +Two points: + +1. I dropped the SectionEnd helper function. My implementation of adjustSection didn't need it and I couldn't think up a case where it would be needed. + +2. I'm using a tuple `(section, key, value)` as the second argument to `ConfFile.containsIniPair`, rather than just using four arguments as you suggested. If `ConfFile.containsIniPair` takes four arguments, then it cannot be used infix when attached to other properties with the `&` operator, without using extra brackets. +"""]] |
