Namkhai B
0d5e746750
Follow upstream ZFS branding
2 years ago
Jan Houben
1ebec4259e
Auto update archiso kernel version
7 years ago
Jan Houben
98c72d16fa
Auto update the kernel version when generating PKGBUILDs
...
Will remove scraper.sh functionality to check for new kernel versions (except for archiso)
7 years ago
Jesus Alvarez
d53b05a53a
Add linux-vfio to scraper checks
7 years ago
Jesus Alvarez
58d9bf38fa
Update zen packages for kernel 4.12.8-1
8 years ago
Jesus Alvarez
6c1561711b
scraper.sh: add linux-hardened
8 years ago
Jesus Alvarez
384bacdbe1
scraper.sh: fix archiso checking
8 years ago
Jesus Alvarez
b2f24e5cb7
lib.sh: Remove check_webpage_retval
9 years ago
Jesus Alvarez
154a0b3b6e
lib.sh: Add check_internet
9 years ago
Jesus Alvarez
38fd9d69fe
lib.sh: Move scraper funcs
9 years ago
Jesus Alvarez
43c09d3c45
scraper.sh: Fix version regex match
9 years ago
Jesus Alvarez
c8f6e668ee
scraper.sh: Ignore archiso for now
9 years ago
Jesus Alvarez
011c2f7ba5
scraper.sh: Fix path to kernel scripts
9 years ago
Jesus Alvarez
910a6d0c56
Finish fixing scraper.sh
9 years ago
Jesus Alvarez
2c9abd5925
Ok, this is really the final refactor
...
for now ...
9 years ago
Jesus Alvarez
55fd1acd27
Add more trap functions for better output
9 years ago
Jesus Alvarez
fa711d96a2
The final major refactor
...
archzfs build tools can now scale to include many more kernels, easily.
9 years ago
Jesus Alvarez
97419b1239
Refactoring for standard packages is done
9 years ago
Jesus Alvarez
ea91c5605d
scraper.sh: Finish refactor
9 years ago
Jesus Alvarez
95e99adab9
Improve scraper.sh when running as cron job
...
Only errors are sent to stderr. An error only happens when a package
version has changed.
10 years ago
Jesus Alvarez
01b458e484
scraper.sh: Check for internet
...
Fucking Comcast...
10 years ago
Jesus Alvarez
cdac4fd611
scraper.sh: Fix curl pipe problem
...
Thanks to the switch from explicitly sending mail to relying on cronie,
I (hopefully) discovered the cause of a long occurring problem with curl
that was causing false positives with version checking. When curl
output was piped to grep, grep (for some reason) was not reading the
full output, causing curl to return an error "(23) failed writing body
pipe". This was fixed by saving curl output to a variable an piping that
to grep.
10 years ago
Jesus Alvarez
c2a42c34a3
scraper.sh: Stop using Mutt for email reports
...
Mutt is having an issue when being run from cron. It hangs and consumes
mass quantities of CPU, this stacks as subsequent calls by cron (every
ten minutes in my case) also hang. I don't feel like spending hours upon
hours trying to debug mutt, so I have disabled it's usage for the
scraper.sh script since it is trivial to setup cronie to use msmtp.
10 years ago
Jesus Alvarez
ba1d960bf3
scraper.sh: Fix send_email command for ZOL check
10 years ago
Jesus Alvarez
27c462e706
scraper.sh: Remove run_cmd usage
11 years ago
Jesus Alvarez
f514b431bb
scraper.sh: Add support for the lts packages
11 years ago
Jesus Alvarez
1e3c016e39
scraper.sh: Improve zfsonlinux.org regex
11 years ago
Jesus Alvarez
af272cc05b
scraper.sh: Fix misnamed variables
11 years ago
Jesus Alvarez
1abb7dffd5
scraper.sh: Fix (hopefully) curl output
11 years ago
Jesus Alvarez
ad850c43bc
scraper.sh: Make script usable from any directory
11 years ago
Jesus Alvarez
57763de9bd
scraper.sh: Fix version variables
11 years ago
Jesus Alvarez
ee8e8c4ead
scraper.sh: Refactor
11 years ago
Jesus Alvarez
e516d9c18c
scraper.sh: Grep only returns the first match
12 years ago
Jesus Alvarez
bf34f01968
Reorganize archzfs tools
...
* Renamed most of the conf.sh variables.
* Separated build.sh and repo.sh
12 years ago
Jesus Alvarez
34fcc23183
scraper.sh: The script works as expected
12 years ago
Jesus Alvarez
7f23afff5a
Start tracking scraper.sh
...
This script will scrape the various webpages tied to the archzfs repository to
monitory specific data points and send an email notifcation when they have
changed.
12 years ago