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
Jesus Alvarez
662a315acd
Improve support for archiso versioning
...
The version of the kernel contained in the archiso can now be set. The already
compiled packages must be contained in the directory.
11 years ago
Jesus Alvarez
7c456c8361
Update to 0.6.2_3.12.1-1
11 years ago
Jesus Alvarez
d4288c9849
Increase archiso version to 3.11.6
11 years ago
Jesus Alvarez
65eb1b607d
Update to 0.6.2_3.12-1
11 years ago
Jesus Alvarez
765ad9dad0
Fix spl dependency version replace
...
Add new sed statement to replace this single occurrence.
11 years ago
Jesus Alvarez
feb6e316f7
Update to 0.6.2_3.11.6-3
11 years ago
Jesus Alvarez
8319142d1d
Add comment about bash variables in PKGBUILD
...
These scripts don't use them because AUR doesn't handle them properly.
11 years ago
Jesus Alvarez
b27de85692
Add quote strings to bash variables
...
Contributed by graysky at https://aur.archlinux.org/packages/zfs-utils/
11 years ago
Jesus Alvarez
be17456bc3
Fix getting package version numbers
...
Get version numbers from zfs instead of spl-utils.
Fix uname -r
11 years ago
Jesus Alvarez
127dee7b60
Change /usr/sbin to /usr/bin
11 years ago
Jesus Alvarez
9b4e10de74
Improve package dependencies
...
Remove uneeded dependencies to allow better support for dkms.
11 years ago
Jesus Alvarez
2d313b7a94
Update to 0.6.2_3.11.5-1
11 years ago
Jesus Alvarez
b8e9d52d8d
Increase archiso version to 3.11.2
12 years ago
Jesus Alvarez
12c4b9e37d
Update to 0.6.2_3.11.2-1
12 years ago
Jesus Alvarez
6bcdb9512f
build.sh: Fix kernel version sed command
...
There was an extra useless sed command that was causing the dependency version
to be changed before the actual version replacement sed command was used.
12 years ago
Jesus Alvarez
744f138807
Update to 0.6.2_3.11.1-2
12 years ago
Jesus Alvarez
21fe8f07b7
Update to 0.6.2_3.11.1-1
12 years ago
Jesus Alvarez
bc04d88a55
Remove path arguments for primary functions
...
The functions now reference $PWD instead of taking a path argument. A typo was
also fixed to a misnamed variable that caused the $FULL_VERSION variable to
cause misnamed files.
12 years ago
Jesus Alvarez
39cf505ca5
Update to 0.6.2_3.10.10-1
...
Closes #14
12 years ago
Jesus Alvarez
76957f1cd3
Update to 0.6.2_3.10.9-1
12 years ago
Jesus Alvarez
47ad5998ea
build.sh: Add set -e
12 years ago
Jesus Alvarez
faea8c590b
Delete git patches
12 years ago
Jesus Alvarez
e516d9c18c
scraper.sh: Grep only returns the first match
12 years ago
Jesus Alvarez
27cd9c808c
verifier.sh: Fix broken logic
12 years ago
Jesus Alvarez
6c1a31920a
Update to 0.6.1_3.10.7-1
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