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