Coder Social home page Coder Social logo

glide.sh's People

Contributors

7heo avatar burmanm avatar drewsonne avatar franciscocpg avatar kofalt avatar mattfarina avatar mkozjak avatar pavel-kazhavets avatar slaunay avatar squanto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

glide.sh's Issues

https://glide.sh/ is down

Found out while trying to install dependencies for a Go project.

This site can’t be reached

glide.sh’s server DNS address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN

Helm in PVC

Hello
I followed instructions to install helm client and version in my kluster using this script, installation was done but once I closed my kluster session, helm just disappeared, I am wondering if it is possible to use this same script to install helm inside a Persistance Volume Claim, how should I use this script to do so?

improve the sh installer

Hi,

I m not sure how you happen to manage the sh installer when you release a new version.

I found out you could get ride of the version file with a command like this,

  # find the latest tag
  if type "wget" > /dev/null; then
    LATEST=`wget -q --no-check-certificate -O - https://api.github.com/repos/${GH}/releases/latest`
  elif type "curl" > /dev/null; then
    LATEST=`curl -L https://api.github.com/repos/${GH}/releases/latest`
  fi
  LATEST=`echo "${LATEST}" | grep -E '"tag_name": "([^"]+)"' | cut -d '"' -f4`
VERSION=`echo ${LATEST}` # value of the last tag x.x.x

BTW, i would like to suggest to add mkdir -p ${GOPATH}/bin, it happened many times that my build failed on CI because my setup was dirty.

BTW², i shamelessly copied and improved your script into a centralized one i can use on all my repo, https://github.com/mh-cbon/latest/blob/master/install.sh,

HTH!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.