Honor the global NO_SIGN in update_repo.sh
This commit is contained in:
parent
1739ec74b5
commit
770d48c63b
1
Makefile
1
Makefile
@ -92,6 +92,7 @@ RPMS = rpm/noarch/qubes-logos-$(QBSLOGOS_VERSION)-*.rpm \
|
||||
|
||||
update-repo:
|
||||
ln -f $(RPMS) yum/installer/rpm/
|
||||
export NO_SIGN
|
||||
(cd yum && ./update_repo.sh)
|
||||
|
||||
iso:
|
||||
|
@ -24,6 +24,9 @@ update_repo()
|
||||
for repo in dom0-updates installer qubes-dom0 ; do
|
||||
echo "--> Processing repo: $repo..."
|
||||
check_repo $repo/rpm -o $repo/repodata || continue
|
||||
if [ x$NO_SIGN != x"1" ]; then
|
||||
check_repo $repo/rpm -o $repo/repodata || continue
|
||||
fi
|
||||
update_repo $repo -o $repo/repodata
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user