diff --git a/webbuild/webbuild-cgi b/webbuild/webbuild-cgi index e72d317..dbd2390 100755 --- a/webbuild/webbuild-cgi +++ b/webbuild/webbuild-cgi @@ -475,7 +475,7 @@ fi # repsearch request if [ "$REQUEST" = "repsearch" ]; then echo -n "Search results for \"$REPSEARCHTEXT\":
" + echo -n "
Search results for \"$REPSEARCHTEXT\":
" # echo -n "
"
    REPSEARCHTEXT_FMT=`echo "${REPSEARCHTEXT}" | sed "s|[[:space:]]|+|g"`
    curl -s "${WEBBUILD_DISTROQUERY_URL}?query=${REPSEARCHTEXT_FMT}&search_milestone2=true&search_milestone3=true&search_devel=true\
@@ -494,7 +494,7 @@ fi
 # environment search request
 if [ "$REQUEST" = "environmentsearch" ]; then
    echo -n "Environment search results for \"$ENVSEARCHTEXT\":
" + echo -n "
Environment search results for \"$ENVSEARCHTEXT\":
" echo -n "
"
    echo -n "Installed packages providing '$ENVSEARCHTEXT':
" WHAT_PROVIDES=`$SUDO_WRAPPER binary $ENVIRONMENT "$USER" "" "rpm -q --what-provides \"$ENVSEARCHTEXT\"" | sort -u` @@ -791,9 +791,9 @@ if [ ! "$REPSEARCHTEXT" ]; then # echo -n "REQUEST=repsearch&REPSEARCHTEXT=\"+encodeURIComponent(getElementById('repsearchtext').value));>" if [ "$PACKAGE" ]; then - echo -n "ERROR: could not save file ${PACKAGE/*\/}.spec! Please report the problem, thanks.
]]>" + echo -n "ERROR: could not save file ${PACKAGE/*\/}.spec! Please report the problem, thanks.
]]>
" exit 1 } rm -f $tmpfile @@ -1041,7 +1041,7 @@ if [ "$REQUEST" = "prepare" -o "$REQUEST" = "updatespec" -o "$REQUEST" = "speccr else OUTPUTMODE="outputbottom" fi - echo -n "Console output:
" + echo -n "Console output:
" echo -n "
"
    RET=255
    case $REQUEST in
@@ -1066,7 +1066,7 @@ if [ "$REQUEST" = "prepare" -o "$REQUEST" = "updatespec" -o "$REQUEST" = "speccr
       "speccreate") if [ "$SPECCREATEURL" -a "$PACKAGE" ]; then
                        FOUND_EXISTING=`curl -s "${WEBBUILD_DISTROQUERY_URL}?package=$PACKAGE&search_milestone2=true&search_milestone3=true&search_devel=true&search_sources=true&query_compact=true&replyplain=true&searchbox=false"`
                        if [ "$FOUND_EXISTING" != "" ]; then
-                          echo -n "
" + echo -n "
" echo "ERROR: package already exists, please update from appropriate version:" echo -n "
Search results for \"$PACKAGE\":$FOUND_EXISTING" echo -n "
" @@ -1515,7 +1515,7 @@ if [ "$MAINTAINERMODE" != "true" ]; then echo -n "ADDPATCHNAME=\"+encodeURIComponent(getElementById('addpatchname').value));>" echo -n " pastebin
" echo -n "URL:" - echo -n "
$PACKAGE-${SPECVAR_Version}-" + echo -n "
$PACKAGE-${SPECVAR_Version}-" echo -n ".patch" echo -n "
" echo -n "
" @@ -1625,7 +1625,7 @@ if [ "$MAINTAINERMODE" != "true" ]; then #echo -n "REQUEST=runldconfig\");>" # environment search - echo -n "
Provides:Provides:" -echo -n "" echo -n "