You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
archzfs/conf.sh

33 lines
1.1 KiB

# ZFSonLinux stable version
#
# FIXME: reset all kernel configs set to pkgrel=1 when this changes
#
zol_version="2.0.4"
zol_rc_version="2.1.0-rc5"
# The ZOL source hashes are from zfsonlinux.org
zfs_src_hash="7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c"
zfs_rc_src_hash="d6488d89e8d76386d8946732e5117ce2f06544a1775b6b90c12208e9771684aa"
zfs_initcpio_install_hash="29a8a6d76fff01b71ef1990526785405d9c9410bdea417b08b56107210d00b10"
zfs_initcpio_hook_hash="ad3e7244aca20fce005860c5118d46a77a0b4f5644d73e9648ea3ba5ff87c4c3"
zfs_initcpio_zfsencryptssh_install="93e6ac4e16f6b38b2fa397a63327bcf7001111e3a58eb5fb97c888098c932a51"
# Notification address
email="jeezusjr@gmail.com"
# Repository path and name
repo_basename="archzfs"
repo_basepath="/repo"
repo_remote_basepath="/home/jalvarez/webapps/default"
# SSH login address (can use ssh config Hosts)
remote_login="webfaction"
# The signing key to use to sign packages
gpg_sign_key='0EE7A126'
chroot_path="/repo/chroot/x86_64/$(whoami)"
# Used to run mkaurball and mksrcinfo with lower privledges
makepkg_nonpriv_user="jan"