specs/stx-jv.rbspec
changeset 70 8e73f248c6d4
parent 67 75b6eb7b781c
child 80 c213d491e876
child 82 e6de30bc6669
--- a/specs/stx-jv.rbspec	Wed Nov 02 22:00:20 2016 +0000
+++ b/specs/stx-jv.rbspec	Mon Nov 14 20:09:29 2016 +0000
@@ -86,7 +86,7 @@
     end
 
     redefine BUILD_DIR / 'stx' / 'stc' => BUILD_DIR do
-      if core_developer? or jenkins? then
+      if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
         checkout :'swing:private:hg', 'stx/stc', :branch => 'jv'
       else
         download_blob_matching(/prebuilt-stc/, BUILD_DIR / 'stx')
@@ -94,7 +94,7 @@
     end
 
     redefine BUILD_DIR / 'stx' / 'librun' => BUILD_DIR do      
-      if core_developer? or jenkins? then
+      if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
         checkout :'swing:private:hg', 'stx/librun', :branch => 'jv'
       else        
         download_blob_matching(/prebuilt-librun/, BUILD_DIR / 'stx')