Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
Baho Utot wrote: > You can change > > } 2>&1 | tee -a $LOG > > to > > } |& tee -a $LOG > > > the |& does the same thing as 2>&1 Perhaps, but the construct I use is clear to me. There is more than one way to do things. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Baho Utot
On 05/15/2013 03:56 PM, Bruce Dubbs wrote: > William Harrington wrote: >> On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: >> >>> Not quite. I just put that out as an example of fetching via >>> svn/ftp/http and some examples of using regex expressions. >>> >>> The changes are not great, but the e

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread William Harrington
On May 15, 2013, at 2:56 PM, Bruce Dubbs wrote: You might want to like into https://mariadb.org/. mysql is being impacted by Oracle in some not-helpful ways. I moved from Solaris to linux with my sun machines when oracle took over as they squashed free support for required patches. Was l

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
William Harrington wrote: > > On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: > >> Not quite. I just put that out as an example of fetching via >> svn/ftp/http and some examples of using regex expressions. >> >> The changes are not great, but the edited diff below shows the relevant >> changes.

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread William Harrington
On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: Not quite. I just put that out as an example of fetching via svn/ftp/http and some examples of using regex expressions. The changes are not great, but the edited diff below shows the relevant changes. Mostly regex additions/changes. Excel

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
William Harrington wrote: > > On May 14, 2013, at 11:27 PM, Bruce Dubbs wrote: > >> I fixed that a couple of days ago. >> >> -- Bruce >> > Is the script at > http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files reflecting > your changes or do you copy the script after changes? Not quite.

Re: [lfs-dev] Script to check package versions

2013-05-14 Thread William Harrington
On May 14, 2013, at 11:27 PM, Bruce Dubbs wrote: I fixed that a couple of days ago. -- Bruce Is the script at http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files reflecting your changes or do you copy the script after changes? Sincerely, William Harrington-- http://linuxfromsc

Re: [lfs-dev] Script to check package versions

2013-05-14 Thread Bruce Dubbs
I fixed that a couple of days ago. -- Bruce On May 14, 2013 11:25 PM, "William Harrington" wrote: > > On May 14, 2013, at 9:47 PM, Bruce Dubbs wrote: > > I was just going to look at that. > It looks like I'll need to add some special cases. > > > I also noticed that it picked up perl 5.18 whic

Re: [lfs-dev] Script to check package versions

2013-05-14 Thread William Harrington
On May 14, 2013, at 9:47 PM, Bruce Dubbs wrote: I was just going to look at that. It looks like I'll need to add some special cases. I also noticed that it picked up perl 5.18 which is in RC3 as far as I know. Hehe. I saw that in the script and was all excited for perl 5.18.0! Sincerely

Re: [lfs-dev] Script to check package versions

2013-05-14 Thread Bruce Dubbs
William Harrington wrote: > > On May 10, 2013, at 9:10 AM, Bruce Dubbs wrote: > >> Thanks William. >> >> -- Bruce > > > Hello, > > I do notice one issue that has just cropped up with kbd. > > altlinux.org/pub/people/legion/kbd has: > > kbd-1.15.tar.gz > kbd-2.0.0wip-20130514.tar.gz (added today a

Re: [lfs-dev] Script to check package versions

2013-05-14 Thread William Harrington
On May 10, 2013, at 9:10 AM, Bruce Dubbs wrote: Thanks William. -- Bruce Hello, I do notice one issue that has just cropped up with kbd. altlinux.org/pub/people/legion/kbd has: kbd-1.15.tar.gz kbd-2.0.0wip-20130514.tar.gz (added today am.) The script states kbd-2.0.0 is the latest now

Re: [lfs-dev] Script to check package versions

2013-05-10 Thread xinglp
2013/5/10 William Harrington : > > On May 9, 2013, at 10:44 PM, Bruce Dubbs wrote: > > You do need to change the > mail command. Just comment it out and uncomment the echo command just > before it. > > > I copied and pasted the command from a browser and all works. > I did change the mail address

Re: [lfs-dev] Script to check package versions

2013-05-10 Thread Bruce Dubbs
William Harrington wrote: > > On May 9, 2013, at 10:44 PM, Bruce Dubbs wrote: > >> You do need to change the >> mail command. Just comment it out and uncomment the echo command just >> before it. > > I copied and pasted the command from a browser and all works. > I did change the mail address for

Re: [lfs-dev] Script to check package versions

2013-05-10 Thread William Harrington
On May 9, 2013, at 10:44 PM, Bruce Dubbs wrote: You do need to change the mail command. Just comment it out and uncomment the echo command just before it. I copied and pasted the command from a browser and all works. I did change the mail address for the output destination as I don' think

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread Bruce Dubbs
xinglp wrote: > 2013/5/9 Bruce Dubbs > >> xinglp wrote: >> >>> And I got these errors with PHP 5.4.12 >>> PHP Warning: Invalid argument supplied for foreach() in >>> /xxx/lfs-latest-files.php on line 26 >>> PHP Warning: Invalid argument supplied for foreach() in >>> /xxx/lfs-latest-files.php on

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread Bruce Dubbs
xinglp wrote: > 2013/5/9 Bruce Dubbs >> >> xinglp wrote: >>> 2013/5/8 Armin K. >> File is here: phpshttp://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files. >>> >>> Would you please provide a zipped .php file of this script. >>> The phps is not formatted well. All tabs were changed

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread xinglp
2013/5/9 Bruce Dubbs > > xinglp wrote: > > 2013/5/8 Armin K. > > >> File is here: > >> http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps > > > > Would you please provide a zipped .php file of this script. > > The phps is not formatted well. All tabs were changed into blanks. > > I

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread xinglp
2013/5/9 Bruce Dubbs > xinglp wrote: > > > And I got these errors with PHP 5.4.12 > > PHP Warning: Invalid argument supplied for foreach() in > > /xxx/lfs-latest-files.php on line 26 > > PHP Warning: Invalid argument supplied for foreach() in > > /xxx/lfs-latest-files.php on line 26 > > PHP War

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread Bruce Dubbs
xinglp wrote: > And I got these errors with PHP 5.4.12 > PHP Warning: Invalid argument supplied for foreach() in > /xxx/lfs-latest-files.php on line 26 > PHP Warning: Invalid argument supplied for foreach() in > /xxx/lfs-latest-files.php on line 26 > PHP Warning: Invalid argument supplied for f

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread Bruce Dubbs
xinglp wrote: > 2013/5/8 Armin K. >> File is here: >> http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps > > Would you please provide a zipped .php file of this script. > The phps is not formatted well. All tabs were changed into blanks. I abhor tabs in code. The file is less than

Re: [lfs-dev] Script to check package versions

2013-05-09 Thread xinglp
2013/5/9 xinglp > > > > 2013/5/8 Armin K. > > On 05/08/2013 12:24 PM, purnomo hadi wrote: >> > link 404 not found >> > >> > >> >> Please do not top post. >> >> File is here: >> http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps > > Would you please provide a zipped .php file of thi

Re: [lfs-dev] Script to check package versions

2013-05-08 Thread xinglp
2013/5/8 Armin K. > On 05/08/2013 12:24 PM, purnomo hadi wrote: > > link 404 not found > > > > > > Please do not top post. > > File is here: > http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps Would you please provide a zipped .php file of this script. The phps is not formatted we

Re: [lfs-dev] Script to check package versions

2013-05-08 Thread Armin K.
On 05/08/2013 12:24 PM, purnomo hadi wrote: > link 404 not found > > Please do not top post. File is here: http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files.phps -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the abo

Re: [lfs-dev] Script to check package versions

2013-05-08 Thread purnomo hadi
link 404 not found 2013/5/7 Bruce Dubbs > I've completed my script to check package versions and set it up to run > on anduin at 01:50 GMT daily and email the results to lfs-book. The > first iteration is now there run at 2013-05-06 21:07:36 GMT. > > The source for the script is at > http://an

[lfs-dev] Script to check package versions

2013-05-06 Thread Bruce Dubbs
I've completed my script to check package versions and set it up to run on anduin at 01:50 GMT daily and email the results to lfs-book. The first iteration is now there run at 2013-05-06 21:07:36 GMT. The source for the script is at http://anduin/~bdubbs/lfs-latest-files.phps. It takes about