You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.230
Former-commit-id: 9450812e31c8497fd04ad7836f3d6737a66e3d3e
This commit is contained in:
parent
724bdae0c1
commit
f18ba2cf19
@ -1 +1 @@
|
|||||||
68e2a845bb27480070695a60f4cdcb72a154a353
|
5c2286d69e2b1592a3bb7109af675eda2ab00fec
|
@ -1 +1 @@
|
|||||||
8518cfdd7136281b77dc008b86eb265159face89
|
c1d028a3fafdc23199df14719085e90004fa9dbb
|
3
external/helix-binaries/xunit-reporter.py
vendored
3
external/helix-binaries/xunit-reporter.py
vendored
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
import urlparse
|
|
||||||
import helix.azure_storage
|
import helix.azure_storage
|
||||||
import helix.event
|
import helix.event
|
||||||
import helix.settings
|
import helix.settings
|
||||||
@ -72,7 +71,7 @@ def main():
|
|||||||
|
|
||||||
log.info("Uploading results from {}".format(results_path))
|
log.info("Uploading results from {}".format(results_path))
|
||||||
|
|
||||||
with file(results_path) as result_file:
|
with open(results_path) as result_file:
|
||||||
test_count = 0
|
test_count = 0
|
||||||
total_regex = re.compile(r'total="(\d+)"')
|
total_regex = re.compile(r'total="(\d+)"')
|
||||||
for line in result_file:
|
for line in result_file:
|
||||||
|
@ -41,7 +41,7 @@ static partial class Consts
|
|||||||
// Use these assembly version constants to make code more maintainable.
|
// Use these assembly version constants to make code more maintainable.
|
||||||
//
|
//
|
||||||
|
|
||||||
public const string MonoVersion = "6.0.0.225";
|
public const string MonoVersion = "6.0.0.230";
|
||||||
public const string MonoCompany = "Mono development team";
|
public const string MonoCompany = "Mono development team";
|
||||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||||
public const string MonoCopyright = "(c) Various Mono authors";
|
public const string MonoCopyright = "(c) Various Mono authors";
|
||||||
|
@ -1 +1 @@
|
|||||||
f04488d495bbf3bdb7ac1c319baf571a2141c1c2
|
8960a37d653039a939985a12347c4314a5a51024
|
@ -1 +1 @@
|
|||||||
b17aadeb6b78a99aee2b77511d9884efa77888bc
|
1bebbd31ba08fbb639edab2308d54067ca5a76e1
|
@ -1 +1 @@
|
|||||||
c34d118fd276336ad85062d6a6a6b3f6b7444fe7
|
e37edc7ec583cebdbb28a44448621959aac3b6d1
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
15b36dcfcbdfbcf409bdc8d146d53b8a0c4aa6b1
|
f98f7a0854157e74434ed6ca591d3f44cc05dfef
|
@ -1 +1 @@
|
|||||||
c24fee98d9f0992305b9b31d8b1625981c725589
|
a40550ce059f422b02b777ed7c4231143e9bc979
|
@ -1 +1 @@
|
|||||||
42696c6ba9f54675dbbbb5084800d59f8b67c8af
|
4d176567891a9d0c459c114f930995c889db0678
|
@ -1 +1 @@
|
|||||||
77e0e45a2a98bbdb0f0f9aecb1c75608ab4430eb
|
bfcd14f430932203f7ef13fb87df53c5d05b439e
|
@ -1 +1 @@
|
|||||||
f04488d495bbf3bdb7ac1c319baf571a2141c1c2
|
8960a37d653039a939985a12347c4314a5a51024
|
@ -1 +1 @@
|
|||||||
b17aadeb6b78a99aee2b77511d9884efa77888bc
|
1bebbd31ba08fbb639edab2308d54067ca5a76e1
|
@ -1 +1 @@
|
|||||||
c34d118fd276336ad85062d6a6a6b3f6b7444fe7
|
e37edc7ec583cebdbb28a44448621959aac3b6d1
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
15b36dcfcbdfbcf409bdc8d146d53b8a0c4aa6b1
|
f98f7a0854157e74434ed6ca591d3f44cc05dfef
|
@ -1 +1 @@
|
|||||||
c24fee98d9f0992305b9b31d8b1625981c725589
|
a40550ce059f422b02b777ed7c4231143e9bc979
|
@ -1 +1 @@
|
|||||||
42696c6ba9f54675dbbbb5084800d59f8b67c8af
|
4d176567891a9d0c459c114f930995c889db0678
|
@ -1 +1 @@
|
|||||||
77e0e45a2a98bbdb0f0f9aecb1c75608ab4430eb
|
bfcd14f430932203f7ef13fb87df53c5d05b439e
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user