specs/stx-jv.rbspec
branchfeature-block-in-context
changeset 80 c213d491e876
parent 70 8e73f248c6d4
child 92 09cb62fedda3
--- a/specs/stx-jv.rbspec	Tue Nov 22 21:19:13 2016 +0000
+++ b/specs/stx-jv.rbspec	Mon Nov 14 23:00:13 2016 +0000
@@ -47,7 +47,7 @@
 
   # FORKED libraries
   # ======================================================================
-  package "stx:libbasic", :repository => :'bitbucket:janvrany', :branch => 'jv'
+  package "stx:libbasic", :repository => :'bitbucket:janvrany', :branch => 'jv', :revision => 'feature-block-in-context'
   package "stx:libbasic2", :repository => :'bitbucket:janvrany', :branch => 'jv'
   package "stx:libbasic3", :repository => :'bitbucket:janvrany', :branch => 'jv'
   package "stx:libcomp", :repository => :'bitbucket:janvrany', :branch => 'jv'
@@ -87,7 +87,7 @@
 
     redefine BUILD_DIR / 'stx' / 'stc' => BUILD_DIR do
       if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
-        checkout :'swing:private:hg', 'stx/stc', :branch => 'jv'
+        checkout :'swing:private:hg', 'stx/stc', :branch => 'jv', :revision => 'feature-block-in-context'
       else
         download_blob_matching(/prebuilt-stc/, BUILD_DIR / 'stx')
       end
@@ -95,7 +95,7 @@
 
     redefine BUILD_DIR / 'stx' / 'librun' => BUILD_DIR do      
       if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
-        checkout :'swing:private:hg', 'stx/librun', :branch => 'jv'
+        checkout :'swing:private:hg', 'stx/librun', :branch => 'jv', :revision => 'feature-block-in-context'
       else        
         download_blob_matching(/prebuilt-librun/, BUILD_DIR / 'stx')
       end
@@ -214,7 +214,7 @@
   package "stx:goodies/xmlsuite", :repository => :'bitbucket:janvrany'  
   package "stx:goodies/loggia", :repository => :'exept:public'
   package 'stx:goodies/smaCC',:repository => :'bitbucket:janvrany'
-  package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :link => false
+  package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :revision => 'feature-block-in-context', :link => false
   package "stx:goodies/builder", :repository => :'bitbucket:janvrany',:branch => 'jv', :link => false
   package "stx:goodies/builder/reports"