mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Remove support for i386 arch
This commit is contained in:
parent
9d80535948
commit
d538b0f903
3 changed files with 4 additions and 12 deletions
|
@ -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
|
|
|
@ -50,6 +50,10 @@ config_nginx() {
|
||||||
|
|
||||||
install_source() {
|
install_source() {
|
||||||
mkdir "$final_path/seafile-server-$seafile_version"
|
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"
|
ynh_setup_source "$final_path/seafile-server-$seafile_version" "$architecture"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
x86-64-sso_auth.patch
|
|
Loading…
Reference in a new issue