Changeset 749


Ignore:
Timestamp:
Apr 15, 2016, 8:02:45 PM (9 years ago)
Author:
dmik
Message:

rpmbuild-bot: Release version 1.1.0.

Location:
rpmbuild-bot
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • rpmbuild-bot/rpmbuild-bot.sh

    r748 r749  
    22
    33#
    4 # rpmbuild-bot.sh: RPM Build Bot version 1.0.1.
     4# rpmbuild-bot.sh: RPM Build Bot version 1.1.0.
    55#
    66# Author: Dmitriy Kuminov <coding@dmik.org>
     
    88# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
    99# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    10 #
    11 # History
    12 # -------
    13 #
    14 # 1.0.1 [01.04.2016]
    15 #   - Fix bad variable name error.
    16 #   - Understand .CMD extension in REXX wrapper.
    17 # 1.0 [01.04.2016]
    18 #   - Initial version.
    1910#
    2011# Synopsis
     
    3526# >                 [-f]
    3627#
    37 # SPEC is the name of the RPM package spec file (extension is optional,
     28# MYAPP is the name of the RPM package spec file (extension is optional,
    3829# .spec is assumed). The spec file is searched in the SPECS directory of the
    3930# rpmbuild tree (usually $USER/rpmbuild/SPECS, rpmbuild --eval='%_specdir'
     
    165156#
    166157# The rpmbuild-bot.sh script will return a zero exit code upon successful
    167 # completion and non-zero otherwise. The log files should be inspected to
    168 # check for a reason of the failure.
     158# completion and non-zero otherwise. The script output and log files should be
     159# inspected to check for a reason of the failure.
    169160#
    170161
     
    248239usage()
    249240{
    250     echo "Usage:"
    251     sed -n -e "s/rpmbuild-bot.sh/${0##*/}/g" -e 's/^# > /  /p' < "$0"
    252     exit 255
     241  echo "Usage:"
     242  sed -n -e "s/rpmbuild-bot.sh/${0##*/}/g" -e 's/^# > /  /p' < "$0"
     243  exit 255
    253244}
    254245
Note: See TracChangeset for help on using the changeset viewer.