389-ds-base/389-ds-base-git.sh
Richard Allen Megginson b698a7d992 1.2.6 release candidate 3 git tag 389-ds-base-1.2.6.rc3 Bug 603942 - null
deref in _ger_parse_control() for subjectdn
609256 - Selinux: pwdhash fails if called via Admin Server CGI
578296 - Attribute type entrydn needs to be added when subtree rename
    switch is on
605827 - In-place upgrade: upgrade dn format should not run in
    setup-ds-admin.pl Bug 604453 - SASL Stress and Server crash: Program
    quits with the assertion failure in PR_Poll Bug 604453 - SASL Stress
    and Server crash: Program quits with the assertion failure in PR_Poll
606920 - anonymous resource limit - nstimelimit - also applied to
    "cn=directory manager"
2010-07-01 21:09:40 +00:00

17 lines
367 B
Bash

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