Mailing List Archive

[PREFIX] small bug in emerge --sync
I fixed a small bug in emerge so that at least emerge -sync will sync the
base gentoo ebuild repository (though not the prefixed one, of course)

===================================================================
--- emerge
+++ emerge
@@ -2698,7 +2698,7 @@
if "--quiet" not in myopts:
print ">>> Checking server timestamp ..."

- rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync",
+ rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync",

portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"],
" ".join(rsync_opts)])

--
gentoo-osx@gentoo.org mailing list
Re: [PREFIX] small bug in emerge --sync [ In reply to ]
Thanks, I'm sure Kito will squash this one as soon as he's done moving
;)

On 28-04-2006 11:52:17 -0700, Christopher Chan wrote:
> I fixed a small bug in emerge so that at least emerge -sync will sync the
> base gentoo ebuild repository (though not the prefixed one, of course)
>
> ===================================================================
> --- emerge
> +++ emerge
> @@ -2698,7 +2698,7 @@
> if "--quiet" not in myopts:
> print ">>> Checking server timestamp ..."
>
> - rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync",
> + rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync",
>
> portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"],
> " ".join(rsync_opts)])
>

--
Fabian Groffen
Gentoo for Mac OS X Project
--
gentoo-osx@gentoo.org mailing list
Re: [PREFIX] small bug in emerge --sync [ In reply to ]
> I fixed a small bug in emerge so that at least emerge -sync will sync the
> base gentoo ebuild repository (though not the prefixed one, of course)

Applied, thanks!

--
Emanuele
--
gentoo-osx@gentoo.org mailing list