specs/stx-jv.rbspec
changeset 339 6582cb445441
parent 334 eb15c224410b
equal deleted inserted replaced
338:80fe74880a49 339:6582cb445441
     4   plat = nil
     4   plat = nil
     5   blob = nil
     5   blob = nil
     6   sha256 = nil
     6   sha256 = nil
     7   pattern = /prebuilt-#{Regexp.quote(component)}/
     7   pattern = /prebuilt-#{Regexp.quote(component)}/
     8 
     8 
     9   artifact_repo = ArtifactRepository::PlainHTTPListing.new('https://swing.fit.cvut.cz/download/smalltalkx/devel/')
     9   artifact_repo = ArtifactRepository::PlainHTTPListing.new('https://dl.vrany.io/public/smalltalkx/devel/')
    10 
    10 
    11   origin_forest_url = HG::Repository.new(BUILD_DIR / '..').paths['default'].slice(0.. - 'stx-goodies-builder-rake'.size - 2) #/
    11   origin_forest_url = HG::Repository.new(BUILD_DIR / '..').paths['default'].slice(0.. - 'stx-goodies-builder-rake'.size - 2) #/
    12   # When building using Jan's staging repositories, use pre-built stc and librun
    12   # When building using Jan's staging repositories, use pre-built stc and librun
    13   # from there too. 
    13   # from there too. 
    14   if (origin_forest_url =~ /192.168.27.250/) then
    14   if (origin_forest_url =~ /192.168.27.250/) then