Update pkg-spl to jessie/0.6.5.6-3
This commit is contained in:
parent
c5aee9e4ce
commit
8155ecfe17
8
Makefile
8
Makefile
@ -61,12 +61,8 @@ zfs ${ZFS_DEBS}: ${ZFSSRC}
|
|||||||
.PHONY: download
|
.PHONY: download
|
||||||
download:
|
download:
|
||||||
rm -rf pkg-spl pkg-zfs ${SPLSRC} ${ZFSSRC}
|
rm -rf pkg-spl pkg-zfs ${SPLSRC} ${ZFSSRC}
|
||||||
git clone https://github.com/zfsonlinux/pkg-spl.git
|
# clone pkg-spl and checkout 0.6.5.6-3
|
||||||
# list tags with: git tag --list 'master/*'
|
git clone -b master/debian/jessie/0.6.5.6-3 https://github.com/zfsonlinux/pkg-spl.git
|
||||||
cd pkg-spl; git fetch https://github.com/zfsonlinux/spl.git spl-0.6.5-release
|
|
||||||
cd pkg-spl; git checkout master/debian/jessie/0.6.5-1
|
|
||||||
# manual merge spl-0.6.5.6
|
|
||||||
cd pkg-spl; git merge --no-edit spl-0.6.5.6
|
|
||||||
# clone pkg-zfs and checkout 0.6.5.6-3
|
# clone pkg-zfs and checkout 0.6.5.6-3
|
||||||
git clone -b master/debian/jessie/0.6.5.6-3 https://github.com/zfsonlinux/pkg-zfs.git
|
git clone -b master/debian/jessie/0.6.5.6-3 https://github.com/zfsonlinux/pkg-zfs.git
|
||||||
tar czf ${SPLSRC} pkg-spl
|
tar czf ${SPLSRC} pkg-spl
|
||||||
|
Loading…
Reference in New Issue
Block a user