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
Jesus Alvarez
2d184892bd
conf.sh: Start tracking
...
Configuration for all scripts has been moved to conf.sh.
12 years ago
Jesus Alvarez
553d300e31
build.sh: Add support for linux pkgrel versioning
...
It was not possible to indicate the PKGREL version of the linux kernel package
within the script. Instead the script was using the archzfs PKGREL for
dependency versions, or 3.10.6-1 instead of 3.10.6-2.
12 years ago
Jesus Alvarez
81fa0e6443
Update to 0.6.1_3.10.6-1
12 years ago
Jesus Alvarez
2612be4601
build.sh: Move logging function to lib.sh
12 years ago
Jesus Alvarez
c0dd09de28
build.sh: Add burp support
...
Burp allows the user to easily upload the latest package sources to AUR. The
implementation requires the user to have a burp.conf.
12 years ago
Jesus Alvarez
a2180a9b6e
build.sh: Update help message
12 years ago
Jesus Alvarez
0f9d9017bc
Update 0.6.1_3.10.5-1
12 years ago
Jesus Alvarez
c5eaf1a6ea
Update to 0.6.1_3.10.3-1
12 years ago
Jesus Alvarez
f595f91bc5
Update to 0.6.1_3.10.2-1
12 years ago
Jesus Alvarez
68c4747a50
Update to 0.6.1_3.9.9-1
12 years ago