Remove support for i386 arch

This commit is contained in:
Josué Tille 2018-07-31 17:46:42 +02:00
parent 9d80535948
commit d538b0f903
3 changed files with 4 additions and 12 deletions

View file

@ -1,11 +0,0 @@
SOURCE_URL=https://download.seadrive.org/seafile-server_6.2.5_i386.tar.gz
SOURCE_SUM=a32cddaceae7bd0efa4cd8730c65ca2eee5c93a4e849c70b74a59f7300c80f08
# (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256
SOURCE_SUM_PRG=sha256sum
# (Optional) Archive format
# default: tar.gz
SOURCE_FORMAT=tar.gz
# (Optional) Put false if sources are directly in the archive root
# default: true
SOURCE_IN_SUBDIR=true

View file

@ -50,6 +50,10 @@ config_nginx() {
install_source() {
mkdir "$final_path/seafile-server-$seafile_version"
if [[ $architecture == "i386" ]]
then
ynh_die "Error : this architecture is no longer supported by the upstream. Please create en issue here : https://github.com/YunoHost-Apps/seafile_ynh/issues to ask to discuss about a support of this architecture"
fi
ynh_setup_source "$final_path/seafile-server-$seafile_version" "$architecture"
}

View file

@ -1 +0,0 @@
x86-64-sso_auth.patch