Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-02 04:42:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-02 04:42:01 +0300
commita560146b7ce6fe9ac36c69c7818c288befe8f113 (patch)
tree3527d85b6f105e7fbfa55dc236bb91c4543b2b88 /packaging/MacSDKRelease
parent02db562b69bde4881bae5c41a008597b00baeadc (diff)
[MacSDKRelease] Pin revision of mono-extensions
With the new bockbuild in place we can finally remove the implicit dependency on a point-in-time state of mono-extensions and instead explicitly pin the desired revision.
Diffstat (limited to 'packaging/MacSDKRelease')
-rw-r--r--packaging/MacSDKRelease/mono-extensions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/MacSDKRelease/mono-extensions.py b/packaging/MacSDKRelease/mono-extensions.py
index 2d52fdae973..a1c6eeb7c36 100644
--- a/packaging/MacSDKRelease/mono-extensions.py
+++ b/packaging/MacSDKRelease/mono-extensions.py
@@ -7,7 +7,8 @@ class MonoExtensionsPackage(Package):
Package.__init__(self, 'mono-extensions', None,
sources=['git@github.com:xamarin/mono-extensions.git'],
git_branch=self.profile.release_packages[
- 'mono'].git_branch
+ 'mono'].git_branch,
+ revision='07ad37d63e0e9dcf7c879a72bc14c5d6c794f7b6'
)
self.source_dir_name = 'mono-extensions'