summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-30 04:45:05 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-30 04:45:05 +0000
commit1f834d793dba890cc69806179cacb0ced0b9d02c (patch)
tree623df5edc2b3970a376ce5d28a858c4d4a3dfa1a
parentSome minor fixes for manifest code (branches/2.1.2 r6923) (diff)
downloadportage-multirepo-1f834d793dba890cc69806179cacb0ced0b9d02c.tar.gz
portage-multirepo-1f834d793dba890cc69806179cacb0ced0b9d02c.tar.bz2
portage-multirepo-1f834d793dba890cc69806179cacb0ced0b9d02c.zip
Add support for RSYNC_EXTRA_OPTS to webrsync (branches/2.1.2 r6927)
svn path=/main/branches/2.1.2.9/; revision=7477
-rwxr-xr-xbin/emerge-webrsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index 1e5f60ba..d8c02573 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -8,9 +8,9 @@
type portageq > /dev/null || exit $?
eval $(portageq envvar -v FEATURES FETCHCOMMAND GENTOO_MIRRORS \
PORTAGE_BIN_PATH PORTAGE_INST_UID PORTAGE_INST_GID PORTAGE_NICENESS \
- PORTAGE_TMPDIR PORTDIR PORTAGE_RSYNC_EXTRA_OPTS http_proxy ftp_proxy)
+ GENTOO_MIRRORS PORTAGE_INST_UID PORTAGE_INST_GID PORTAGE_NICENESS \
+ PORTAGE_TMPDIR PORTDIR PORTAGE_RSYNC_EXTRA_OPTS)
DISTDIR="${PORTAGE_TMPDIR}/emerge-webrsync"
-export http_proxy ftp_proxy
# If PORTAGE_NICENESS is overriden via the env then it will
# still pass through the portageq call and override properly.