Remove unused RELEASE_RPMS variable
It was noticed during reviews of Ic7aa8cbe13e4347b447e84bb9c12483a4e125228 these are unused Change-Id: I9e0fa9d3e4864e54c6fe23f8b6e781e8d5d24bda
This commit is contained in:
parent
e90be5a595
commit
8ee21cb9fd
@ -52,7 +52,6 @@ function _install_repos {
|
||||
--setopt=reposdir=$TMP_HOOKS_PATH/yum.repos.d \
|
||||
--destdir=$WORKING \
|
||||
${DISTRO_NAME}-release
|
||||
RELEASE_RPMS="${DISTRO_NAME}-release"
|
||||
|
||||
# after fedora21, this is split into into a separate -repos
|
||||
# package
|
||||
@ -62,7 +61,6 @@ function _install_repos {
|
||||
--setopt=reposdir=$TMP_HOOKS_PATH/yum.repos.d \
|
||||
--destdir=$WORKING \
|
||||
${DISTRO_NAME}-repos
|
||||
RELEASE_RPMS="${RELEASE_RPMS} ${DISTRO_NAME}-repos"
|
||||
fi
|
||||
|
||||
# --nodeps works around these wanting /bin/sh in some fedora
|
||||
|
Loading…
Reference in New Issue
Block a user