mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 21:38:03 +00:00
hack for file length problem
This commit is contained in:
committed by
missytake
parent
fba3963d47
commit
582a2af799
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# this script requires curl, osc and debuild installed.
|
# this script requires curl, osc and debuild installed.
|
||||||
# on debian you need to run: apt install devscripts build-essential osc curl
|
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
echo "Installing dependencies for this script:"
|
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"
|
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
|
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
|
# Define path of your local OBS repository
|
||||||
REPO_PATH=$OBS_PATH/home:deltachat/dovecot/
|
REPO_PATH=$OBS_PATH/home:deltachat/dovecot/
|
||||||
SCRIPT_DIR=$PWD
|
SCRIPT_DIR=$PWD
|
||||||
@@ -35,8 +40,8 @@ cd dovecot
|
|||||||
debuild -us -uc
|
debuild -us -uc
|
||||||
|
|
||||||
# Setting up OSC
|
# Setting up OSC
|
||||||
cd $OBS_PATH
|
|
||||||
mkdir $OBS_PATH
|
mkdir $OBS_PATH
|
||||||
|
cd $OBS_PATH
|
||||||
rm -rf home:deltachat/dovecot
|
rm -rf home:deltachat/dovecot
|
||||||
osc checkout home:deltachat/dovecot
|
osc checkout home:deltachat/dovecot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user