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

34 lines
1.1 KiB

# ZFSonLinux stable version
#
# FIXME: reset all kernel configs set to pkgrel=1 when this changes
#
zol_version="2.1.5"
zol_rc_version="2.1.0-rc8"
# The ZOL source hashes are from zfsonlinux.org
zfs_src_hash="1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c"
zfs_rc_src_hash="8627702ac841d38d5211001c76937e4097719c268b110e8836c0da195618fad2"
zfs_initcpio_install_hash="600f49d610906476f492d53ee1830154e4ebedf999284485e07d9cb2b3084766"
zfs_initcpio_hook_hash="8b8c9b6ebfddfb51f2ab70fb943f53f08f6140140561efcb106120941edbc36e"
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"