Jesus Alvarez
7c40869d86
build.sh: Return git PKGBUILD to git usage
11 years ago
Jesus Alvarez
3a98d89e0b
build.sh: Include install files in kernel_version* updates
11 years ago
Jesus Alvarez
e71ce36655
build.sh: Add support for building lts packages
11 years ago
Jesus Alvarez
efdc1e0a44
build.sh: Implement update_lts_pkgbuilds()
11 years ago
Jesus Alvarez
049334dcc3
Rename AZB_KERNEL* to AZB_GIT_KERNEL*
11 years ago
Jesus Alvarez
79d1b0696c
build.sh: Comment out uneeded variables
11 years ago
Jesus Alvarez
a964a63663
build.sh: Refactor get_new_pkgver()
11 years ago
Jesus Alvarez
447161f041
build.sh: Remove check_git_repo()
11 years ago
Jesus Alvarez
21410f7f59
Move full_kernel_version() to lib.sh
11 years ago
Jesus Alvarez
da3ea809da
Fix pkgver generation
11 years ago
Jesus Alvarez
2bf074e96c
build.sh: Add sed replacements for zfs-git dependencies
11 years ago
Jesus Alvarez
6542d054d7
build.sh: Add new update pkgbuild functions
11 years ago
Jesus Alvarez
5b56b3e3f1
build.sh: Add build modes for git and lts
11 years ago
Jesus Alvarez
759f4635d4
build.sh: Add AZB_CLEANUP argument checks
11 years ago
Jesus Alvarez
46d400d321
build.sh: Add support for git builds
11 years ago
Jesus Alvarez
ab8b562a59
build.sh: Finish refactor of update_git_pkgbuilds()
11 years ago
Jesus Alvarez
fa80629f9d
build.sh: Refactor get_new_pkgver()
11 years ago
Jesus Alvarez
9f9441b024
build.sh: Refactor full_kernel_version()
11 years ago
Jesus Alvarez
0c036f32d7
build.sh: Begin refactor update_git_pkgbuilds()
11 years ago
Jesus Alvarez
f741fdc5c3
build.sh: Refactor get_new_pkgver()
11 years ago
Jesus Alvarez
ffb9bedbbb
build.sh: Add check_git_repo()
11 years ago
Jesus Alvarez
41e59d84ab
build.sh: Rename AZB_PKG_LIST
11 years ago
Jesus Alvarez
28892ee2e3
build.sh: Remove src from clean command
11 years ago
Jesus Alvarez
4454245564
build.sh: Add get_new_pkgver()
11 years ago
Jesus Alvarez
08728bcc45
build.sh: Add full_kernel_version()
11 years ago
Jesus Alvarez
fffb95546f
build.sh: Rename update_pkgbuilds()
11 years ago
Jesus Alvarez
15c0611c32
build.sh: Remove debug comment
11 years ago
Jesus Alvarez
eaace1a462
Rename the directories to *-git
11 years ago
Jesus Alvarez
e94680e331
build.sh: Improve sign_packages()
...
sign_packages() now only creates signatures for packages that don't have
signature files.
11 years ago
Jesus Alvarez
574cd41a74
build.sh: Improve support for building for testing
11 years ago
Jesus Alvarez
95e4da35e9
build.sh: Improve support for building for testing
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
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
dd25728dcb
build.sh: Fix typo
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
d51c7f1fcb
Prepend AZB to remaining variables
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
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
765ad9dad0
Fix spl dependency version replace
...
Add new sed statement to replace this single occurrence.
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
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
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
47ad5998ea
build.sh: Add set -e
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