Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Add repro-get install-by-name --best-effort PKG1 PKG2 ... to allow installing unpinned packages #81

Open
AkihiroSuda opened this issue Jul 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AkihiroSuda
Copy link
Member

repro-get install-by-name --best-effort PKG1 PKG2 ... will try to use a pinned package if the pin is present in SHA256SUMS.
If not present, it will just install the available version, and record the pin to the SHA256SUMS file.

@AkihiroSuda AkihiroSuda added the enhancement New feature or request label Jul 25, 2023
@AkihiroSuda
Copy link
Member Author

install-by-name will call these commands:

# `apt-get download` does not download deps
apt-get install --download-only -o Dir::Cache::Archives=/foo gcc

dnf install --downloadonly --destdir /foo gcc

(cd /foo && apk fetch --recursive gcc)

pacman -S --downloadonly --noconfirm --cachedir=/foo gcc

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

No branches or pull requests

1 participant