Jesus Alvarez
d1955a7c83
README: Fix syntax
11 years ago
Jesus Alvarez
7b544e2738
README: Add project usage information
11 years ago
Jesus Alvarez
57763de9bd
scraper.sh: Fix version variables
11 years ago
Jesus Alvarez
55a11e9301
build.sh: Add support for testing builds
...
Builds the packages using the AZB_LINUX_TEST_* version information in conf.sh.
This is useful for making sure the ZOL packages build for new minor Linux
kernel releases in the official testing repo. Prior to using the build script,
the user must set their chroots to use the testing repo by running "ccm{32,64}
t".
11 years ago
Jesus Alvarez
5a03cd8465
spl: Fix wrong unused flags patch
11 years ago
Jesus Alvarez
9cc004cd74
spl*: update package sums
11 years ago
Jesus Alvarez
ee60b34cdb
Update to 0.6.2_3.13.2-1
11 years ago
Jesus Alvarez
08ebda5c65
zfs*: Add --with-linux configure option
11 years ago
Jesus Alvarez
ccd4e76940
spl-utils: Remove uneeded patch
11 years ago
Jesus Alvarez
f4f78cc145
spl: Add linux-3.13-compat patches
11 years ago
Jesus Alvarez
a304018b58
Update to 0.6.2_3.13.2-1
11 years ago
Jesus Alvarez
3a468bf6c1
conf.sh: Rename variables
11 years ago
Jesus Alvarez
f5121b2ed3
build.sh: Add support for building test packages
...
Test building ZFS against the testing repo and testing kernel. This is useful
for making sure ZFS builds against minor kernel updates.
11 years ago
Jesus Alvarez
8443ffb5be
repo.sh: Add archiso checking
11 years ago
Jesus Alvarez
a6b93af90b
repo.sh: Fix typo
11 years ago
Jesus Alvarez
5789ede7e3
repo.sh: Remove DEBUG prefix from debug output
11 years ago
Jesus Alvarez
5877764f2f
lib.sh: Fix function argument number
11 years ago
Jesus Alvarez
1603c4ba6d
Set archiso version to 3.12.9
11 years ago
Jesus Alvarez
b62a8fafba
repo.sh: Refactor pacman data queries
11 years ago
Jesus Alvarez
893c49af46
lib.sh: Add a few functions for getting data from pacman
11 years ago
Jesus Alvarez
dd25728dcb
build.sh: Fix typo
11 years ago
Jesus Alvarez
ee8e8c4ead
scraper.sh: Refactor
11 years ago
Jesus Alvarez
c6c8ae4733
Update to 0.6.2_3.12.9-2
11 years ago
Jesus Alvarez
07e5dfd1e6
repo.sh: Rewrite help output
11 years ago
Jesus Alvarez
56eb60805b
lib.sh: Change echo to plain
11 years ago
Jesus Alvarez
3f356a3b9c
build.sh: Rewrite update_pkgbuilds
11 years ago
Jesus Alvarez
9b47fc7f0c
build.sh: Add debug and dryrun switches
11 years ago
Jesus Alvarez
42ee93fa69
build.sh: rewrite help output
11 years ago
Jesus Alvarez
367a011ab5
PKGBUILD: Improve checks
11 years ago
Jesus Alvarez
00b72a7276
PKGBUILD: Fix LINUX_VERSION variable
11 years ago
Jesus Alvarez
1ce8461cf1
PKGBUILD: Add arch checks for linux version
11 years ago
Jesus Alvarez
2cab830148
Update to 0.6.2_3.12.9-1
11 years ago
Jesus Alvarez
63d0cf162b
repo.sh: Refactor for improved file io ops
...
The script was rewritten group file operations into single commands. For
instance, adding packages to a repo does it in one go instead of multiple
separate adds.
11 years ago
Jesus Alvarez
5a27a6ff0c
lib.sh: Quote echo command in debug
11 years ago
Jesus Alvarez
d51c7f1fcb
Prepend AZB to remaining variables
11 years ago
Jesus Alvarez
559f917415
push.sh: Comment out rst2html output.
11 years ago
Jesus Alvarez
e258195835
Rewrite repo.sh
...
Improve fault tolerance by actually checking the content instead of using sed
matching on file names.
11 years ago
Jesus Alvarez
ec2514c8d6
Update to 0.6.2_3.12.8-1
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
fd405accb8
Move builder script to its own file
11 years ago
Jesus Alvarez
89f081909a
Change script sourcing to abs path
11 years ago
Jesus Alvarez
76948a0260
Add debug() function
11 years ago
Jesus Alvarez
f0ebd41d43
Fix incorrect syntax in pkgname
...
The PKGBUILDS were using parenthesis in the pkgname variable, this caused AUR
to reject the packages because it checked for the opening parens and considered
the package to be a split package, rejecting it.
https://mailman.archlinux.org/pipermail/aur-dev/2012-November/002241.html
11 years ago
Jesus Alvarez
ebad5e6e05
Update to 0.6.2_3.12.7-2
11 years ago
Jesus Alvarez
5d370e059f
Update to 0.6.2_3.12.7-1
11 years ago
Jesus Alvarez
8260135754
Update to 0.6.2_3.12.6-1
11 years ago
Jesus Alvarez
beb30e0407
Update to 0.6.2_3.12.3-1
11 years ago
Jesus Alvarez
ceaa41423f
Update to 0.6.2_3.12.2-1
11 years ago
Jesus Alvarez
5584713d75
build.sh: Improve match of linux version sed command
...
The sed command was matching and changing the spl version number along with the
linux version number. This caused makepkg to fail when building the zfs package
because it was searching for the incorrect spl version number.
11 years ago