Projects
Kolab:16:TestingLinked
cyrus-imapd-3
buildtarball.sh
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File buildtarball.sh of Package cyrus-imapd-3 (Revision 2)
Currently displaying revision
2
,
Show latest
#!/bin/bash set -e VERSION=3.6.3 export VERSION GIT_REF=dev/kolab-3.6 NAME=cyrus-imapd-$VERSION ROOT_DIR=$(pwd) rm -Rf /tmp/$NAME mkdir /tmp/$NAME cd /tmp/$NAME rm -f $NAME.tar.gz [ -d "$NAME" ] && rm -rf "$NAME" git clone --branch $GIT_REF https://git.kolab.org/source/cyrus-imapd.git $NAME pushd $NAME git reset --hard $GIT_REF git clean -d -f -x #Disable tools/git-version.sh and just set our version for the tarball echo "$VERSION" > VERSION autoreconf -vi || (libtoolize && autoreconf -vi) ./configure --enable-maintainer-mode || exit 124 make lex-fix make -j4 || exit 125 make dist || exit 126 mv "$NAME.tar.gz" "$ROOT_DIR/$NAME.tar.gz" cd "$PWD"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.