389-ds-base/389-ds-base-git.sh
Rich Megginson 3623efb592 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
1.2.7.3 release - git tag 389-ds-base-1.2.7.3
Bug 658312 - Invalid free in Managed Entry plug-in
Bug 641944 - Don't normalize non-DN RDN values
2010-12-08 12:03:57 -07:00

17 lines
365 B
Bash

#!/bin/bash
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.7.3
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