389-ds-base/389-ds-base-git.sh
Rich Megginson 0b44dc6de9 fix CLEANALLRUV and winsync - consumer update race condition - mem frag debugging
Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
Ticket 386 - large memory growth with ldapmodify(heap fragmentation)
 this patch doesn't fix the bug - it allows us to experiment with
 different values of mxfast
Ticket #374 - consumer can go into total update mode for no reason
2012-09-07 12:28:55 -06:00

17 lines
367 B
Bash

#!/bin/bash
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.11.14
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
SRCNAME=$PKGNAME-$VERSION
wget -O $SRCNAME.tar.gz "$URL"
echo convert tgz format to tar.bz2 format
gunzip $PKGNAME-$VERSION.tar.gz
bzip2 $PKGNAME-$VERSION.tar