2 Replies Latest reply on Apr 9, 2013 1:13 PM by msavy

    http://repo.boxgrinder.org doesn't resolve

    sweeney

      Hi

       

      I'm trying to use the boxgrinder-meta.appl file as a basis for building a boxgrinder Jenkins slave VM image for deployment to AWS.  I'm using source cloned from https://github.com/boxgrinder/boxgrinder-appliances.git: my problem is that the build fails trying to resolve the following:

       

      # Meta addins
      - "yum --nogpg -y install http://repo.boxgrinder.org/boxgrinder/meta/boxgrinder-meta-addins-1-3.noarch.rpm"

       

      Trying to view the repository fails with a 'too many redirects' error.  Hitting it from the command line shows the following:

       

      [root@boxgrinder1 ~]# wget http://repo.boxgrinder.org

      --2013-04-09 11:57:20--  http://repo.boxgrinder.org/

      Resolving repo.boxgrinder.org... 63.246.7.180

      Connecting to repo.boxgrinder.org|63.246.7.180|:80... connected.

      HTTP request sent, awaiting response... 302 Found

      Location: http://www.fnokd.com [following]

      --2013-04-09 11:57:20--  http://www.fnokd.com/

      Resolving www.fnokd.com... 63.246.7.180

      Connecting to www.fnokd.com|63.246.7.180|:80... connected.

      HTTP request sent, awaiting response... 302 Found

      Location: http://www.fnokd.com [following]

      --2013-04-09 11:57:21--  http://www.fnokd.com/

      Connecting to www.fnokd.com|63.246.7.180|:80... connected.

      HTTP request sent, awaiting response... 302 Found

      ...

       

      &c., until the maximum redirect count is reached.  I suspect that this may be a wrongly configured mirror.  Should I log a Jira?

       

      Tony