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

Provide insiders builds in a yum repo #26307

Closed
darrenkenny opened this issue May 9, 2017 · 9 comments
Closed

Provide insiders builds in a yum repo #26307

darrenkenny opened this issue May 9, 2017 · 9 comments
Assignees
Labels
feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux
Milestone

Comments

@darrenkenny
Copy link

At the moment the latest stable releases are being made available from a yum repo at:

Really would be fantastic if the insider's build could also be made available in this way, from something like:

From what I can see this is being done for Ubuntu, so why not RHEL7?

It would make the updating of the more frequent Insiders builds a lot easier than having to download them then install manually.

If you cannot provide a repo, then even a valid direct link that could be installed directly like:

  • yum install http://..../code-insiders-...rpm

would be good - with the current re-directions it doesn't appear to be possible to get a valid URL to do this from the download page.

Thanks,

Darren.

@egamma egamma added the feature-request Request for new features or functionality label May 9, 2017
@Tyriar
Copy link
Member

Tyriar commented May 9, 2017

Hm, could have sworn there was an issue for this already but I can't find it.

The reason is because the signing process for rpms is manual currently, so it's too large of a time investment until it's automated. We're blocked by another team internally on this.

@Tyriar Tyriar added install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux labels May 9, 2017
@Tyriar Tyriar added this to the Backlog milestone May 9, 2017
@AmandaCameron
Copy link

Don't suppose there's been any update on this?

@ngetchell
Copy link

I use the insider builds and dislike having to go to the website to download the latest bits after every update.

@darkvertex
Copy link

Same here. I'd be willing to settle for a Microsoft-provided yum repo of "unsigned" insiders builds if it meant we could have them more easily. :/

For now this seems to work for me:

wget "https://go.microsoft.com/fwlink/?LinkID=760866" -O /tmp/code-insiders.rpm && sudo yum install -y /tmp/code-insiders.rpm && rm /tmp/code-insiders.rpm

@thomasfedb
Copy link

@Tyriar any update on the signing blocker?

@sevenryze
Copy link

Any update for this feature? Goto website to download is a little bit inconvenient. so, please..

@RangerGH
Copy link

Any update? I see it was closed (I think) on 5/2018 with no comments. As mentioned above having to download manually each time is a pain.

@robellegate
Copy link

robellegate commented Jun 6, 2019

@RangerGH, the issue wasn't closed. The message you saw is duplicate issue #49952 which was closed with a link back to this issue.

I'm eagerly anticipating an update for this feature. @darkvertex workaround works well, but it's not as seamless as just using a yum repo.

@Tyriar Tyriar modified the milestones: Backlog, November 2019 Nov 27, 2019
@Tyriar
Copy link
Member

Tyriar commented Dec 5, 2019

Took our sweet time but this is now up and running, set up the rpm repo with these instructions and install using sudo dnf install code-insiders 🎉

@Tyriar Tyriar closed this as completed Dec 5, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux
Projects
None yet
Development

No branches or pull requests

10 participants