On Tuesday, 19 November 2019 19:19:09 GMT Neil Bothwick wrote:
> On Tue, 19 Nov 2019 12:36:06 +, Peter Humphrey wrote:
> > > The syntax of some of the q apps changed recently, which is probably
> > > why it is complaining now.
> >
> > I don't think it's a matter of syntax; I couldn't find anyt
On Tue, 19 Nov 2019 12:36:06 +, Peter Humphrey wrote:
> > The syntax of some of the q apps changed recently, which is probably
> > why it is complaining now.
>
> I don't think it's a matter of syntax; I couldn't find anything
> resembling --reinitialize in any likely man page, including man
On Tuesday, 19 November 2019 10:05:37 GMT Neil Bothwick wrote:
> On Tue, 19 Nov 2019 09:28:10 +, Peter Humphrey wrote:
> > I have a small script /etc/portage/repo.postsync.d/q-reinit which is
> > causing emerge --sync to complain. I don't know where it's come from,
> > but its date stamp is 15
On Tue, 19 Nov 2019 09:28:10 +, Peter Humphrey wrote:
> I have a small script /etc/portage/repo.postsync.d/q-reinit which is
> causing emerge --sync to complain. I don't know where it's come from,
> but its date stamp is 15 September.
Does qfile tell you where it came from?
I don't have that
Hello list,
I have a small script /etc/portage/repo.postsync.d/q-reinit which is causing
emerge --sync to complain. I don't know where it's come from, but its date
stamp is 15 September.
This is the script:
#!/bin/sh
repository_name=$1
repository_path=$3
if [ -n "${repository_name}" ]; then
5 matches
Mail list logo