205 |
,DirectoryUpload(name="upload" |
,DirectoryUpload(name="upload" |
206 |
,workersrc="lcov-html" |
,workersrc="lcov-html" |
207 |
,masterdest=util.Interpolate("~/lcov-upload/%(prop:buildername)s-%(prop:buildnumber)s") |
,masterdest=util.Interpolate("~/lcov-upload/%(prop:buildername)s-%(prop:buildnumber)s") |
208 |
,url=util.Interpolate("lcov/%(prop:buildername)s-%(prop:buildnumber)s/") |
,url=util.Interpolate("lcov/%(prop:buildername)s-%(prop:buildnumber)s/")) |
209 |
# ,compress='gz' |
,steps.MasterShellCommand(name="latest" |
210 |
) |
,command=["/bin/ln","-fsT",util.Interpolate("/home/buildbot/lcov-upload/%(prop:buildername)s-%(prop:buildnumber)s") |
211 |
,steps.MasterShellCommand(name="latest",command=["/bin/ln","-fsT",util.Interpolate("~/lcov-upload/%(prop:buildername)s-%(prop:buildnumber)s"),util.Interpolate("~/lcov-upload/%(prop:buildername)s-latest")]) |
,util.Interpolate("/home/buildbot/lcov-upload/%(prop:buildername)s-latest")]) |
212 |
]) |
]) |
213 |
|
|
214 |
c['builders'].append(util.BuilderConfig( |
c['builders'].append(util.BuilderConfig( |