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

31 lines
1.0 KiB

# ZFSonLinux stable version
zol_version="0.6.5.7"
# The ZOL source hashes are from zfsonlinux.org
zfs_src_hash="4a9e271bb9a6af8d564e4d5800e4fff36224f1697b923a7253659bdda80dc590"
spl_src_hash="dc8690e407183eeb7a6af0e7692d6e0a1cd323d51dd1aa492522c421b1924ea0"
zfs_bash_completion_hash="b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540"
zfs_initcpio_install_hash="dfafce18240722bee26b5864982b4db1cd6d682c4b93a8b1f4832c98686f50d2"
zfs_initcpio_hook_hash="5f749dbe3b853c5b569d5050b50226b53961cf1fa2cfc5cea0ecc3df75885d2f"
# Notification address
email="jeezusjr@gmail.com"
# Repository path and name
repo_name="archzfs"
repo_basepath="/data/pacman/repo"
repo_name_test="archzfs-testing"
# 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="/opt/chroot/x86_64/$(whoami)"
# Package backup directory
package_backup_dir="/data/pacman/repo/archive_archzfs"
# Used to run mkaurball and mksrcinfo with lower privledges
makepkg_nonpriv_user="demizer"