Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.13.0 broken installation script #919

Closed
Marahin opened this issue Sep 28, 2017 · 3 comments
Closed

0.13.0 broken installation script #919

Marahin opened this issue Sep 28, 2017 · 3 comments

Comments

@Marahin
Copy link

Marahin commented Sep 28, 2017

So I was in the middle of setting up my GitLab CI for my golang pet project, and then it hit me - on another try Glide could not be installed.

I quickly checked this repository just to see that a new release was published - 0.13.0, and I indeed can confirm that both on my gitlab CI and on my PC I cannot install it:

➜  curl https://glide.sh/get | sh;
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4201  100  4201    0     0   6249      0 --:--:-- --:--:-- --:--:--  6242
ARCH=amd64
OS=linux
Using curl as download tool
Getting https://glide.sh/version
TAG=v0.13.0
LATEST_RELEASE_URL=https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
Getting https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
: not foundval:
Fail to install glide

Ubuntu 17.04 on PC, and the GitLab CI runner is some docker FROM scratch.

@jhowtan
Copy link

jhowtan commented Sep 28, 2017

OS=darwin
Using curl as download tool
Getting https://glide.sh/version
TAG=v0.13.0
LATEST_RELEASE_URL=https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
Getting https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
GLIDE_DIST=glide-v0.13.0-darwin-amd64.tar.gz
Downloading https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-darwin-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   623    0   623    0     0   2099      0 --:--:-- --:--:-- --:--:--  2104
100 3557k  100 3557k    0     0  1890k      0  0:00:01  0:00:01 --:--:-- 4065k
glide version 0.12.3 installed successfully

It appears to have rolled back to a previous release.

@franciscocpg
Copy link
Member

It just works for me

curl https://glide.sh/get | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4201  100  4201    0     0   4201      0  0:00:01 --:--:--  0:00:01  5707
ARCH=amd64
OS=linux
Using curl as download tool
Getting https://glide.sh/version
TAG=v0.13.0
LATEST_RELEASE_URL=https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
Getting https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
GLIDE_DIST=glide-v0.13.0-linux-amd64.tar.gz
Downloading https://github.com/Masterminds/glide/releases/download/v0.13.0/glide-v0.13.0-linux-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   622    0   622    0     0    622      0 --:--:-- --:--:-- --:--:--   897
100 3557k  100 3557k    0     0   148k      0  0:00:24  0:00:24 --:--:--  130k
glide version v0.13.0 installed successfully

@mattfarina
Copy link
Member

@jhowtan @Marahin There was a window of about 30 minutes where it was broken. A character in the original release notes caused something in the shell script to break (it didn't handle the character well).

Everything should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants