+++ /dev/null
-#!/bin/bash
-set -e
-
-./kivitendo.co $*
-
+++ /dev/null
-#!/bin/bash
-set -e
-
-# parameter: $1: git tag to build
-
-if [ "$1" == "TOP" ]; then
- mkdir kivitendo-erp/
- ln -s ../../../doc/ kivitendo-erp/
- ln -s ../../../image/ kivitendo-erp/
-else
- ../kivitendo.co $*
-fi
-
-if [ -d GF ]
-then
- pushd GF >/dev/null
- svn up
- popd >/dev/null
-else
- svn co https://wagnertech.de/svn/verwaltung/GF
-fi
-
-pushd .. >/dev/null
- ln -sf src/kivitendo-erp/doc/Steckbrief.tex .
- ln -sf src/GF/wagner_tech_briefbogen_blau_fs1.pdf .
- ln -sf projects/tools/tex/wallpaper.sty .
- ln -sf src/kivitendo-erp/image/Bildschirmfoto-kivitendo-steigmann-3.3.0-MozillaFirefox.png Bildschirmfoto.png
- echo "COMPILE_TARGET = Steckbrief.pdf" >make.pre
-popd >/dev/null
+++ /dev/null
-#!/bin/bash
-set -e
-
-# parameter: $1: git tag to build
-# options: -g <alternative repository>
-
-#repos="https://github.com/wagner-tech"
-#if getopts "g:" opt; then
-# repos=$OPTARG
-# shift 2
-#fi
-#
-#if [ -e kivitendo-erp ]
-#then
-# pushd kivitendo-erp >/dev/null
- #branch=$(git rev-parse --abbrev-ref HEAD)
- #git pull origin $branch
-#else
-# git clone $repos/kivitendo-erp
-# pushd kivitendo-erp >/dev/null
-#fi
-# git checkout $1
-#popd >/dev/null
-
-# alternativer Versuch: Es wird das lokale Repository geklont:
-
-cwd=$(pwd)
-git clone ${cwd%/build/src}
-pushd kivitendo-erp >/dev/null
- git checkout $1
-popd >/dev/null
-
+++ /dev/null
-#!/bin/bash
-set -e
-
-# checkout build utilities
-if [ -d projects ]; then
- pushd projects >/dev/null
- git pull origin master
- popd >/dev/null
-else
- git clone https://github.com/wagner-tech/projects/
-fi
-
-ln -sf projects/tools/make/configure .
-
-echo "Next step: call 'configure <project> <tag>'"
-echo "Available are:"
-ls *.co
host = localhost
port = 5432
db = kivitendo_auth
-user = kivitendo
-password = kivitendo
+user = postgres
+password =
[authentication/ldap]
# This section is only relevant if 'module' is set to 'LDAP'. It names
# test release tag for original version
git diff --name-only release-$ov >git.tmp
-cat git.tmp |grep -v debian |grep -v ".dummy" >git.diff
+cat git.tmp |grep -v debian |grep -v "^Test" |grep -v ".dummy" >git.diff
while read line
do