Ajout paramètre pour définir des opts par défaut + couleur dans la sortie

This commit is contained in:
2015-10-22 16:55:54 +02:00
parent 8afd107858
commit 30332dc5cb
6 changed files with 78 additions and 29 deletions

View File

@ -18,7 +18,6 @@ then
git checkout ${BUILD_BRANCH}
tags=$(git tag master -l "release/*"|sort -r)
else
info "DEBUG DEBUG DEBUG "
tagbranch="build-tag-${BUILD_TAG}"
git checkout -b ${tagbranch}
set_opt "tag_branch" "${tag_branch}"

View File

@ -1,8 +1,6 @@
#!/bin/bash
source "${TAMARIN_UTIL}"
if [ -f debian/control ]; then
info "Installing build dependencies..."
echo "Installing build dependencies..."
mk-build-deps -r -t "apt-get --force-yes -y --no-install-recommends" --install debian/control
fi