=== removed file 'configs/alpine-amd64-edge_chatbox' --- configs/alpine-amd64-edge_chatbox 2017-11-04 05:44:15 +0000 +++ configs/alpine-amd64-edge_chatbox 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ -source $0:h/alpine-amd64-edge -STAGE_ALPINE_PACKAGES=( rsync mksh zsh findutils weechat weechat-{python,perl,lua,aspell} mosh ) -STAGE_ALPINE_REPOSITORIES=( main testing ) === removed file 'configs/alpine-amd64-edge_tahoe' --- configs/alpine-amd64-edge_tahoe 2017-11-04 05:44:15 +0000 +++ configs/alpine-amd64-edge_tahoe 1970-01-01 00:00:00 +0000 @@ -1,11 +0,0 @@ -: ${FSB_TARGET:=alpine_virtualenv} -source $0:h/alpine-amd64-edge -STAGE_ALPINE_PACKAGES=( - rsync mksh zsh runit findutils - gcc g++ binutils libc-dev make - libressl-dev - python2-dev - py-{setuptools,virtualenv,pip,twisted,crypto,cryptography,cffi,openssl,yaml} -) -STAGE_ALPINE_VIRTUALENV_NAME=( tahoe ) -STAGE_ALPINE_VIRTUALENV_PACKAGES=( tahoe-lafs ) === removed file 'functions/fsb_target_alpine_virtualenv' --- functions/fsb_target_alpine_virtualenv 2017-11-04 05:44:15 +0000 +++ functions/fsb_target_alpine_virtualenv 1970-01-01 00:00:00 +0000 @@ -1,21 +0,0 @@ -# vim: ft=zsh -if [[ $1 == info ]]; then - if ! (($+STAGE_ALPINE_VIRTUALENV_NAME)); then - die "STAGE_ALPINE_VIRTUALENV_NAME needs to be defined" - fi - if ! (($+STAGE_ALPINE_VIRTUALENV_PACKAGES)); then - die "STAGE_ALPINE_VIRTUALENV_PACKAGES needs to be defined" - fi - FSB_INFO_DEPEND=alpine_packages - FSB_INFO_BASE=%s - FSB_INFO_DIR=%s-virtualenv - return -elif [[ $1 != build ]]; then - die "unimplemented action: $*" -fi - -local virtualenv_dir=/usr/local/virtualenv/$STAGE_ALPINE_VIRTUALENV_NAME -$build_dir/chroot.sh /usr/bin/virtualenv --system-site-packages $virtualenv_dir || \ - die "Could not initialize virtualenv" -$build_dir/chroot.sh $virtualenv_dir/bin/pip install $STAGE_ALPINE_VIRTUALENV_PACKAGES || \ - die "Could not install python packages: ${(j: :)${(q@)STAGE_ALPINE_VIRTUALENV_PACKAGES}}"