Jesus Alvarez
97419b1239
Refactoring for standard packages is done
9 years ago
Jesus Alvarez
de75c35ee8
Fix return of full_kernel_version_no_hyphen()
9 years ago
Jesus Alvarez
5d66b39950
Remove support for i686 arch
...
Not supported by ZFSonLinux, so extra support here is a waste of time
and resources.
9 years ago
Jesus Alvarez
6aab755f70
Begin adding tests
9 years ago
Jesus Alvarez
1b7882995c
lib.sh: Fix run_cmd output
9 years ago
Jesus Alvarez
5f3d51ea7e
Improved trap logging
9 years ago
Jesus Alvarez
ca0b90b8ae
refactor: Add improvements to lib.sh
9 years ago
Jesus Alvarez
46d58c1fce
Begin aggressive refactor
9 years ago
Jesus Alvarez
3307a0a08a
lib.sh: Fix bash regex
9 years ago
Jesus Alvarez
16f8559529
lib.sh: Fix cleanup()
...
Would always exit with return code 0
9 years ago
Jesus Alvarez
5c3a6078c2
lib.sh: update colored output
10 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
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
91dafcf953
Fix lts pkgrel in pkgver
10 years ago
Jesus Alvarez
36013df850
lib.sh: Fix erroneous error messages in cron
10 years ago
Jesus Alvarez
128b1a1fd2
lib.sh: Improve dry run command output
...
Print each argument passed to run_cmd on a newline to better see what is being
passed to run_cmd.
11 years ago
Jesus Alvarez
b55d9c1934
lib.sh: Undo eval change
11 years ago
Jesus Alvarez
59e81a3305
lib.sh: Fix eval $@ in run_cmd()
...
The wrapped commands were not getting properly "unwrapped" when used with
strings. This was causing eval "$@" to try to run the first word word in the
unescaped string.
11 years ago
Jesus Alvarez
6b1e11e006
repo.sh: Add support for package backup directory
...
When the archiso is updated, usually the packages are no longer in the build
directories. This update adds the AZB_PACKAGE_BACKUP_DIR variable to allow
repo.sh to gather packages from the backup directory to add to
demz-repo-archiso.
11 years ago
Jesus Alvarez
a7f745fdde
lib.sh: Readd *_CLEAN variables
11 years ago
Jesus Alvarez
16b015ea96
Refactor lts pkgbuilds
11 years ago
Jesus Alvarez
049334dcc3
Rename AZB_KERNEL* to AZB_GIT_KERNEL*
11 years ago
Jesus Alvarez
21410f7f59
Move full_kernel_version() to lib.sh
11 years ago
Jesus Alvarez
386a9cd496
lib.sh: Fix email variable
11 years ago
Jesus Alvarez
59f9577900
lib.sh: Change msg output prefix
11 years ago
Jesus Alvarez
5877764f2f
lib.sh: Fix function argument number
11 years ago
Jesus Alvarez
893c49af46
lib.sh: Add a few functions for getting data from pacman
11 years ago
Jesus Alvarez
56eb60805b
lib.sh: Change echo to plain
11 years ago
Jesus Alvarez
5a27a6ff0c
lib.sh: Quote echo command in debug
11 years ago
Jesus Alvarez
a125e484f4
Refactor build script to use clean-chroot-manager
11 years ago
Jesus Alvarez
74bf5e4e1c
Add run_cmd for dry runs
11 years ago
Jesus Alvarez
76948a0260
Add debug() function
11 years ago
Jesus Alvarez
6fc872c064
lib.sh: Remove set -e
...
The scripts should handle errors properly instead of just bailing. The build.sh
script will have to be updated due to this change.
12 years ago
Jesus Alvarez
90339b15da
lib.sh: Add send_mail()
12 years ago
Jesus Alvarez
3956916131
Start tracking lib.sh
...
A simple bash logging library stolen from makepkg.
12 years ago