Commit 38fa7fd5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small output cleanup

parent 376946a6
......@@ -95,7 +95,9 @@ fi
mkdir -p $LOGDIR $HASHERDIR || fatal "cannot mkdir"
check_locking
echog "List of packages for build: \$LISTNAMES"
echog "List of packages for build:"
print_list "$LISTNAMES"
echo
if [ -z "${LISTNAMES/*spec/}" ] ; then
echo "!!!!!!!!"
......@@ -104,7 +106,7 @@ fi
# Skip checking for tar arg
if [ -n "${LISTNAMES/*tar/}" ] ; then
echog -n "Checking with sisyphus_check... with $HASHER_NOCHECK skipping"
echog -n "Checking with sisyphus_check (with $HASHER_NOCHECK skipping)... "
sisyphus_check --no-check=$HASHER_NOCHECK --files $LISTNAMES || fatal "check for sisyphus failed"
echog "OK"
fi
......
......@@ -87,7 +87,7 @@ BUILDNAME=$(get_name $SPECNAME)
ADDFIXCOMMAND=
ADDREQUIRES=
echo "Converting spec $(basename $SPECNAME) to $DISTRVERSION ($MDISTR)..."
echo "Converting spec $(basename $SPECNAME) to $DISTRVERSION ($MDISTR) ..."
# TODO: check if spec is already backported by line:
# # This spec is backported
......
......@@ -93,6 +93,6 @@ EOF
[ -n "$QUIETMODE" ] && return
echo
echog "Apt sources from $APTCONF:"
cat $OURSOURCES | grep -v "^#" | grep -v "^\$" | grep rpm
cat $OURSOURCES | grep -v "^#" | grep -v "^\$" | grep rpm | sed -e "s|rpm| rpm|"
echo
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment