52f6dd65a3
### Why I did it To fix those errors: One: ``` Connecting to urm.nvidia.com (urm.nvidia.com)|*.*.*.*|:443... connected. GnuTLS: Error in the pull function. Unable to establish SSL connection. Error 4 make[1]: Leaving directory '/sonic/src/smartmontools' [ target/debs/bullseye/smartmontools_6.6-1_amd64.deb ] ``` Second: ``` Get:90 https://debian-mirror-url buster/main amd64 librrd-dev amd64 1.7.1-2 [284 kB] Get:91 https://debian-mirror-url buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB] Get:92 https://debian-mirror-url buster/main amd64 python-smbus amd64 4.1-1 [12.2 kB] Get:93 https://debian-mirror-url buster/main amd64 python3.7-dev amd64 3.7.3-2+deb10u3 [510 kB] Get:94 https://debian-mirror-url buster/main amd64 python3-dev amd64 3.7.3-1 [1264 B] Get:95 https://debian-mirror-url buster/main amd64 python3-smbus amd64 4.1-1 [12.5 kB] Get:96 https://debian-mirror-url buster/main amd64 rrdtool amd64 1.7.1-2 [485 kB] Fetched 122 MB in 12s (9976 kB/s) [91mE: Failed to fetch https://debian-mirror-url/pool/main/p/python-defaults/python2-minimal_2.7.16-1_amd64.deb 500 Internal Server Error [IP: *.*.*.* 443] E: Failed to fetch https://debian-mirror-url/pool/main/f/fontconfig/fontconfig-config_2.13.1-2_all.deb 500 Internal Server Error [IP: *.*.*.* 443] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? [0mThe command '/bin/sh -c apt-get update && apt-get install -y build-essential python3-dev ipmitool librrd8 librrd-dev rrdtool python-smbus python3-smbus dmidecode i2c-tools psmisc libpci3' returned a non-zero code: 100 [ target/docker-platform-monitor.gz ] Error 1 ``` #### How I did it Add retry mechanism to apt, wget, and curl hooks
111 lines
2.1 KiB
Plaintext
111 lines
2.1 KiB
Plaintext
# OS-generated files
|
|
.DS_Store
|
|
|
|
# Build system related
|
|
.arch
|
|
.platform
|
|
.screen
|
|
rules/config.user
|
|
|
|
# Build artifacts
|
|
fsroot/
|
|
fs.*
|
|
target/
|
|
*.deb
|
|
*.changes
|
|
*.buildinfo
|
|
*.tar
|
|
*.xz
|
|
*.gz
|
|
*-dbg
|
|
*dbg.j2
|
|
*.img
|
|
*.pyc
|
|
|
|
# Slave docker log files
|
|
sonic-slave*/*.log
|
|
|
|
# Autogenerated Dockerfiles
|
|
sonic-slave*/Dockerfile
|
|
sonic-slave*/Dockerfile.user
|
|
dockers/*/Dockerfile
|
|
platform/*/docker-*/Dockerfile
|
|
|
|
# Autogenerated manifest files
|
|
dockers/*/*manifest*
|
|
platform/*/docker-*/*manifest*
|
|
|
|
# Installer-related files and directories
|
|
installer/x86_64/platforms/
|
|
|
|
# Misc. files
|
|
asic_config_checksum
|
|
files/Aboot/boot0
|
|
files/initramfs-tools/arista-convertfs
|
|
files/initramfs-tools/union-mount
|
|
|
|
# Debian byproduct files
|
|
src/**/debian/stamp-*/
|
|
src/**/debian/*.log
|
|
src/**/debian/*.substvars
|
|
src/**/debian/.debhelper/
|
|
src/**/debian/tmp/
|
|
src/**/debian/autoreconf.*
|
|
src/**/debian/build/
|
|
src/**/debian/files
|
|
src/**/debian/stamp-autotools-files
|
|
|
|
# .o files
|
|
src/**/*.o
|
|
|
|
# platform
|
|
platform/**/*.egg-info
|
|
platform/**/*-none-any.whl
|
|
platform/**/.pybuild
|
|
platform/**/debian/*
|
|
!platform/**/debian/control
|
|
!platform/**/debian/rules
|
|
!platform/**/debian/changelog
|
|
!platform/**/debian/compat
|
|
!platform/**/debian/*.postinst
|
|
!platform/**/debian/*.install
|
|
platform/**/build
|
|
platform/**/*.ko
|
|
platform/**/*.mod.c
|
|
platform/**/*.mod.o
|
|
platform/**/*.o
|
|
platform/**/*.d
|
|
platform/**/*.cmd
|
|
platform/**/*.order
|
|
platform/broadcom/sonic-platform-modules-dell/s5232f/sonic_platform/ipmihelper.py
|
|
platform/broadcom/sonic-platform-modules-dell/s6100/modules/dell_ich.c
|
|
platform/broadcom/sonic-platform-modules-dell/s6100/modules/dell_s6100_lpc.c
|
|
platform/broadcom/sonic-platform-modules-dell/z9100/modules/dell_ich.c
|
|
platform/broadcom/sonic-platform-modules-dell/z9100/modules/dell_mailbox.c
|
|
platform/broadcom/sonic-platform-modules-dell/z9264f/sonic_platform/ipmihelper.py
|
|
platform/cisco-8000
|
|
|
|
# buildinfo
|
|
files/build/buildinfo
|
|
files/build/tmp
|
|
dockers/**/buildinfo
|
|
platform/**/buildinfo
|
|
sonic-slave*/**/buildinfo
|
|
|
|
# pytest coverage files
|
|
.coverage
|
|
coverage.xml
|
|
test-results.xml
|
|
htmlcov/
|
|
|
|
# Dev tools
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Debian mirror Sources
|
|
sources.list.*
|
|
!sources.list*.j2
|
|
|
|
# Generated mirror configs
|
|
apt-retries-count
|