Re: [arch-general] [arch-dev-public] Most up-to-date distro
On Mon, Jul 20, 2009 at 16:18, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Guess who it is? http://oswatershed.org/
Do they have rss feeds? Where are they getting the list of "upstream releases"? Can it be customized? This could really be handy for arch-games...
On Mon 20 Jul 2009 17:40 -0400, Daenyth Blank wrote:
On Mon, Jul 20, 2009 at 16:18, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Guess who it is? http://oswatershed.org/
Do they have rss feeds? Where are they getting the list of "upstream releases"? Can it be customized? This could really be handy for arch-games...
They have a git repo... maybe you can steal their code.
Loui Chang wrote:
On Mon 20 Jul 2009 17:40 -0400, Daenyth Blank wrote:
On Mon, Jul 20, 2009 at 16:18, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Guess who it is? http://oswatershed.org/
Do they have rss feeds? Where are they getting the list of "upstream releases"? Can it be customized? This could really be handy for arch-games...
They have a git repo... maybe you can steal their code.
I'm working on a script for arch that does this. -- Daniel J Griffiths (Ghost1227) griffithsdj@archlinux.us http://ghost1227.com
Le Mon, 20 Jul 2009 18:07:15 -0400, Daniel J Griffiths <ghost1227@archlinux.us> a écrit :
I'm working on a script for arch that does this.
I'm working on something like that too, to help me monitor my AUR packages. I haven't done anything much yet though, and I have begun to write it in Lua which is probably a bad idea because most people don't know it. Could you share your code somewhere so that we don't duplicate the work? -- catwell
On Mon, Jul 20, 2009 at 18:44, Pierre Chapuis<catwell@archlinux.us> wrote:
Le Mon, 20 Jul 2009 18:07:15 -0400, Daniel J Griffiths <ghost1227@archlinux.us> a écrit :
I'm working on a script for arch that does this.
I'm working on something like that too, to help me monitor my AUR packages. I haven't done anything much yet though, and I have begun to write it in Lua which is probably a bad idea because most people don't know it.
Could you share your code somewhere so that we don't duplicate the work?
-- catwell
I'm probably too lazy to join in, but if you host it on github I'll at least follow it and maybe send a patch or two
Pierre Chapuis wrote:
Le Mon, 20 Jul 2009 18:07:15 -0400, Daniel J Griffiths <ghost1227@archlinux.us> a écrit :
I'm working on a script for arch that does this.
I'm working on something like that too, to help me monitor my AUR packages. I haven't done anything much yet though, and I have begun to write it in Lua which is probably a bad idea because most people don't know it.
Could you share your code somewhere so that we don't duplicate the work?
You may well have more success than I do. Finding the current upstream version for packages on hosting sites is easy, doing it for joe schmoe's website isn't so simple... If all you want to do is monitor what packages you maintain that are actually /marked/ out of date, that's simple.. I could throw together a shell script for that in a few seconds (let me know if you think I should). -- Daniel J Griffiths (Ghost1227) griffithsdj@archlinux.us http://ghost1227.com
On Mon, Jul 20, 2009 at 19:48, Daniel J Griffiths<ghost1227@archlinux.us> wrote:
If all you want to do is monitor what packages you maintain that are actually /marked/ out of date, that's simple.. I could throw together a shell script for that in a few seconds (let me know if you think I should).
Patch against pkgtools git with PKGBUILD update as well? :D
Daenyth Blank wrote:
On Mon, Jul 20, 2009 at 19:48, Daniel J Griffiths<ghost1227@archlinux.us> wrote:
If all you want to do is monitor what packages you maintain that are actually /marked/ out of date, that's simple.. I could throw together a shell script for that in a few seconds (let me know if you think I should).
Patch against pkgtools git with PKGBUILD update as well? :D
what was that? -- Daniel J Griffiths (Ghost1227) griffithsdj@archlinux.us http://ghost1227.com
On Mon, Jul 20, 2009 at 22:27, Daniel J Griffiths<ghost1227@archlinux.us> wrote:
what was that?
My laziness. I'd like such a script. I'll throw it in pkgtools :P
Le Mon, 20 Jul 2009 19:48:51 -0400, Daniel J Griffiths <ghost1227@archlinux.us> a écrit :
You may well have more success than I do. Finding the current upstream version for packages on hosting sites is easy, doing it for joe schmoe's website isn't so simple... If all you want to do is monitor what packages you maintain that are actually /marked/ out of date, that's simple.. I could throw together a shell script for that in a few seconds (let me know if you think I should).
Actually my script already does that (using the AUR json interface). What's left to do is expand it with scriptlets for each kind of upstream website we can find. I have put what I've done for now here http://catwell.info/darcs/index.py?r=scripts;a=tree;f=/luachecks As I said it's really just a beginning, it took like 15 minutes between two LSM conferences to get it working and I didn't touch it since then. Moreover, it was just to see how I could do it, but I don't think using Lua is a good idea if other people have to help (maybe Bash ?). -- Pierre 'catwell' Chapuis
Pierre Chapuis wrote:
Le Mon, 20 Jul 2009 19:48:51 -0400, Daniel J Griffiths <ghost1227@archlinux.us> a écrit :
You may well have more success than I do. Finding the current upstream version for packages on hosting sites is easy, doing it for joe schmoe's website isn't so simple... If all you want to do is monitor what packages you maintain that are actually /marked/ out of date, that's simple.. I could throw together a shell script for that in a few seconds (let me know if you think I should).
Actually my script already does that (using the AUR json interface). What's left to do is expand it with scriptlets for each kind of upstream website we can find.
I have put what I've done for now here http://catwell.info/darcs/index.py?r=scripts;a=tree;f=/luachecks
As I said it's really just a beginning, it took like 15 minutes between two LSM conferences to get it working and I didn't touch it since then. Moreover, it was just to see how I could do it, but I don't think using Lua is a good idea if other people have to help (maybe Bash ?).
I just posted a proof of concept that does basic checking for packages marked out of date in bash. I'd say your method is more elegant, but whatever. I just wanted to see if I could do it. At some point in time I'll expand it to do upstream checking (probably through a -u switch or something). As of now, it will either display its output to the command line or, if passed -n, through the notification daemon. You can find it at http://ghost1227.com/pkgwatch -- Daniel J Griffiths (Ghost1227) griffithsdj@archlinux.us http://ghost1227.com
On Mon, Jul 20, 2009 at 5:00 PM, Loui Chang<louipc.ist@gmail.com> wrote:
On Mon 20 Jul 2009 17:40 -0400, Daenyth Blank wrote:
On Mon, Jul 20, 2009 at 16:18, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Guess who it is? http://oswatershed.org/
Do they have rss feeds? Where are they getting the list of "upstream releases"? Can it be customized? This could really be handy for arch-games...
They have a git repo... maybe you can steal their code.
Yeah I looked at the code to see how they were getting our versions. Interestingly enough, they pull the db.tar.gz files, unpack them, and parse through the whole thing
participants (5)
-
Aaron Griffin
-
Daenyth Blank
-
Daniel J Griffiths
-
Loui Chang
-
Pierre Chapuis