70880780f0
Allows specifying the path to a yum repo configuration file to be used during the image build process. The repo configuration file is removed at the end of the build. This is useful in that it allows using any arbitrary repo configuration during an image build. Change-Id: I7d5c67d74a0bb4722ffc60aacfd9fa7e80fb59d5
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
set -o pipefail
|
|
|
|
sudo rm -f $TMP_MOUNT_PATH/etc/yum.repos.d/dib-yum-repo-conf.repo
|