src/*: empty GENTOO_MIRRORS
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
452a71560e
commit
910a2e8426
@ -16,7 +16,7 @@
|
|||||||
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
|
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Original author: Maciej Barć <xgqt@riseup.net>
|
# Original author: Maciej Barć <xgqt@riseup.net>
|
||||||
# Copyright (c) 2020, src_prepare group
|
# Copyright (c) 2020-2021, src_prepare group
|
||||||
# Licensed under the GNU GPL v3 License
|
# Licensed under the GNU GPL v3 License
|
||||||
|
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ fi
|
|||||||
for ebuild in "${@}"
|
for ebuild in "${@}"
|
||||||
do
|
do
|
||||||
# one may want this to be unprivileged
|
# one may want this to be unprivileged
|
||||||
repoman manifest || ebuild "${ebuild}" manifest
|
GENTOO_MIRRORS="" repoman manifest || ebuild "${ebuild}" manifest
|
||||||
|
|
||||||
# we want this to be privileged on Gentoo systems
|
# we want this to be privileged on Gentoo systems
|
||||||
if [ "$(whoami)" != root ] && [ -z "${EPREFIX}" ]
|
if [ "$(whoami)" != root ] && [ -z "${EPREFIX}" ]
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
|
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Original author: Maciej Barć <xgqt@riseup.net>
|
# Original author: Maciej Barć <xgqt@riseup.net>
|
||||||
# Copyright (c) 2020, src_prepare group
|
# Copyright (c) 2020-2021, src_prepare group
|
||||||
# Licensed under the GNU GPL v3 License
|
# Licensed under the GNU GPL v3 License
|
||||||
|
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ export PATH
|
|||||||
|
|
||||||
main() {
|
main() {
|
||||||
[ -f Manifest ] && rm -v Manifest
|
[ -f Manifest ] && rm -v Manifest
|
||||||
repoman --verbose manifest
|
GENTOO_MIRRORS="" repoman --verbose manifest
|
||||||
|
|
||||||
repoman --verbose -Idx full
|
repoman --verbose -Idx full
|
||||||
pkgcheck --verbose scan
|
pkgcheck --verbose scan
|
||||||
|
Loading…
Reference in New Issue
Block a user