Page 2 of 2

Re: Sourceforge report generator

Posted: 18. Apr 2010, 13:48
by Shador
Just updated to version 1.2. I did not just take JRD's version as I wasn't completely happy about it. I couldn't have generated 32 and 64 bit reports on one machine. So I implemented it a bit differently with multiple guessing methods one of which is JRDs. For now there are only two. One extracts a comment from the SLKBUILD and uses that one, the other one is JRD's uname -m solution. The priority is also in exactly this order. So if comment fails, uname -m is used instead which should never fail.

Re: Sourceforge report generator

Posted: 24. Apr 2010, 10:12
by laprjns
Shador wrote:Just updated to version 1.2. I.
Are there some lines missing at the bottom of the 1.2 script? When I run the copied script I get the following:

Code: Select all

rich[1.2.1]$ slkbuild-postgen system-config-printer-1.2.1-i486-1rj.txz 
/home/rich/bin/slkbuild-postgen: line 156: syntax error: unexpected end of file
rich[1.2.1]$ 

Re: Sourceforge report generator

Posted: 24. Apr 2010, 14:11
by Shador
That's weird I just downloaded a new copy and tested it without any problems.
Although you should pass either the SLKBUILD or the directory containing it instead of the package as argument, it shouldn't cause this error and it doesn't here.
However as specifiying an invalid file causes kind of garbled output, I uploaded a new version (1.2.1), which checks for this. I also uploaded md5sums so you can check whether you properly downloaded it.

Re: Sourceforge report generator

Posted: 24. Apr 2010, 17:51
by jbs1136
When I clicked on the link and downloaded it missed some code, so I opened the link in a new tab, copied all and saved in mousepad. Everything was there.

john

Re: Sourceforge report generator

Posted: 24. Apr 2010, 19:33
by Shador
It seems like a problem with the server. Sometimes it only sends part of the page. Maybe I can fix it with a upgrade.

Re: Sourceforge report generator

Posted: 20. Apr 2015, 02:01
by icaroperseo
Does anyone still have this script through her/his stuff? It seems that the website is down.

In that case, It may also be a good idea to update the wiki: http://docs.salixos.org/wiki/index.php/ ... repository

Re: Sourceforge report generator

Posted: 22. Apr 2015, 22:31
by laprjns
Here's a copy of what I've been using;
http://people.salixos.org/laprjns/slkbuild-postgen/

Re: Sourceforge report generator

Posted: 23. Apr 2015, 02:52
by icaroperseo
laprjns wrote:Here's a copy of what I've been using;
http://people.salixos.org/laprjns/slkbuild-postgen/
Thanks a lot, seems very usefull.