community/pipermail-archives/sup-talk/2013-03.txt (7211B) - raw
1 From eg@gaute.vetsj.com Mon Mar 25 12:01:46 2013
2 From: eg@gaute.vetsj.com (Gaute Hope)
3 Date: Mon, 25 Mar 2013 13:01:46 +0100
4 Subject: [sup-talk] Website: http://sup.rubyforge.org
5 Message-ID: <51503CAA.9070604@gaute.vetsj.com>
6
7 Hi list,
8
9 It would be great if the website http://sup.rubyforge.org could be
10 updated to reflect the github organization (given that original
11 maintainers agree). Does anyone active now have access to uploading new
12 gems?
13
14 Regards,
15 Gaute
16
17 From eg@gaute.vetsj.com Tue Mar 26 07:11:50 2013
18 From: eg@gaute.vetsj.com (Gaute Hope)
19 Date: Tue, 26 Mar 2013 08:11:50 +0100
20 Subject: [sup-talk] Travis integration
21 In-Reply-To: <sup-heliotrope/sup/pull/9/c15243758@github.com>
22 References: <sup-heliotrope/sup/pull/9/c15243758@github.com>
23 Message-ID: <51514A36.5040907@gaute.vetsj.com>
24
25 Hi,
26
27 Travis integration: I think this is a good idea, especially if we get
28 more tests up and running. My biggest annoyance, charset-issues, could
29 potentially greatly benefit from this. Every time something new is
30 implemented or something is changed it is very easy to forget to test
31 for ASCII / UTF-8 / whatever conversion/mixing and so on, it would be
32 great with a general test that could be easily adapted for theses cases.
33
34 @Whyme: How does your Travis integration work with the new 'test' target?
35
36 What do you think about including the few files that are in the main
37 repositories?
38
39 - Gaute
40
41
42 -------- Original Message --------
43 Subject: Re: [sup] Convert use of Rake::GemPackageTask to
44 Gem::PackageTask (#9)
45 Date: Thu, 21 Mar 2013 08:04:54 -0700
46 From: Whyme.Lyu <notifications at github.com>
47 Reply-To: sup-heliotrope/sup
48 <reply+i-11837079-94d5e391deb98d79554cc13e2825e2d1dcf6c79a-56827 at reply.github.com>
49 To: sup-heliotrope/sup <sup at noreply.github.com>
50 CC: Gaute Hope <eg at gaute.vetsj.com>
51
52 +1 for merging this. With this patch and #10 and #11 applied, I can do
53 `rake gem` locally. And I'm about to setup Travis integration. Even if
54 there're no tests, it'd be much better to just do a smoking build and
55 release a usable gem soon.
56
57 ---
58 Reply to this email directly or view it on GitHub:
59 https://github.com/sup-heliotrope/sup/pull/9#issuecomment-15243758
60
61
62
63
64 From 5longluna@gmail.com Tue Mar 26 11:42:48 2013
65 From: 5longluna@gmail.com (Whyme Lyu)
66 Date: Tue, 26 Mar 2013 19:42:48 +0800
67 Subject: [sup-talk] Travis integration
68 In-Reply-To: <51514A36.5040907@gaute.vetsj.com>
69 References: <sup-heliotrope/sup/pull/9/c15243758@github.com>
70 <51514A36.5040907@gaute.vetsj.com>
71 Message-ID: <515189B8.9050800@gmail.com>
72
73 On 03/26/2013 03:11 PM, Gaute Hope wrote:
74 > What do you think about including the few files that are in the main
75 > repositories?
76
77 Continuous integration is a widely adopted best practice now. A big +1
78 from me.
79
80 > @Whyme: How does your Travis integration work with the new 'test' target?
81
82 Currently I'm just running `rake gem` on Travis. But it's dead easy to
83 define a custom rake task to test + package anyway. I just opened
84 https://github.com/sup-heliotrope/sup/pull/15 for this.
85
86 Two little issues for now:
87
88 * I'm still figuring out required dependencies to get tests running.
89 This could be done soon.
90 * Pull request #12 should be merged before `rake gem` could work.
91
92 -whyme
93
94 From eg@gaute.vetsj.com Tue Mar 26 22:53:12 2013
95 From: eg@gaute.vetsj.com (Gaute Hope)
96 Date: Tue, 26 Mar 2013 23:53:12 +0100
97 Subject: [sup-talk] Travis integration
98 In-Reply-To: <515189B8.9050800@gmail.com>
99 References: <sup-heliotrope/sup/pull/9/c15243758@github.com>
100 <51514A36.5040907@gaute.vetsj.com> <515189B8.9050800@gmail.com>
101 Message-ID: <515226D8.5080805@gaute.vetsj.com>
102
103 Great. #12 is merged. When the 'test' target is ready I think we should
104 merge the Travis stuff too.
105
106 By the way; I have set 'develop' to be the default branch in github.
107 This will make things work more seamlessly (including closing
108 issues/pull request from commits and 'develop' as the default target for
109 pull requests).
110
111 Regards, gaute
112
113 On 26. mars 2013 12:42, Whyme Lyu wrote:
114 > On 03/26/2013 03:11 PM, Gaute Hope wrote:
115 >> What do you think about including the few files that are in the main
116 >> repositories?
117 >
118 > Continuous integration is a widely adopted best practice now. A big +1
119 > from me.
120 >
121 >> @Whyme: How does your Travis integration work with the new 'test' target?
122 >
123 > Currently I'm just running `rake gem` on Travis. But it's dead easy to
124 > define a custom rake task to test + package anyway. I just opened
125 > https://github.com/sup-heliotrope/sup/pull/15 for this.
126 >
127 > Two little issues for now:
128 >
129 > * I'm still figuring out required dependencies to get tests running.
130 > This could be done soon.
131 > * Pull request #12 should be merged before `rake gem` could work.
132 >
133 > -whyme
134 > _______________________________________________
135 > sup-talk mailing list
136 > sup-talk at rubyforge.org
137 > http://rubyforge.org/mailman/listinfo/sup-talk
138
139 From adam.bogacki@clear.net.nz Wed Mar 27 03:02:24 2013
140 From: adam.bogacki@clear.net.nz (Adam Bogacki)
141 Date: Wed, 27 Mar 2013 16:02:24 +1300
142 Subject: [sup-talk] Thunderbird,
143 and a syntax error near unexpected token `"\n"'
144 Message-ID: <51526140.1090102@clear.net.nz>
145
146 I'm trying to add maildirs to sup, adding two tags, one for the
147 Thunderbird folder and one for the name of the mail collection,
148 following the example at
149 http://sup.rubyforge.org/wiki/wiki.pl?ThunderbirdImport
150
151 but keep getting
152
153 > root at Candide03:32 PM~:~$ `ls mdirs`.split("\n").each {|dir|`ls
154 > mdirs/#{dir}`.split("\n").each {|mdir| sup-add -ul
155 > #{dir.downcase},#{mdir.downcase}
156 > `maildir:/home/adam/.icedove/9zurob0v.default/Mail/mdirs/#{dir}/#{mdir}`}}
157 >
158 > bash: syntax error near unexpected token `"\n"'
159
160 Can anyone point out what I am missing here ?
161
162 Regards,
163
164 Adam Bogacki,
165
166 adam.bogacki at clear.net.nz
167
168 -------------- next part --------------
169 An HTML attachment was scrubbed...
170 URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20130327/e5dfe0b0/attachment.html>
171
172 From 5longluna@gmail.com Wed Mar 27 03:29:26 2013
173 From: 5longluna@gmail.com (Whyme Lyu)
174 Date: Wed, 27 Mar 2013 11:29:26 +0800
175 Subject: [sup-talk] Thunderbird,
176 and a syntax error near unexpected token `"\n"'
177 In-Reply-To: <51526140.1090102@clear.net.nz>
178 References: <51526140.1090102@clear.net.nz>
179 Message-ID: <51526796.2070101@gmail.com>
180
181 On 03/27/2013 11:02 AM, Adam Bogacki wrote:
182 > http://sup.rubyforge.org/wiki/wiki.pl?ThunderbirdImport
183
184 The wiki has been migrated to
185 https://github.com/sup-heliotrope/sup/wiki/Thunderbird-Import with some
186 content lost forever. But the new ThunderbirdImport page looks okay for now.
187
188 >> root at Candide03:32 PM~:~$ `ls mdirs`.split("\n").each {|dir|`ls
189 >> mdirs/#{dir}`.split("\n").each {|mdir| sup-add -ul
190 >> #{dir.downcase},#{mdir.downcase}
191 >> `maildir:/home/adam/.icedove/9zurob0v.default/Mail/mdirs/#{dir}/#{mdir}`}}
192 >>
193 >> bash: syntax error near unexpected token `"\n"'
194
195 Looks like the wiki doesn't make it clear enough: the code is Ruby code,
196 not bash. Besides, your code is slightly different from the code on
197 Github wiki: the third pair of backticks should wrap sup-add...#{mdir}
198 instead of `maildir:...#{mdir}`.
199
200 Honestly I haven't tried to import Thunderbird data yet since I'm still
201 trying to get a usable .gem package in Ruby 1.9. But hope this helps anyway.
202
203 -whyme
204