]> git.pld-linux.org Git - packages/drizzle.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:17:02 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drizzle-branch.sh -> 1.4

drizzle-branch.sh [deleted file]

diff --git a/drizzle-branch.sh b/drizzle-branch.sh
deleted file mode 100644 (file)
index c2632b1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-t=$(mktemp -d)
-p=$(basename $0 .sh)
-d=drizzle
-
-if [ ! -d $d ]; then
-       bzr clone lp:drizzle $d
-fi
-
-bzr clone $d $t/$p
-
-# generate m4/bzr_version.m4
-cd $t/$p
-LIBTOOLIZE=true ACLOCAL=true AUTOHEADER=true AUTOMAKE=true AUTOCONF=true sh config/autorun.sh
-cd -
-
-tar -cjf $p.tar.bz2 -C $t --exclude=.bzr $p/
-
-rm -rf $t
This page took 0.06898 seconds and 4 git commands to generate.