No longer able to wget the latest CraftBukkit build

Discussion in 'Bukkit Help' started by jonathanyc, Nov 6, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    jonathanyc

    Hello,

    After the move to the "new versioning system," I'm suddenly unable to wget any CraftBukkit builds. I get:
    Code:
    [jonathan@corton plugins]$ wget http://ci.bukkit.org/job/dev-CraftBukkit/1389/org.bukkit$craftbukkit/artifact/org.bukkit/craftbukkit/1.8.1-R5-SNAPSHOT/craftbukkit-1.8.1-R5-SNAPSHOT.jar
    Resolving ci.bukkit.org... 85.236.96.185
    
    2011-11-06 13:13:02 ERROR 404: Not Found.
     
    The same thing happens with curl.

    Is the Bukkit team now doing some funky stuff in order to restrict downloads other than from browsers?

    Thanks.
     
  2. Offline

    Acrobot

  3. Offline

    Jono20201

    Hi,

    This is also annoying our end. On our control panel we have it setup to directly download from ci.bukkit.org, can we not go to the old way? If not I will need to manually host our own copy meaning we cannot provide quick updates.

    Regards,
     
  4. Offline

    TnT

    Try putting single quotes around it:

    Code:
    wget 'http://ci.bukkit.org/job/dev-CraftBukkit/1389/org.bukkit$craftbukkit/artifact/org.bukkit/craftbukkit/1.8.1-R5-SNAPSHOT/craftbukkit-1.8.1-R5-SNAPSHOT.jar'
    ^ Worked for me when I just tried it.
     
    Jono20201 likes this.
  5. Offline

    Jono20201

    Brilliant! Thank you!
     
Thread Status:
Not open for further replies.

Share This Page