This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
389-admin/389-admin-git.sh
Mark Reynolds 4af9300252 bump version to 1.1.45
Ticket 48988 - ds_removal and ds_unregister should support prompting for password
bump version to 1.1.44
Bug 1236635 - 389-admin TPS srpmtest failure
Ticket 48932 - stopping admin server stops all httpd processes
Ticket 47413 - 389-admin fails to build with latest httpd
Ticket 48931 - start-ds-admin should use systemctl
Ticket 48823 - Admin Server - Add IPv6 support
Ticket 48907 - register-ds-admin fails to find local config DS
Ticket 48306 - perl module conditional test is not conditional when checking SELinux policies
Ticket 48213 - Admin server registration requires anonymous binds
bump version to 1.1.43
Ticket 48429 - running remove-ds-admin.pl multiple times will make it so you cannot install DS
Ticket 48410 - 389-admin - Unable to remove / unregister a DS instance from admin server
Ticket 48409 - RHDS upgrade change Ownership of certificate files upon upgrade.
Ticket 47840 - Fix setup-ds-admin.pl to create adm.conf with sbin scripts
2016-10-12 12:02:35 -04:00

16 lines
368 B
Bash
Executable file

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