Add a bit of extra verbosity
svn path=/trunk/; revision=567
This commit is contained in:
parent
3061d4f53c
commit
cd5870e210
2 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
||||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
|
||||||
|
Add a bit of extra verbosity
|
||||||
|
|
||||||
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
|
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
|
||||||
catalyst-auto.conf:
|
catalyst-auto.conf:
|
||||||
Remove tmpdir when finished
|
Remove tmpdir when finished
|
||||||
|
|
|
@ -88,6 +88,12 @@ source ${config_file}
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
TMPDIR=/tmp/catalyst-auto.${PID}
|
TMPDIR=/tmp/catalyst-auto.${PID}
|
||||||
|
DATESTAMP=$(date +%Y%m%d)
|
||||||
|
|
||||||
|
if [ ${verbose} = 1 ]; then
|
||||||
|
echo "TMPDIR = ${TMPDIR}"
|
||||||
|
echo "DATESTAMP = ${DATESTAMP}"
|
||||||
|
fi
|
||||||
|
|
||||||
# Check if tmp directory exists and remove it
|
# Check if tmp directory exists and remove it
|
||||||
if [ -d "${TMPDIR}" ]; then
|
if [ -d "${TMPDIR}" ]; then
|
||||||
|
@ -115,8 +121,6 @@ done
|
||||||
|
|
||||||
cd ${TMPDIR}/specs
|
cd ${TMPDIR}/specs
|
||||||
|
|
||||||
DATESTAMP=$(date +%Y%m%d)
|
|
||||||
|
|
||||||
# Fix up specs with datestamp
|
# Fix up specs with datestamp
|
||||||
for i in $(find -name '*.spec'); do
|
for i in $(find -name '*.spec'); do
|
||||||
# Grab current version_stamp and source_subpath
|
# Grab current version_stamp and source_subpath
|
||||||
|
|
Loading…
Add table
Reference in a new issue