apt/retries: specify option from the Acquire group - #638
Merged
Conversation
per man apt.conf, Acquire group is not part of the apt group
Member
|
Confirmed locally by running Thanks for spotting this |
martignoni
added a commit
to moodlebox/pi-gen-moodlebox
that referenced
this pull request
Nov 11, 2022
…i-Distro-master * 'master' of https://github.com/RPi-Distro/pi-gen: use a single partitioned loop device (RPi-Distro#641) Add parameter to keep cap_setfcap Updates to avoid common pitfalls when changing the RELEASE variable stage2: pre-install kms++-utils apt/retries: specify option from the Acquire group (RPi-Distro#638) Update README.md document WPA_COUNTRY Code format (RPi-Distro#636) Update release notes Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set Update release notes Update release notes nodered is no longer included in full images
martignoni
added a commit
to moodlebox/pi-gen-moodlebox
that referenced
this pull request
Nov 11, 2022
* RPi-Distro-master: use a single partitioned loop device (RPi-Distro#641) Add parameter to keep cap_setfcap Updates to avoid common pitfalls when changing the RELEASE variable stage2: pre-install kms++-utils apt/retries: specify option from the Acquire group (RPi-Distro#638) Update README.md document WPA_COUNTRY Code format (RPi-Distro#636) Update release notes Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set Update release notes Update release notes nodered is no longer included in full images
oschrenk
added a commit
to oschrenk/pi-gen
that referenced
this pull request
Jan 22, 2023
* upstream: (30 commits) apt/retries: specify option from the Acquire group (RPi-Distro#638) Update README.md document WPA_COUNTRY Code format (RPi-Distro#636) Update release notes Disable first run wizard if DISABLE_FIRST_BOOT_USER_RENAME is set Update release notes Update release notes nodered is no longer included in full images Update release notes Update release notes Switch to sys-mods' firstboot script Install 'file' Update release notes Install picamera2 Default to dhcpcd for now Use raspi-config to set WPA_COUNTRY stage2: Install NetworkManager Modify 010_pi-nopasswd to match FIRST_USER_NAME Update release notes Adjust partition formatting and mount options Use unbundled BlueJ variant ...
SRaus
referenced
this pull request
in analogdevicesinc/kuiper
Jun 6, 2023
per man apt.conf, Acquire group is not part of the apt group
wandering-andy
pushed a commit
to wandering-andy/pi-gen
that referenced
this pull request
Oct 15, 2023
per man apt.conf, Acquire group is not part of the apt group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
retries did not work for me.
Per man apt.conf, Acquire group is not part of the apt group.
See also the code,
which looks for the config option
Retries(_config->FindI("Acquire::Retries",and notAPT::Acquire::RetriesThe only settings lookup I found was ever for
APT::Acquire::Translation, which is deprecated.[ retries=3 later became standard, but wise to specify for all older versions ]