[gentoo-user] Re: fetch restriction bypass

2012-05-01 Thread James
Michael Orlitzky orlitzky.com> writes: > On 04/30/2012 09:40 PM, Michael Orlitzky wrote: > > And, the cookies don't get set in a normal HTTP request. > For this to make sense, you probably want to read, "HTML request." Ok, I've got to think about all of this feedback and figure out what to do.

Re: [gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread Michael Orlitzky
On 04/30/2012 09:40 PM, Michael Orlitzky wrote: > > And, the cookies don't get set in a normal HTTP request. For this to make sense, you probably want to read, "HTML request."

Re: [gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread Michael Orlitzky
On 04/30/2012 02:45 PM, James wrote: > Michael Orlitzky orlitzky.com> writes: > > >> You'll have to script something. > I gave this a serious shot, but it's not easy. First, you can override the ebuild environment: $ cat /etc/portage/bashrc if [ "${EBUILD_PHASE}" == "clean" ] && [ "${PN}

Re: [gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread Michael Orlitzky
On 04/30/12 14:45, James wrote: > Michael Orlitzky orlitzky.com> writes: > > >> You'll have to script something. > > OK? Any examples or pseudo code > that outlines how to do this? > > Surely, it's been done before? > > maybe something in CPAN? You said you're already using scp to move thing

Re: [gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread Michael Orlitzky
On 04/30/12 14:50, Michael Mol wrote: > On Mon, Apr 30, 2012 at 2:42 PM, James wrote: >> Michael Mol gmail.com> writes: >> >> >>> Use a network-mounted distfiles directory on a common file server? >>> That way, once you've downloaded it once, for any system, the package >>> is right there for the

Re: [gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread Michael Mol
On Mon, Apr 30, 2012 at 2:42 PM, James wrote: > Michael Mol gmail.com> writes: > > >> Use a network-mounted distfiles directory on a common file server? >> That way, once you've downloaded it once, for any system, the package >> is right there for the rest. > > > Well I do not use NFS or such, bu

[gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread James
Michael Orlitzky orlitzky.com> writes: > You'll have to script something. OK? Any examples or pseudo code that outlines how to do this? Surely, it's been done before? maybe something in CPAN? James

[gentoo-user] Re: fetch restriction bypass

2012-04-30 Thread James
Michael Mol gmail.com> writes: > Use a network-mounted distfiles directory on a common file server? > That way, once you've downloaded it once, for any system, the package > is right there for the rest. Well I do not use NFS or such, but, I do scp the restricted files around. My environment is