GetComponents on Cactus website is out of date

Issue #338 closed
Ian Hinder created an issue

When I download GetComponents using the instructions at

http://cactuscode.org/documentation/GetComponents.php

I get the following warning when I run it:

You are using an outdated version of GetComponents. Please use the version from GitHub (https://github.com/gridaphobe/CRL) (if you are using the Einstein Toolkit, the new version should already be in Cactus/bin/GetComponents

The version of GetComponents on the Cactus website should be automatically updated from the GitHub repository when the repository is changed. It should not be necessary for users to have Git to check out Cactus.

Keyword:

Comments (11)

  1. Ian Hinder reporter
    • removed comment

    When I try to follow the instructions, I get the following error:

    MacBook:testcactus ian$ wget https://github.com/gridaphobe/CRL/raw/master/GetComponents --2011-03-23 15:39:51-- https://github.com/gridaphobe/CRL/raw/master/GetComponents Resolving github.com... 207.97.227.239 Connecting to github.com|207.97.227.239|:443... connected. ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'. To connect to github.com insecurely, use `--no-check-certificate'.

    If I use the suggested option, it works, and I can download Cactus from a thornlist, but I don't think we should suggest this. Can we figure out what the problem with the certificate is?

  2. anonymous
    • removed comment

    Rather than suggesting to pass the --no-check-certificate flag, I could have the user right-click the GetComponents link in order to save the file (removing the .txt extension).

  3. Roland Haas
    • removed comment

    curl is maybe nicer since you an do that on a cluster (saves one scp call) and we can use the same command in the new users tutorial where we would presumably would like to keeps things as simple as possible for new users.

  4. Log in to comment