ma urlwatch: generalize lidl
This commit is contained in:
parent
39cc7e81ed
commit
5cdfea58e1
|
@ -5,11 +5,15 @@ let
|
||||||
url = "https://github.com/${name}/releases.atom";
|
url = "https://github.com/${name}/releases.atom";
|
||||||
filter = "grepi:(<updated|<media.thumbnail)";
|
filter = "grepi:(<updated|<media.thumbnail)";
|
||||||
};
|
};
|
||||||
|
lidl = url: {
|
||||||
|
inherit url;
|
||||||
|
filter = "grepi:<!-- sf";
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
krebs.urlwatch = {
|
krebs.urlwatch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mailto = config.krebs.users.makefu.mail;
|
mailto = config.krebs.users.makefu.mail;
|
||||||
onCalendar = "*-*-* 05:00:00";
|
onCalendar = "*-*-* 03,15:13:37";
|
||||||
hooksFile = ./hook.py;
|
hooksFile = ./hook.py;
|
||||||
urls = [
|
urls = [
|
||||||
## nixpkgs maintenance
|
## nixpkgs maintenance
|
||||||
|
@ -30,7 +34,6 @@ in {
|
||||||
https://pypi.python.org/simple/pyserial/
|
https://pypi.python.org/simple/pyserial/
|
||||||
https://pypi.python.org/simple/semantic_version/
|
https://pypi.python.org/simple/semantic_version/
|
||||||
# weird shit
|
# weird shit
|
||||||
http://guest:derpi@cvs2svn.tigris.org/svn/cvs2svn/tags/
|
|
||||||
http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/
|
http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/
|
||||||
https://erdgeist.org/gitweb/opentracker/info/refs?service=git-upload-pack
|
https://erdgeist.org/gitweb/opentracker/info/refs?service=git-upload-pack
|
||||||
|
|
||||||
|
@ -40,18 +43,24 @@ in {
|
||||||
url = https://newellrubbermaid.secure.force.com/dymopkb/articles/en_US/FAQ/Dymo-Drivers-and-Downloads/?l=en_US&c=Segment:Dymo&fs=Search&pn=1 ;
|
url = https://newellrubbermaid.secure.force.com/dymopkb/articles/en_US/FAQ/Dymo-Drivers-and-Downloads/?l=en_US&c=Segment:Dymo&fs=Search&pn=1 ;
|
||||||
filter = "grep:Software/Linux/dymo-cups-drivers";
|
filter = "grep:Software/Linux/dymo-cups-drivers";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# shopping
|
||||||
|
( lidl https://www.lidl.de/de/parkside-nass-trockensauger-pnts-1500-d5/p303117 )
|
||||||
|
( lidl https://www.lidl.de/de/parkside-mauernutfraese-pmnf-1350-d4/p294989 )
|
||||||
|
|
||||||
# TODO: dymo cups
|
# TODO: dymo cups
|
||||||
] ++ map grss [
|
] ++ map grss [
|
||||||
"amadvance/snapraid"
|
"amadvance/snapraid"
|
||||||
"radare/radare2"
|
"radare/radare2"
|
||||||
"ovh/python-ovh"
|
"ovh/python-ovh"
|
||||||
"embray/d2to1"
|
"embray/d2to1"
|
||||||
"Mic92/vicious"
|
"vicious-widgets/vicious"
|
||||||
"embray/d2to1"
|
"embray/d2to1"
|
||||||
"dorimanx/exfat-nofuse"
|
"dorimanx/exfat-nofuse"
|
||||||
"rapid7/metasploit-framework"
|
"rapid7/metasploit-framework"
|
||||||
"GothenburgBitFactory/taskserver"
|
"GothenburgBitFactory/taskserver"
|
||||||
"GothenburgBitFactory/taskwarrior"
|
"GothenburgBitFactory/taskwarrior"
|
||||||
|
"mhagger/cvs2svn"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue