File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1260,16 +1260,18 @@ if __name__ == "__main__":
1260
1260
else :
1261
1261
err = execute ("/bin/bash -e -x %s/build.sh 2>&1" % scriptDir )
1262
1262
1263
- dieOnError (err , format ("Error while executing %(sd)s/build.sh\n "
1263
+ dieOnError (err , format ("Error while executing %(sd)s/build.sh on `%(h)s'. \n "
1264
1264
"Log can be found in %(w)s/BUILD/%(p)s-latest/log" ,
1265
+ h = socket .gethostname (),
1265
1266
sd = scriptDir ,
1266
1267
w = abspath (args .workDir ),
1267
1268
p = spec ["package" ]))
1268
1269
1269
1270
syncHelper .syncToRemote (p , spec )
1270
- info (format ("Build successfully completed. "
1271
+ info (format ("Build successfully completed on `%(h)s'. \n "
1271
1272
"Your software installation is at:"
1272
1273
"\n \n %(wp)s" ,
1274
+ h = socket .gethostname (),
1273
1275
wp = abspath (join (args .workDir , args .architecture ))))
1274
1276
for x in develPkgs :
1275
1277
info (format ("\n Build directory for package %(p)s is %(w)s/BUILD/%(p)s-latest/%(p)s" ,
You can’t perform that action at this time.
0 commit comments