hack for file length problem

This commit is contained in:
Christian Hagenest
2024-05-16 18:31:22 +02:00
committed by missytake
parent fba3963d47
commit 582a2af799

View File

@@ -1,7 +1,6 @@
#!/bin/bash
# this script requires curl, osc and debuild installed.
# on debian you need to run: apt install devscripts build-essential osc curl
# Install dependencies
echo "Installing dependencies for this script:"
@@ -10,6 +9,12 @@ sudo apt install devscripts build-essential osc curl git debhelper-compat
echo "Installing build dependencies"
sudo apt install default-libmysqlclient-dev krb5-multidev libapparmor-dev libbz2-dev libcap-dev libdb-dev libexpat-dev libexttextcat-dev libicu-dev libldap2-dev liblua5.4-dev liblz4-dev liblzma-dev libpam0g-dev libpq-dev libsasl2-dev libsodium-dev libsqlite3-dev libssl-dev libstemmer-dev libsystemd-dev libunwind-dev libwrap0-dev libzstd-dev pkg-config zlib1g-dev
# copying this script to a shorter file path
# if we don't do this, some tests fail after the build
SCRIPT_DIR=~/dovebuild
cp build-obs.sh $SCRIPT_DIR
cd $SCRIPT_DIR
# Define path of your local OBS repository
REPO_PATH=$OBS_PATH/home:deltachat/dovecot/
SCRIPT_DIR=$PWD
@@ -35,8 +40,8 @@ cd dovecot
debuild -us -uc
# Setting up OSC
cd $OBS_PATH
mkdir $OBS_PATH
cd $OBS_PATH
rm -rf home:deltachat/dovecot
osc checkout home:deltachat/dovecot