You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.134
Former-commit-id: 364d53307062f14fb72cff247c89c8a312aa882d
This commit is contained in:
parent
413682e1ba
commit
be71a71334
@ -1 +1 @@
|
|||||||
d4eb8520ea86245b6c9dfeb83ac67a150e203d68
|
dc3d238eb5b32f3b9d95af57d0add50dae0ea152
|
@ -1 +1 @@
|
|||||||
627ee29fcdc157195f80e189e7a08055bb955d15
|
82861fc1f4a9dedd06e51008d67c6b3b7b3ba1dd
|
2
external/bockbuild/bockbuild/environment.py
vendored
2
external/bockbuild/bockbuild/environment.py
vendored
@ -12,7 +12,7 @@ class EnvironmentItem:
|
|||||||
self.values = values
|
self.values = values
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.joinchar.join(self.values)
|
return os.path.expandvars(self.joinchar.join(self.values))
|
||||||
|
|
||||||
|
|
||||||
class Environment:
|
class Environment:
|
||||||
|
@ -34,7 +34,7 @@ static 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 = "5.14.0.125";
|
public const string MonoVersion = "5.14.0.134";
|
||||||
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,5 +1,4 @@
|
|||||||
../../test-helpers/NunitHelpers.cs
|
../../test-helpers/NunitHelpers.cs
|
||||||
System.ServiceProcess/ServiceBaseTest.cs
|
System.ServiceProcess/ServiceBaseTest.cs
|
||||||
System.ServiceProcess/ServiceControllerTest.cs
|
|
||||||
System.ServiceProcess/ServiceControllerPermissionAttributeTest.cs
|
System.ServiceProcess/ServiceControllerPermissionAttributeTest.cs
|
||||||
System.ServiceProcess/ServiceControllerPermissionTest.cs
|
System.ServiceProcess/ServiceControllerPermissionTest.cs
|
||||||
|
@ -1 +0,0 @@
|
|||||||
786fbd93e02b369570d1c9a004f41e495e59062b
|
|
@ -1 +1 @@
|
|||||||
893f2ad93ea2470cc59e4960b51fe683c870f49b
|
638ba91f5fe73ff64471b71454b5168427471d68
|
@ -1 +1 @@
|
|||||||
f35ac4fce686918e2e987e8acbcdc46d6a97764a
|
ade73dcbf855d754472d484a4ffd634eba1bbced
|
@ -1 +1 @@
|
|||||||
0e330bafa63f8bd145c7143962d19fd926e7fde0
|
0810625454c66e829c0287a87039095562557bf5
|
@ -1 +1 @@
|
|||||||
03cb6ca187d31ea32322a164856c6a02753270c2
|
18f7c9a48f6ace23980e9438f0c214c2e26cff8c
|
@ -1 +1 @@
|
|||||||
898a55885e4afcd1a4e9fccdc675db59b5f3127a
|
f58f2f6586fa5c670a5bdb6ceb1808300e9df869
|
@ -1 +1 @@
|
|||||||
0ee1bb501f0a53864ed03f061a829816b728d2a0
|
3d3486576cfdc1a7d9ac757b762b06d61a075109
|
@ -1 +1 @@
|
|||||||
d0608d70a50226633cb2626c45365c7ec8d987f1
|
c110a47d73cb9303e73d4edc4d8ddee657846219
|
@ -1 +1 @@
|
|||||||
893f2ad93ea2470cc59e4960b51fe683c870f49b
|
638ba91f5fe73ff64471b71454b5168427471d68
|
@ -1 +1 @@
|
|||||||
f35ac4fce686918e2e987e8acbcdc46d6a97764a
|
ade73dcbf855d754472d484a4ffd634eba1bbced
|
@ -1 +1 @@
|
|||||||
0e330bafa63f8bd145c7143962d19fd926e7fde0
|
0810625454c66e829c0287a87039095562557bf5
|
@ -1 +1 @@
|
|||||||
03cb6ca187d31ea32322a164856c6a02753270c2
|
18f7c9a48f6ace23980e9438f0c214c2e26cff8c
|
@ -1 +1 @@
|
|||||||
898a55885e4afcd1a4e9fccdc675db59b5f3127a
|
f58f2f6586fa5c670a5bdb6ceb1808300e9df869
|
@ -1 +1 @@
|
|||||||
0ee1bb501f0a53864ed03f061a829816b728d2a0
|
3d3486576cfdc1a7d9ac757b762b06d61a075109
|
@ -1 +1 @@
|
|||||||
d0608d70a50226633cb2626c45365c7ec8d987f1
|
c110a47d73cb9303e73d4edc4d8ddee657846219
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user