top | item 26285092

(no title)

folknor | 5 years ago

https://hg.mozilla.org/mozilla-unified/tags https://hg.mozilla.org/mozilla-unified/atom-tags https://hg.mozilla.org/mozilla-unified/rss-tags

And here's my lua script that uses notify-send to notify me of new releases: https://gist.github.com/folknor/32f703b270c6ad72bc12d98feb2f... I modified it slightly before posting it here, but it's mostly useless unless you're me :-D Because when I write shell scripts (which I always do in lua), I always use my fork of luash (from my github), and I don't imagine anyone else has it. It's easy enough to rewrite the script to not require it, though. Also, the other obscure dependency it uses is lua2xml, which is notoriously unreliable, but I still use it in all my shell scripts that interact with XML.

discuss

order

folknor|5 years ago

I forgot to mention: before running the script (as if anyone ever would), create a file called "notified" in the same folder with the content "85.0.0" without the quotes, or whatever recent firefox release version you want to build from. The script also needs to be able to write to this file.

folknor|5 years ago

I've updated the gist so it now can be used without my luash fork, and can be used with ((luash+curl) || luasec || lua-curl). Just for fun :-)