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

Republish deb packages to MSFT Ubuntu, Debian, etc. feeds #1567

Open
bpkroth opened this issue Apr 4, 2024 · 1 comment
Open

Republish deb packages to MSFT Ubuntu, Debian, etc. feeds #1567

bpkroth opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bpkroth
Copy link

bpkroth commented Apr 4, 2024

Feature description

#516 and related seems to have removed publishing .deb releases to MSFT apt lists for things like Ubuntu, Debian, etc.

Without this, one cannot simply do apt install git-credential-manager for instance (e.g., after adding the appropriate sources).

As that is the preferred mode of install for several use cases (e.g., to avoid bloated and unnecessary dotnet dependencies), this leaves users with hand rolled scripts to install an unsigned package that has no "latest" version or regular updates.

This can lead to security concerns of its own in addition to any it is trying to mitigate by, for instance, acting as a replacement for ssh authentication.

Please consider adding support for this standard installation method back into the mix.

Thanks!

@bpkroth bpkroth added the enhancement New feature or request label Apr 4, 2024
@bpkroth
Copy link
Author

bpkroth commented Jun 17, 2024

Short of this, could you perhaps update your release pipeline to include symlinks to the .deb file without a version in the name?

Then one could at least issue a curl -L command pointing at https://github.com/git-ecosystem/git-credential-manager/releases/download/latest/gcm-linux_amd64.latest.deb

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

No branches or pull requests

1 participant