Changeset 749
- Timestamp:
- Apr 15, 2016, 8:02:45 PM (9 years ago)
- Location:
- rpmbuild-bot
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpmbuild-bot/rpmbuild-bot.sh
r748 r749 2 2 3 3 # 4 # rpmbuild-bot.sh: RPM Build Bot version 1. 0.1.4 # rpmbuild-bot.sh: RPM Build Bot version 1.1.0. 5 5 # 6 6 # Author: Dmitriy Kuminov <coding@dmik.org> … … 8 8 # This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 9 9 # WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 10 #11 # History12 # -------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.19 10 # 20 11 # Synopsis … … 35 26 # > [-f] 36 27 # 37 # SPECis 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, 38 29 # .spec is assumed). The spec file is searched in the SPECS directory of the 39 30 # rpmbuild tree (usually $USER/rpmbuild/SPECS, rpmbuild --eval='%_specdir' … … 165 156 # 166 157 # 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 to168 # 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. 169 160 # 170 161 … … 248 239 usage() 249 240 { 250 251 252 241 echo "Usage:" 242 sed -n -e "s/rpmbuild-bot.sh/${0##*/}/g" -e 's/^# > / /p' < "$0" 243 exit 255 253 244 } 254 245
Note:
See TracChangeset
for help on using the changeset viewer.