[MacSDKRelease] Pin revision of mono-extensions
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 2 Jun 2017 01:42:01 +0000 (03:42 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 2 Jun 2017 01:42:01 +0000 (03:42 +0200)
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.

packaging/MacSDKRelease/mono-extensions.py

index 2d52fdae9731b7685a601996c03c3c47e394418b..a1c6eeb7c36c83cd9b17f01bcde612ce6074c38a 100644 (file)
@@ -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'