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
9bd2d44163
Remove pkgver() from PKGBUILDs
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
82d6a7c6a7
spl-git PKGBUILD: Remove commented code
11 years ago
Jesus Alvarez
375c0b8485
Change x32 to x64 in git PKGBUILDS
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
0c26262b27
conf.sh: Reset maintainer
11 years ago
Jesus Alvarez
3ba7648e42
Add lts packages
11 years ago
Jesus Alvarez
8b701935fb
gitignore: Ignore git repos
11 years ago
Jesus Alvarez
876d97d1a4
Remove patches
11 years ago
Jesus Alvarez
57d9ec84c3
Rewrite git PKGBUILDs complete
11 years ago
Jesus Alvarez
eaace1a462
Rename the directories to *-git
11 years ago
Jesus Alvarez
386a9cd496
lib.sh: Fix email variable
11 years ago
Jesus Alvarez
59f9577900
lib.sh: Change msg output prefix
11 years ago
Jesus Alvarez
fb162fcc69
Update 0.6.2_3.14-2
11 years ago
Jesus Alvarez
fab5117666
Update to 0.6.2_3.14-1
11 years ago
Jesus Alvarez
d4ec7b3a5a
Fix kernel module path using --with-linux config flag
...
Sometimes the arch linux kernel is versioned without a minor version number.
For example, 3.14 instead of 3.14.0. However, the kernel module path always
uses the minor version number (/usr/lib/modules/3.14.0-1-ARCH).
This change adds support for detecting missing minor version number in the
linux version and adds "0" to it to create the proper module path.
11 years ago
Jesus Alvarez
2deb8327b5
Begin fixing --with-kernel module path usage
11 years ago
Jesus Alvarez
4b9e6e62b2
Merge pull request #21 from graysky2/master
...
update to 3.13.8-1 to match new kernel
11 years ago
graysky
e73de7f53e
updated PKGBUILDs to 3.13.8-1
11 years ago
graysky
0adb5fcc45
why did we bump to 3.13.8-2 when we never built 3.13.8-1
11 years ago
graysky
b7e2f88c0d
Merge branch 'master' of github.com:graysky2/archzfs
11 years ago
graysky
e12eebf9ce
update to 3.13.8-2
11 years ago
graysky
341f6be848
Merge pull request #2 from demizer/master
...
sync
11 years ago
graysky
1309c1e5ea
update to 3.13.8-1
11 years ago
Jesus Alvarez
1e3c016e39
scraper.sh: Improve zfsonlinux.org regex
11 years ago
Jesus Alvarez
af272cc05b
scraper.sh: Fix misnamed variables
11 years ago
Jesus Alvarez
1abb7dffd5
scraper.sh: Fix (hopefully) curl output
11 years ago
Jesus Alvarez
ad850c43bc
scraper.sh: Make script usable from any directory
11 years ago
graysky
c3c7133431
bump to 3.17.1-3 for rebuild
11 years ago
graysky
dc6ab4892f
Merge pull request #1 from demizer/master
...
sync up with demizer
11 years ago
Jesus Alvarez
aa4d0ca3f2
Merge pull request #20 from graysky2/master
...
3.13.7 update
11 years ago
Jesus Alvarez
5d8ecd1341
Merge pull request #19 from clefru/initcpio-readonly-mount
...
Respect the rw/ro kernel cmdline option.
11 years ago
graysky
433cc780ee
updated for new iso
11 years ago
Clemens Fruhwirth
2ba64814e1
Respect the rw/ro kernel cmdline option.
...
Also pipe the zpool list failure to /dev/null.
11 years ago
graysky
5a898446d8
bump pkgbuild as test build
11 years ago
graysky
14e92b7d12
my settings
11 years ago
Jesus Alvarez
0fdfde1dbf
Update to 0.6.2_3.13.7-1
11 years ago
Jesus Alvarez
c70286e7a4
conf.sh: Add {} around variables
11 years ago
Jesus Alvarez
91560f7ff5
repo.sh: Fixed missing package list bug
...
If the either the i686 or x86_64 packages are missing, an attempt was still
made to copy the packages using the cp_list string to the non existent
destination repo. This caused the script to terminate on error of cp with no
destination repository. The fix was to check cp_list for "". If cp_list is
empty, there are no packages to copy and the for loop is continued to the next
architecture.
11 years ago
Jesus Alvarez
8f538ef231
Update to 0.6.2_3.13.6-1
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