File warewulf-vnfs.rhel-proxy.patch of Package warewulf-vnfs-gnu12-openmpi4 (Revision 1d4b7a2e114fa736ac1988eac9e56d08)
Currently displaying revision 1d4b7a2e114fa736ac1988eac9e56d08 , Show latest
11
1
--- b/libexec/wwmkchroot/include-rhel 2020-02-21 10:17:41.000000000 -0800
2
+++ a/libexec/wwmkchroot/include-rhel 2020-02-21 17:09:27.232376164 -0800
3
4
echo "reposdir=0" >> $CHROOTDIR/$YUM_CONF
5
+ # 03/13/15 karl.w.schulz@intel.com - honor proxy setting if configured on local host
6
+ proxy_host=`grep "^proxy=" /etc/yum.conf`
7
+ if [ $? -eq 0 ];then
8
+ echo "$proxy_host" >> $CHROOTDIR/$YUM_CONF
9
+ fi
10
if [ "$PKG_MGR" = "dnf" ]; then
11