Jesus Alvarez
14e336d9e9
Update std packages for kernel 4.8.4-1
8 years ago
Jesus Alvarez
4fc22301a3
Update std packages for kernel 4.8.2-1
8 years ago
Jesus Alvarez
6b1391f902
Update lts packages for kernel 4.4.26-1
8 years ago
Jesus Alvarez
f9e21e08ca
Update lts packages for kernel 4.4.25-1
8 years ago
Jesus Alvarez
0e32af76fb
Update lts packages for kernel 4.4.24-1
8 years ago
Jesus Alvarez
0eb10e2e4f
Update std packages for kernel 4.7.6-1
8 years ago
Jesus Alvarez
eee77a5cd3
repo.sh: Fix old package backup
8 years ago
Jesus Alvarez
9102ab4148
Update lts packages for kernel 4.4.23-1
8 years ago
Jesus Alvarez
6faf451da6
Update std packages for kernel 4.7.5-1
8 years ago
Jesus Alvarez
571b69367e
Update lts packages for 4.4.22-1
8 years ago
Jesus Alvarez
5e6dfda31d
Update std packages for kernel 4.7.4-1
8 years ago
Jesus Alvarez
27bf7e595b
Update lts packages for kernel 4.4.21-1
...
Also make sure initcpio.hook parses without errors in ash!
Issue #77
8 years ago
Jesus Alvarez
3efb00f4d4
lib.sh: Fix typo causing scraper.sh to fail
9 years ago
Jesus Alvarez
035c25028c
Add conflicts=()
...
For now it is necessary to manually add package conflicts. As archzfs
grows to support more kernels, this fix will become unweildy. In the
future the conflicts will be auto generated.
Closes #58
9 years ago
Jesus Alvarez
90e1dcbcb1
Numerous bug fixes to the build scripts
...
* change: move git_check_repo and git_calc_pkgver to lib.sh
* bug: reset run_cmd_output to nil before use (f'n globals)
* fix: use kernel_version_full_no_hyphen when getting packages to sign instead of zol_version.
* fix: Explicitly add package sig to package_list to copy to repo
9 years ago
Jesus Alvarez
750bda042e
Add test archzfs-qemu-std-test-00-bootfs
9 years ago
Jesus Alvarez
2fe884b3a2
build.sh: Fix package signing
...
Sometimes a package would not get signed. When the user tries to install
archzfs, pacman would refuse due to the missing key.
9 years ago
Jesus Alvarez
5a792c6745
Update for zfs-0.6.5.8
...
Include support for linux 4.7 and 4.8
zfs-utils: Add zfs-utils.install
zfs-utils: Autoload the zfs kernel module
For post_install and post_upgrade warning about systemd unit file
changes in new ZOL version.
Closes #63
Closes #72
9 years ago
Jesus Alvarez
7336f1ce72
scraper.sh: Pull ZOL version from github instead of zfsonlinux.org
9 years ago
Jesus Alvarez
b1cf5c044b
Merge pull request #68 from validname/master
...
Fix possible copy-paste error
9 years ago
Jesus Alvarez
2033bece90
Update linux-lts for kernel 4.4.20-1
...
Closes #71
9 years ago
Jesus Alvarez
231cc988da
test.sh: Only build archiso when necessary
9 years ago
Jesus Alvarez
51545aa3e0
conf.sh: non-priv user REBASE!
9 years ago
Jesus Alvarez
b2f24e5cb7
lib.sh: Remove check_webpage_retval
9 years ago
Jesus Alvarez
154a0b3b6e
lib.sh: Add check_internet
9 years ago
Jesus Alvarez
38fd9d69fe
lib.sh: Move scraper funcs
9 years ago
Jesus Alvarez
1699639185
build.sh: chown for non-priv user on packages dir
9 years ago
Jesus Alvarez
71e017aa88
build.sh: Fix update_sums hash generation
...
Needed to source conf.sh again after updating the hashes to pull in the
latest value to the run environment.
9 years ago
Jesus Alvarez
517eaf2790
build.sh: Run makepkg command as non-priv user
9 years ago
Jesus Alvarez
f510955801
build.sh: Add -R command to reset git
9 years ago
Jesus Alvarez
2190ab2116
Use system ccm64
9 years ago
Jesus Alvarez
2393d1bbec
initscript refactor and test
...
Init scripts have been refactored to improve readability. The most
important aspect of this refactor is that automated testing has been
implemented using Qemu. Eventually we will get to the point of
automatically building new archzfs packages as soon as a new kernel is
released to the arch testing repo, after that the tests will be used to
determine if the archzfs packages can be pushed out to aur and
archzfs.com.
Closes #22
Closes #31
Closes #38
Closes #48
9 years ago
Jesus Alvarez
a4458a3e50
build.sh: Add -U to update file sums
9 years ago
Jesus Alvarez
d571b3fb51
Remove hostid handling
...
According to
acf0ade362
https://github.com/zfsonlinux/zfs/issues/2794
the hostid handling is not needed anymore. If /etc/hostid does not
exist, then spl treats it as 0 and continues operation.
Closes #60
Closes #31
9 years ago
Jesus Alvarez
7cffa689d6
Allow configurable wait time in initcpio hook
...
Closes #49
9 years ago
Jesus Alvarez
e948b271da
Support bootfs child datasets
...
Thanks to @rwanyoike
Closes #53
9 years ago
Jesus Alvarez
5506b35642
Update git packages for kernel 4.7.2-1
9 years ago
Jesus Alvarez
d184856c84
Update lts packages for kernel 4.4.19-1
...
Closes #66
9 years ago
Jesus Alvarez
748727634e
Support for linux 4.7 in Git packages
...
Upstream has not made a stable release that supports linux 4.7, so only
the git packages will work for now.
9 years ago
Jesus Alvarez
43c09d3c45
scraper.sh: Fix version regex match
9 years ago
Jesus Alvarez
6c139f4cd5
lib.sh: Ignore commented lines in kernel confs
9 years ago
Jesus Alvarez
b02f41be84
Merge pull request #65 from grmblfrz/fix_64
...
add libgcc_s.so.1 to dependencies (fixes #64 )
9 years ago
validname
bab0e35599
fix possible copy-paste error
9 years ago
Swen Thümmler
5a250ebfd4
add libgcc_s.so.1 to depencencies ( fixes #64 )
9 years ago
Jesus Alvarez
f317ab4061
Update lts packages for kernel 4.4.16-1
9 years ago
Jesus Alvarez
200935005d
Update lts packages for kernel 4.4.15-2
9 years ago
Jesus Alvarez
0284525e85
Update std packages for kernel 4.6.4-1
9 years ago
Jesus Alvarez
8bb8486fec
Update lts packages for kernel 4.4.15-1
...
Add --with-linux-obj flag to configure to prevent the following error:
checking kernel source directory... /usr/lib/modules/4.4.15-1-lts/build
checking kernel build directory... /usr/lib/modules/4.6.3-1-ARCH/build
checking kernel source version... Not found
configure: error: *** Cannot find UTS_RELEASE definition.
9 years ago
Jesus Alvarez
4d7458281a
Update std packages for kernel 4.6.3-1
9 years ago
Jesus Alvarez
5ea8b9f4cf
lib.sh: Revert eval changes
...
I could not get eval to work with heredocs. We will need to test this
eventually...
9 years ago