[ARVADOS] updated: 2.1.0-1925-gb14d0a0ac

Git user git at public.arvados.org
Tue Feb 15 18:12:43 UTC 2022


Summary of changes:
 lib/install/deps.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  b14d0a0ac78eac7d074ca81411d456605f61bb24 (commit)
      from  fd9342c42faaf2c6aa2a6800fe91172bf24e2916 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b14d0a0ac78eac7d074ca81411d456605f61bb24
Author: Tom Clegg <tom at curii.com>
Date:   Tue Feb 15 13:12:07 2022 -0500

    Get phantomjs pkg from cache.arvados.org.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 1d3cc0927..483ce9c93 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -262,7 +262,7 @@ ln -sf /var/lib/arvados/go/bin/* /usr/local/bin/
 		} else {
 			err = inst.runBash(`
 PJS=phantomjs-`+pjsversion+`-linux-x86_64
-wget --progress=dot:giga -O- https://bitbucket.org/ariya/phantomjs/downloads/$PJS.tar.bz2 | tar -C /var/lib/arvados -xjf -
+wget --progress=dot:giga -O- https://cache.arvados.org/$PJS.tar.bz2 | tar -C /var/lib/arvados -xjf -
 ln -sf /var/lib/arvados/$PJS/bin/phantomjs /usr/local/bin/
 `, stdout, stderr)
 			if err != nil {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list