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

Update Scoop repo as part of release process #3135

Open
Daniel15 opened this issue Apr 13, 2017 · 3 comments
Open

Update Scoop repo as part of release process #3135

Daniel15 opened this issue Apr 13, 2017 · 3 comments
Assignees

Comments

@Daniel15
Copy link
Member

JSON file that needs to be updated: https://github.com/lukesampson/scoop/blob/master/bucket/yarn.json

Should be able to use the -Update flag to Scoop's checkver script: https://github.com/lukesampson/scoop/blob/master/bin/checkver.ps1

Steps for script:

  1. Get latest Yarn version from https://yarnpkg.com/latest-version
  2. Get current Scoop JSON file from https://raw.githubusercontent.com/lukesampson/scoop/master/bucket/yarn.json
  3. If version number in yarn.json matches version number of latest Yarn, exit the script (it's already up to date)
  4. Clone Scoop repo into temp directory
  5. Either run checkver script to update the manifest, or just update it through our own script
  6. Send it as a pull request through GitHub's hub command-line tool
@IAMtheIAM
Copy link

IAMtheIAM commented Oct 4, 2017

Any progress on this? Currently scoop install yarn installs 0.27.5 but the latest is 1.1.0

For now I'm just using scoop install https://raw.githubusercontent.com/lukesampson/scoop/master/bucket/yarn.json and it installs the latest version specified there.

Info from scoop docs

@tech4him1
Copy link

@IAMtheIAM Did you run scoop update first? It is installing 1.1.0 for me.

@IAMtheIAM
Copy link

I think my scoop install went bad. It was giving errors when running scoop update so I just wacked the folder and reinstalled scoop. Now scoop install yarn does install v 1.1.0. Thanks for the tip

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

3 participants